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

Size: px
Start display at page:

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

Transcription

1 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. There are two major categories of vibration control techniques for rotating machinery such as direct control using vibration isolators and balancing control using vibration dampers. This chapter presents the simulation of a PID control scheme and calculation of tuning parameters. These parameters have been derived by using certain fuzzy rules. In this research, obtaining the tuning parameters were formulated by using a change in error for different continuous control mode gains. 6.2 FUZZY BASED PID CONTROLLER Fuzzy logic system and its implementation in control algorithms are illustrated in Figure 6.1. Fuzzification converts the crisp values into fuzzy variables and defuzzification converts the fuzzy variables into crisp values. This concept is being configured with membership functions, rule base, error and change in error mapping, inference engine for executing computational algorithm. Alessandro Ferrero et al (2010) described fuzzy inference system to indicate about uncertainties of few methods. Jia Ma et al (2009) discussed

2 131 about controller for vibration isolation. Lianqing et al (2009) have also discussed about control method for vibration isolation. The following sections in this thesis describe a fuzzy logic system to calculate tuning parameters or gains for PID controller. Figure 6.1. A common fuzzy logic based PID controller is depicted in Error FUZZIFICATION RULE Change in Inference Engine BASE Error DEFUZZIFICATION K p K i K d Error PID CONTROLLER CONTROLLER O/P Figure 6.1 Fuzzy logic based PID controller The basic model of the process to be controlled by a PID is a system of n-th order (linear or nonlinear) with the state Equation (6.1) and (6.2) x (n) = f(x, x`,, x (n-1), t, u) (6.1) y = g(x) (6.2)

3 132 with x - process state vector x = ( x 1,x 2,..,x n ) = (x, x`,..,x (n-1) ) T y - process output u - control variable t - time parameter f, g - linear or nonlinear functions The basic idea of a PID-controller is to choose the control law by considering Equations (6.3), (6.4), (6.5) and (6.6) error e = x x d (6.3) change of error = x` - x`d (6.4) integral of error =. (6.5) u PID = K P.e + K D.e` + K I.., (6.6) where x d is the desired value (set-point). For a linear process the control parameters K P, K D and K I are designed in such a way that the closed-loop control is stable. Gustavo et al (2003) discussed about gain and phase margins of PI controller design. The corresponding analysis can be done by means of the knowledge of process parameters (e.g. mass, damper, spring of a mechanical system) taking into account special performance criteria. In case of non linear processes which can be linearized around the operating point, conventional PID-controllers also work successfully.

4 133 PID-controllers with constant parameters in the whole working area are robust but not optional. In this case, tuning of the PID-parameters has to be performed. A conventional PID-controller is better where, The process is either linear or can be piecewise linearized. The process can be stabilized taking into account selected performance criteria. 6.3 DESIGN REQUIREMENT Rao and Sreenivas (2003) studied the dynamic behaviour of misaligned rotor system to perform harmonic analysis to detect the dominant harmonic between two critical speeds. With the derivation of Gibbon, results were analysed to find axial forces due to harmonics and hence it became possible to predict the presence of misalignment. The resultant method is based on harmonics study only and hence the proposed methods resolve for simple controller. David York et al (2011) presented a vibration isolator with single DOF and vibration control mount investigation. The analysis and experimental results were compared and for parametric identification and system identification. Though the study was made for single DOF, vibration is tougher to control instantaneously. Fixed gain values were used in the control scheme. In the proposed control auto tuning, parameters are computed with respect to the instantaneous requirement of the controller. Since Fuzzy logic is a method of rule-based decision making used for expert systems and process control, it has been selected in the proposed

5 134 research to obtain tuning parameters. To implement real-time decision making or control a physical syste, the controller output of a PID controller is the summation of the proportional, integral, and derivative actions. These are controlled by respective gains, by considering the actual controller output limited to the range specified for control output. 6.4 DESIGN ALGORITHM In this research, it has been simulated with a fuzzy based PID controller in LabVIEW for controlling the vibration. The fuzzy-pid has two inputs, three output for fuzzy and four inputs and one output for PID. For vibration control applications, since the set point or desired output is drastically varying with larger and random amplitudes, a continuous disturbance is found in the system. PID controllers are found suitable in this aspect to bear with the disturbance which is abrupt in nature. But tuning the controller for obtaining quick settling, it is necessary to adopt an algorithm to correlate with the change in error. Based on the following algorithm presented in this proposed methodology, tuning parameters are calculated for PID controller. The algorithm has been implemented in LabVIEW. Step 1: Step 2: Step 3: Step 4: Step 5: Step 6: Input the controller with sensory units Perceive the present values of K p, K i, K d Compute the error Compute the change in error Execute the error mapping by membership function Determine the new values of K p, K i, K d

6 CONTROL FLOWCHART The control flow chart is illustrated in 6.2 for calculating the required tuning parameters for the PID Controller. START INPUT TO THE SYSTEM FROM SENSORS REFER THE PRESENT GAIN VALUES K p, K i, K d COMPUTE e COMPUTE e EXECUTE THE ERROR MAPPING BASED TRIANGULAR MEMBERSHIP FUNCTION TO DETERMINE THE NEW VALUES FOR K p, K i, K d IS e = 0? NO YES NO IS e = 0? YES STOP Figure 6.2 Flowchart for estimating tuning parameters

7 TUNING PARAMETER CALCULATION FOR PID CONTROLLER In the proposed method, calculation of tuning parameter or different gain values required for achieving control action is being calculated. This procedure is simulated using LabVIEW as illustrated in the succeeding sections. The error and the change in error are given to the fuzzy system which calculates the appropriate K p, K i, K d parameters that will be given to the PID controllers Determining Triangular Membership Function of Error The triangular membership function is used for all input and output mapping. The error mapping is done using triangular membership function as indicated in Figure 6.3. The error range is set from -10 to 10. The error is always expected to lie around 0 (i.e. as minimum as possible) and the range is mapped from -10 to -4, -5 to -1, -1.5 to 1.5, 1 to 5, 4 to 10. The error is said to be critical if it lies between -10 to -4 or 10 to 4. So a corresponding action has to be taken to reduce it. The error in middle membership function must be maintained. The area between -5 to -4, -1.5 to - 1, 1.5 to 1, 4 to 5 are dual mapped by two membership functions. These values l choose any value of the two membership functions. When a linguistic variable is created to represent an input or output variable, it decides the linguistic terms or categories of values. Linguistic variables usually have an odd number of linguistic terms, with a middle linguistic term and symmetric linguistic terms at each extreme. In most of the

8 137 applications, three to seven linguistic terms are sufficient for categorizing the values of a system. Figure 6.3 Triangular membership function of error Depicting Triangular Membership Function Change in Error The change in error mapping is done using triangular membership function. The error range is set from -10 to 10. The change in error is always expected to lie around 0 (i.e., as minimum as possible) and the range is mapped from -10 to -2, -5 to -1, -1.5 to 1.5, 1 to 5, 2 to 10. The error is said to be critical if it lies between -10 to -2 or 10 to 2. So a corresponding action has to be taken to reduce it. The change in error, as shown in Figure 6.4, must be maintained in the middle membership function. The area between -5 to -2, -1.5 to -1, 1.5 to 1, 2 to 5 are dual mapped by two membership functions. These values will choose any value of the two membership function.

9 138 Figure 6.4 Triangular membership function change in error Proportional Gain (K p ) Calculation The membership function for K p is mapped in three membership function from 0 to 8 as indicated in Figure 6.5. The value of 0 to 4 is chosen if the value has to be low, the value 3 to 7 is chosen if the value has to be medium and the value 8 to 8 is chosen if the value has to be high. Figure 6.5 Triangular membership function for K P

10 Integral gain (K i ) CALCULATION The membership function for Ki is mapped in three membership function from 0 to 0.7. The value of 0 to 0.4 is chosen, as referred in Figure 6.6, if the value has to be low, the value.3 to Figure 6.6 Triangular membership function for K i Derivative Gain (K d ) Calculation The value 0.8 is chosen if the value has to be medium and the value 0.8 to 0.7 is chosen if the value has to be high. The membership function for K d is mapped, as indicated in Figure 6.7, in three membership function from 0 to The value of 0 to.02 is chosen if the value has to be low, the value.01 to.03 is chosen if the value has to be medium and the value 0.03 to 0.05 is chosen if the value is to high.

11 140 Figure 6.7 Triangular membership function for K d K d Mapping with Error and Change in Error The graph in the right indicates the K d value that the fuzzy logic controller will choose for the value of error and change in error, as illustrated in Figure 6.8. The error and change in error can be varied to note the K d value that will be chosen, its weight and invoked rule. Normally rules will describe, in words, the relationships between input and output linguistic variables based on their linguistic terms. A rule base is the set of rules for a fuzzy system. Based on this theory controller gains are mapped with error and change in error and this the rule based mapping is done for gains.

12 141 Figure 6.8 K d parameter with error and change in error K p Mapping with Error and Change in Error The graph in the right indicates the K p value that the fuzzy logic controller will choose for the value of error and change in error, as presented in Figure 6.9. The error and change in error can be varied to note the K p value that will be chosen, its weight and invoked rule. Figure 6.9 K p parameter with error and change in error

13 K i Mapping with Error and Change in Error The graph in the right indicates the K i value that the fuzzy logic controller will choose for the value of error and change in error, as displayed in Figure The error and change in error can be varied to note the K i value that will be chosen, its weight and invoked rule. Figure 6.10 K i parameter with error and change in error 6.7 RULES FOR FUZZY CONTROLLER The following rules are framed for setting the rule base for the Fuzzy PID controller: 1. IF Error is very high AND change in error is very high THEN K p is high Also K i is low ALSO K d is medium

14 IF Error is very high AND change in error is medium THEN K p is high Also K i is medium ALSO K d is medium 3. IF Error is very high AND change in error is low THEN K p is medium Also K i is medium ALSO K d is medium 4. IF Error is very high AND change in error is high THEN K p is high Also K i is low ALSO K d is medium 5. IF Error is very high AND change in error is very low THEN K p is medium Also K i is medium ALSO K d is medium 6. IF Error is high AND change in error is very high THEN K p is medium Also K i is low ALSO K d is medium 7. IF Error is high AND change in error is high THEN K p is medium Also K i is low ALSO K d is medium 8. IF Error is high AND change in error is medium THEN K p is medium Also K i is low ALSO K d is medium 9. IF Error is high AND change in error is low THEN K p is medium Also K i is medium ALSO K d is medium 10. IF Error is high AND change in error is very low THEN K p is medium Also K i is medium ALSO K d is medium 11. IF Error is medium AND change in error is very high THEN K p is low Also K i is medium ALSO K d is low

15 IF Error is medium AND change in error is high THEN K p is low Also K i is medium ALSO K d is low 13. IF Error is medium AND change in error is medium THEN K p is low Also K i is low ALSO K d is low 14. IF Error is medium AND change in error is low THEN K p is low Also K i is low ALSO K d is medium 15. IF Error is medium AND change in error is very low THEN K p is low Also K i is low ALSO K d is medium 16. IF Error is low AND change in error is very high THEN K p is low Also K i is low ALSO K d is low 17. IF Error is low AND change in error is high THEN K p is low Also K i is low ALSO Kd is low 18. IF Error is low AND change in error is medium THEN K p is low Also K i is low ALSO K d is low 19. IF Error is low AND change in error is low THEN K p is low Also K i is medium ALSO K d is low 20. IF Error is low AND change in error is very low THEN K p is low Also K i is medium ALSO K d is low 21. IF Error is very low AND change in error is very high THEN K p is low Also K i, is low ALSO K d is low 22. IF Error is very low AND change in error is high THEN K p is low Also K i is low ALSO K d is low 23. IF Error is very low AND change in error is medium THEN K p is low Also K i is low ALSO K d is low

16 IF Error is very low AND change in error is low THEN K p is low Also K i is medium ALSO K d is low 25. IF Error is very low AND change in error is very low THEN K p is low Also K i is medium ALSO K d is low The above said rules have been used to derive auto tuning parameter of PID controller. These parameters K p, K i, K d will be determined instantaneously with respect to the present status of the variable to be controlled. LabVIEW front panel for the above controller has been shown in Figure CALCULATED TUNING PARAMETERS FROM THE PROPOSED ALGORITHM Derived tuning parameters from the proposed algorithm are tabulated in Table 6.1. These values indicate a small instantaneous change in the values to adopt the continuous changes in the system. This fetches the advantages as an adaptive auto tuning of gains over the fixed value controllers. Table 6.1 Adaptive Tuning parameters for PID controller S.No K p K i K d

17 146 Figure 6.11 and 6.12 depicted as graphs, present the K p, K i and K d values over a stipulated number of iterations in the system. It is found to be continuously adopting within the range Kp Kp Iteration 1 Iteration 2 Iteration 3 Iteration 4 Iteration 5 Figure 6.11 K p Estimation Ki Kd Iteration 1 Iteration 2 Iteration 3 Iteration 4 Iteration 5 Figure 6.12 K i, K d Estimation

18 SIMULATION ON CALCULATED CONTROLLER GAINS WITH PIDCONTROLLER Tuning parameters calculated in the above said algorithm can be implemented in a real time system. In this proposed methodology, it is simulated with a randomly simulated value as shown in the front panel, in Figure This LabVIEW front panel has two modes for manually entering tuning parameters and tuning the PID controller with autotuned parameters. Set Point (SP), PV (Process Variable) and MV(Manipulated Variable) are graphically shown for their responses. Besides, in a separate numeric indicator, three tuning parameters have also been displayed. The total loop is configured in an iterative loop (WHILE structure in LabVIEW) to control the execution without affecting the hardware interface. Figure 6.13 LabVIEW front panel for PID controller with tuning parameters

19 ENHANCEMENT COMPARISON OF PROPOSED CONTROL SCHEME Rao and Sreenivas (2003) studied the misaligned rotor system and control estimation was done by considering harmonics present in the signal. The proposed method is well organised with 6 sensors to perceive the complete signal with spectral density and it proposed a continuous mode control scheme. David York et al (2011) dealt with a vibration isolator with fixed gain controller. The proposed control scheme describes a commonly specified controller with auto tuning parameters for taking care of instantaneous Change in Error and Error in the system. It adjusts the gains in an adaptive fashion MAJOR VIBRATION CONTROL COMPONENT FOR ROTATING MACHINERY The next section enlists the components for vibration control and they serve suggestions Vibration Absorbers Under certain conditions, the amplitude of vibration of the mass that is being excited can be reduced to zero, while the second mass continues to vibrate. If a particular system has a having large vibration under its excitation, this vibration can be eliminated by coupling a properly designed auxiliary spring-mass system to the main system. This forms the principle of undamped dynamic vibration absorber where the excitation is finally transmitted to the auxiliary system, bringing the main system to rest.

20 149 Absorber is extremely effective at one speed only and thus is suitable only for constant speed machines. A damped dynamic vibration absorber can take care of the entire frequency range of excitation but at the cost of reduced effectiveness. This will not be treated in this work as it is not within its scope. Various other types of absorbers have been used under various other conditions. These are subsequently introduced in the following sub-sections Vibration Isolation The principal of vibration isolation is an ideal case since the motion of the block was considered in one direction only. In practice, the exciting forces, in a machine produce motions in all directions and it becomes necessary to consider the coupling between different modes for an effective study. Chida et al (2004) discussed about vibration isolation controller by frequency shapping and Giuseppe et al (2008) explained about dampers. Jia Pengxiao et al (2010) explained about fuzzy control for vibration isolation. Lin Yan et al (2012) narrated about vibration isolation study. Song et al (2009) presented about magnetic suspension isolator. Yue Wenhui et al (2011) correlated the role of computer based instrument and Zhan Xueiping et al (2011) described about damper characteristics. This isolation system has been designed to produce a symmetry in two planes. Such a system is not only simpler to analyse but it also gives isolation characteristics. The system is symmetrical about both the vertical planes x-y and y-z. The transmissibility characteristics for this mode are identical for the single degree of freedom system.

21 SUMMARY Though the vibration in rotating machinery is tougher to control mechanically, a control scheme has been suggested in this research. This chapter depicted the methodology and rule base used in fuzzy inference system to calculate tuning parameters in a dynamic fashion. LabVIEW based program has been highlighted to invoke the way of control scheme with tuning parameters with respect to the instantaneous vibration signals.

Chapter-5 FUZZY LOGIC BASED VARIABLE GAIN PID CONTROLLERS

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

More information

CHAPTER 3 VOLTAGE SOURCE INVERTER (VSI)

CHAPTER 3 VOLTAGE SOURCE INVERTER (VSI) 37 CHAPTER 3 VOLTAGE SOURCE INVERTER (VSI) 3.1 INTRODUCTION This chapter presents speed and torque characteristics of induction motor fed by a new controller. The proposed controller is based on fuzzy

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

CHAPTER 6 ANFIS BASED NEURO-FUZZY CONTROLLER

CHAPTER 6 ANFIS BASED NEURO-FUZZY CONTROLLER 143 CHAPTER 6 ANFIS BASED NEURO-FUZZY CONTROLLER 6.1 INTRODUCTION The quality of generated electricity in power system is dependent on the system output, which has to be of constant frequency and must

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

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

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

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

More information

Supervisory Fuzzy Controller for Linear Control System

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

More information

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

TABLE OF CONTENTS CHAPTER TITLE PAGE DECLARATION DEDICATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK

TABLE OF CONTENTS CHAPTER TITLE PAGE DECLARATION DEDICATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK vii TABLES OF CONTENTS CHAPTER TITLE PAGE DECLARATION DEDICATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK TABLE OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF ABREVIATIONS LIST OF SYMBOLS LIST OF APPENDICES

More information

Application Note #2442

Application Note #2442 Application Note #2442 Tuning with PL and PID Most closed-loop servo systems are able to achieve satisfactory tuning with the basic Proportional, Integral, and Derivative (PID) tuning parameters. However,

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

ACTIVE VIBRATION CONTROL OF HARD-DISK DRIVES USING PZT ACTUATED SUSPENSION SYSTEMS. Meng-Shiun Tsai, Wei-Hsiung Yuan and Jia-Ming Chang

ACTIVE VIBRATION CONTROL OF HARD-DISK DRIVES USING PZT ACTUATED SUSPENSION SYSTEMS. Meng-Shiun Tsai, Wei-Hsiung Yuan and Jia-Ming Chang ICSV14 Cairns Australia 9-12 July, 27 ACTIVE VIBRATION CONTROL OF HARD-DISK DRIVES USING PZT ACTUATED SUSPENSION SYSTEMS Abstract Meng-Shiun Tsai, Wei-Hsiung Yuan and Jia-Ming Chang Department of Mechanical

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

ISSN: [IDSTM-18] Impact Factor: 5.164

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

More information

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

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

More information

A Novel Fuzzy Neural Network Based Distance Relaying Scheme

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

More information

CHAPTER 4 IMPLEMENTATION OF ADALINE IN MATLAB

CHAPTER 4 IMPLEMENTATION OF ADALINE IN MATLAB 52 CHAPTER 4 IMPLEMENTATION OF ADALINE IN MATLAB 4.1 INTRODUCTION The ADALINE is implemented in MATLAB environment running on a PC. One hundred data samples are acquired from a single cycle of load current

More information

Active Vibration Isolation of an Unbalanced Machine Tool Spindle

Active Vibration Isolation of an Unbalanced Machine Tool Spindle Active Vibration Isolation of an Unbalanced Machine Tool Spindle David. J. Hopkins, Paul Geraghty Lawrence Livermore National Laboratory 7000 East Ave, MS/L-792, Livermore, CA. 94550 Abstract Proper configurations

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

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

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

More information

Improving a pipeline hybrid dynamic model using 2DOF PID

Improving a pipeline hybrid dynamic model using 2DOF PID Improving a pipeline hybrid dynamic model using 2DOF PID Yongxiang Wang 1, A. H. El-Sinawi 2, Sami Ainane 3 The Petroleum Institute, Abu Dhabi, United Arab Emirates 2 Corresponding author E-mail: 1 yowang@pi.ac.ae,

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

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

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

More information

Fuzzy 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

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

Integration Intelligent Estimators to Disturbance Observer to Enhance Robustness of Active Magnetic Bearing Controller

Integration Intelligent Estimators to Disturbance Observer to Enhance Robustness of Active Magnetic Bearing Controller International Journal of Control Science and Engineering 217, 7(2): 25-31 DOI: 1.5923/j.control.21772.1 Integration Intelligent Estimators to Disturbance Observer to Enhance Robustness of Active Magnetic

More information

Design and Simulation of a Hybrid Controller for a Multi-Input Multi-Output Magnetic Suspension System

Design and Simulation of a Hybrid Controller for a Multi-Input Multi-Output Magnetic Suspension System Design and Simulation of a Hybrid Controller for a Multi-Input Multi-Output Magnetic Suspension System Sherif M. Abuelenin, Member, IEEE Abstract In this paper we present a Fuzzy Logic control approach

More information

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

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

More information

Evolved Design of a Nonlinear Proportional Integral Derivative (NPID) Controller

Evolved Design of a Nonlinear Proportional Integral Derivative (NPID) Controller Portland State University PDXScholar Dissertations and Theses Dissertations and Theses Summer 1-1-2012 Evolved Design of a Nonlinear Proportional Integral Derivative (NPID) Controller Shubham Chopra Portland

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 LOGIC CONTROLLER DESIGN FOR AUTONOMOUS UNDERWATER VEHICLE (AUV)-YAW CONTROL

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

More information

High Frequency Soft Switching Boost Converter with Fuzzy Logic Controller

High Frequency Soft Switching Boost Converter with Fuzzy Logic Controller High Frequency Soft Switching Boost Converter with Fuzzy Logic Controller 1 Anu Vijay, 2 Karthickeyan V, 3 Prathyusha S PG Scholar M.E- Control and Instrumentation Engineering, EEE Department, Anna University

More information

Investigations of Fuzzy Logic Controller for Sensorless Switched Reluctance Motor Drive

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

More information

CONTENTS. Cambridge University Press Vibration of Mechanical Systems Alok Sinha Table of Contents More information

CONTENTS. Cambridge University Press Vibration of Mechanical Systems Alok Sinha Table of Contents More information CONTENTS Preface page xiii 1 Equivalent Single-Degree-of-Freedom System and Free Vibration... 1 1.1 Degrees of Freedom 3 1.2 Elements of a Vibratory System 5 1.2.1 Mass and/or Mass-Moment of Inertia 5

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

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

REDUCING THE VIBRATIONS OF AN UNBALANCED ROTARY ENGINE BY ACTIVE FORCE CONTROL. M. Mohebbi 1*, M. Hashemi 1

REDUCING THE VIBRATIONS OF AN UNBALANCED ROTARY ENGINE BY ACTIVE FORCE CONTROL. M. Mohebbi 1*, M. Hashemi 1 International Journal of Technology (2016) 1: 141-148 ISSN 2086-9614 IJTech 2016 REDUCING THE VIBRATIONS OF AN UNBALANCED ROTARY ENGINE BY ACTIVE FORCE CONTROL M. Mohebbi 1*, M. Hashemi 1 1 Faculty of

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

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

Active sway control of a gantry crane using hybrid input shaping and PID control schemes

Active sway control of a gantry crane using hybrid input shaping and PID control schemes Home Search Collections Journals About Contact us My IOPscience Active sway control of a gantry crane using hybrid input shaping and PID control schemes This content has been downloaded from IOPscience.

More information

MODELLING AND CHATTER CONTROL IN MILLING

MODELLING AND CHATTER CONTROL IN MILLING MODELLING AND CHATTER CONTROL IN MILLING Ashwini Shanthi.A, P. Chaitanya Krishna Chowdary, A.Neeraja, N.Nagabhushana Ramesh Dept. of Mech. Engg Anurag Group of Institutions (Formerly C V S R College of

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

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

Design and Analysis for Robust PID Controller

Design and Analysis for Robust PID Controller IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 4 Ver. III (Jul Aug. 2014), PP 28-34 Jagriti Pandey 1, Aashish Hiradhar 2 Department

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

Figure 1: The Penobscot Narrows Bridge in Maine, U.S.A. Figure 2: Arrangement of stay cables tested

Figure 1: The Penobscot Narrows Bridge in Maine, U.S.A. Figure 2: Arrangement of stay cables tested Figure 1: The Penobscot Narrows Bridge in Maine, U.S.A. Figure 2: Arrangement of stay cables tested EXPERIMENTAL SETUP AND PROCEDURES Dynamic testing was performed in two phases. The first phase took place

More information

ME375 Lab Project. Bradley Boane & Jeremy Bourque April 25, 2018

ME375 Lab Project. Bradley Boane & Jeremy Bourque April 25, 2018 ME375 Lab Project Bradley Boane & Jeremy Bourque April 25, 2018 Introduction: The goal of this project was to build and program a two-wheel robot that travels forward in a straight line for a distance

More information

EVALUATION ALGORITHM- BASED ON PID CONTROLLER DESIGN FOR THE UNSTABLE SYSTEMS

EVALUATION ALGORITHM- BASED ON PID CONTROLLER DESIGN FOR THE UNSTABLE SYSTEMS EVALUATION ALGORITHM- BASED ON PID CONTROLLER DESIGN FOR THE UNSTABLE SYSTEMS Erliza Binti Serri 1, Wan Ismail Ibrahim 1 and Mohd Riduwan Ghazali 2 1 Sustanable Energy & Power Electronics Research, FKEE

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

CHAPTER 4 LOAD FREQUENCY CONTROL OF INTERCONNECTED HYDRO-THERMAL SYSTEM

CHAPTER 4 LOAD FREQUENCY CONTROL OF INTERCONNECTED HYDRO-THERMAL SYSTEM 53 CHAPTER 4 LOAD FREQUENCY CONTROL OF INTERCONNECTED HYDRO-THERMAL SYSTEM 4.1 INTRODUCTION Reliable power delivery can be achieved through interconnection of hydro and thermal system. In recent years,

More information

INTELLIGENT ACTIVE FORCE CONTROL APPLIED TO PRECISE MACHINE UMP, Pekan, Pahang, Malaysia Shah Alam, Selangor, Malaysia ABSTRACT

INTELLIGENT ACTIVE FORCE CONTROL APPLIED TO PRECISE MACHINE UMP, Pekan, Pahang, Malaysia Shah Alam, Selangor, Malaysia ABSTRACT National Conference in Mechanical Engineering Research and Postgraduate Studies (2 nd NCMER 2010) 3-4 December 2010, Faculty of Mechanical Engineering, UMP Pekan, Kuantan, Pahang, Malaysia; pp. 540-549

More information

Elmo HARmonica Hands-on Tuning Guide

Elmo HARmonica Hands-on Tuning Guide Elmo HARmonica Hands-on Tuning Guide September 2003 Important Notice This document is delivered subject to the following conditions and restrictions: This guide contains proprietary information belonging

More information

Experiment Of Speed Control for an Electric Trishaw Based on PID Control Algorithm

Experiment Of Speed Control for an Electric Trishaw Based on PID Control Algorithm International Journal of Mechanical & Mechatronics Engineering IJMME-IJENS Vol:17 No:02 38 Experiment Of Speed Control for an Electric Trishaw Based on PID Control Algorithm Shahrizal Saat 1 *, Mohd Nabil

More information

SxWEB PID algorithm experimental tuning

SxWEB PID algorithm experimental tuning SxWEB PID algorithm experimental tuning rev. 0.3, 13 July 2017 Index 1. PID ALGORITHM SX2WEB24 SYSTEM... 2 2. PID EXPERIMENTAL TUNING IN THE SX2WEB24... 3 2.1 OPEN LOOP TUNING PROCEDURE... 3 2.1.1 How

More information

Comparative Analysis of P, PI, PD, PID Controller for Mass Spring Damper System using Matlab Simulink.

Comparative Analysis of P, PI, PD, PID Controller for Mass Spring Damper System using Matlab Simulink. Comparative Analysis of P, PI, PD, PID Controller for Mass Spring Damper System using Matlab Simulink. 1 Kankariya Ravindra, 2 Kulkarni Yogesh, 3 Gujrathi Ankit 1,2,3 Assistant Professor Department of

More information

Design of Different Controller for Cruise Control System

Design of Different Controller for Cruise Control System Design of Different Controller for Cruise Control System Anushek Kumar 1, Prof. (Dr.) Deoraj Kumar Tanti 2 1 Research Scholar, 2 Associate Professor 1,2 Electrical Department, Bit Sindri Dhanbad, (India)

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

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

Chapter 5. Tracking system with MEMS mirror

Chapter 5. Tracking system with MEMS mirror Chapter 5 Tracking system with MEMS mirror Up to now, this project has dealt with the theoretical optimization of the tracking servo with MEMS mirror through the use of simulation models. For these models

More information

Comparative Analysis of Room Temperature Controller Using Fuzzy Logic & PID

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

More information

Development of Fuzzy Logic Controller for Quanser Bench-Top Helicopter

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

More information

Conventional geophone topologies and their intrinsic physical limitations, determined

Conventional geophone topologies and their intrinsic physical limitations, determined Magnetic innovation in velocity sensing Low -frequency with passive Conventional geophone topologies and their intrinsic physical limitations, determined by the mechanical construction, limit their velocity

More information

Vibration Control of Mechanical Suspension System Using Active Force Control

Vibration Control of Mechanical Suspension System Using Active Force Control Vibration Control of Mechanical Suspension System Using Active Force Control Maziah Mohamad, Musa Mailah, Abdul Halim Muhaimin Department of Applied Mechanics Faculty of Mechanical Engineering Universiti

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

PID Controller tuning and implementation aspects for building thermal control

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

More information

Fuzzy auto-tuning for a PID controller

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

More information

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

Vibration based condition monitoring of rotating machinery

Vibration based condition monitoring of rotating machinery Vibration based condition monitoring of rotating machinery Goutam Senapaty 1* and Sathish Rao U. 1 1 Department of Mechanical and Manufacturing Engineering, Manipal Institute of Technology, Manipal Academy

More information

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

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

More information

CHAPTER 4 FUZZY BASED DYNAMIC PWM CONTROL

CHAPTER 4 FUZZY BASED DYNAMIC PWM CONTROL 47 CHAPTER 4 FUZZY BASED DYNAMIC PWM CONTROL 4.1 INTRODUCTION Passive filters are used to minimize the harmonic components present in the stator voltage and current of the BLDC motor. Based on the design,

More information

Control System Design of Magneto-rheoloical Damper under High-Impact Load

Control System Design of Magneto-rheoloical Damper under High-Impact Load Control System Design of Magneto-rheoloical Damper under High-Impact Load Bucai Liu College of Mechanical Engineering, University of Shanghai for Science and Technology 516 Jun Gong Road, Shanghai 200093,

More information

FUZZY AND NEURO-FUZZY MODELLING AND CONTROL OF NONLINEAR SYSTEMS

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

More information

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

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

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

More information

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

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

More information

Application Research on BP Neural Network PID Control of the Belt Conveyor

Application Research on BP Neural Network PID Control of the Belt Conveyor Application Research on BP Neural Network PID Control of the Belt Conveyor Pingyuan Xi 1, Yandong Song 2 1 School of Mechanical Engineering Huaihai Institute of Technology Lianyungang 222005, China 2 School

More information

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

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

More information

Introduction to PID Control

Introduction to PID Control Introduction to PID Control Introduction This introduction will show you the characteristics of the each of proportional (P), the integral (I), and the derivative (D) controls, and how to use them to obtain

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

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

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

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

More information

CHAPTER 2 PID CONTROLLER BASED CLOSED LOOP CONTROL OF DC DRIVE

CHAPTER 2 PID CONTROLLER BASED CLOSED LOOP CONTROL OF DC DRIVE 23 CHAPTER 2 PID CONTROLLER BASED CLOSED LOOP CONTROL OF DC DRIVE 2.1 PID CONTROLLER A proportional Integral Derivative controller (PID controller) find its application in industrial control system. It

More information

A Fast PID Tuning Algorithm for Feed Drive Servo Loop

A Fast PID Tuning Algorithm for Feed Drive Servo Loop American Scientific Research Journal for Engineering, Technology, and Sciences (ASRJETS) ISSN (Print) 233-440, ISSN (Online) 233-4402 Global Society of Scientific Research and Researchers http://asrjetsjournal.org/

More information

1, 2, 3,

1, 2, 3, AUTOMATIC SHIP CONTROLLER USING FUZZY LOGIC Seema Singh 1, Pooja M 2, Pavithra K 3, Nandini V 4, Sahana D V 5 1 Associate Prof., Dept. of Electronics and Comm., BMS Institute of Technology and Management

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

Embedded Control Project -Iterative learning control for

Embedded Control Project -Iterative learning control for Embedded Control Project -Iterative learning control for Author : Axel Andersson Hariprasad Govindharajan Shahrzad Khodayari Project Guide : Alexander Medvedev Program : Embedded Systems and Engineering

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

CHAPTER 7 MAXIMUM POWER POINT TRACKING USING HILL CLIMBING ALGORITHM

CHAPTER 7 MAXIMUM POWER POINT TRACKING USING HILL CLIMBING ALGORITHM 100 CHAPTER 7 MAXIMUM POWER POINT TRACKING USING HILL CLIMBING ALGORITHM 7.1 INTRODUCTION An efficient Photovoltaic system is implemented in any place with minimum modifications. The PV energy conversion

More information

Speed Control of BLDC Motor-A Fuzzy Logic Approach

Speed Control of BLDC Motor-A Fuzzy Logic Approach National conference on Engineering Innovations and Solutions (NCEIS 2018) International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume

More information

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

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

More information

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

AGN 008 Vibration DESCRIPTION. Cummins Generator Technologies manufacture ac generators (alternators) to ensure compliance with BS 5000, Part 3.

AGN 008 Vibration DESCRIPTION. Cummins Generator Technologies manufacture ac generators (alternators) to ensure compliance with BS 5000, Part 3. Application Guidance Notes: Technical Information from Cummins Generator Technologies AGN 008 Vibration DESCRIPTION Cummins Generator Technologies manufacture ac generators (alternators) to ensure compliance

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

IMPLEMENTATION OF FUZZY LOGIC SPEED CONTROLLED INDUCTION MOTOR USING PIC MICROCONTROLLER

IMPLEMENTATION OF FUZZY LOGIC SPEED CONTROLLED INDUCTION MOTOR USING PIC MICROCONTROLLER Volume 118 No. 24 2018 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ IMPLEMENTATION OF FUZZY LOGIC SPEED CONTROLLED INDUCTION MOTOR USING PIC MICROCONTROLLER

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 6, June-2015 ISSN

International Journal of Scientific & Engineering Research, Volume 6, Issue 6, June-2015 ISSN ISSN 2229-5518 359 Automatic Generation Control in Three Area Interconnected Power System of Thermal Generating Unit using Evolutionary Controller Ashish Dhamanda 1, A.K.Bhardwaj 2 12 Department of Electrical

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

CHAPTER-3 Design Aspects of DC-DC Boost Converter in Solar PV System by MPPT Algorithm

CHAPTER-3 Design Aspects of DC-DC Boost Converter in Solar PV System by MPPT Algorithm CHAPTER-3 Design Aspects of DC-DC Boost Converter in Solar PV System by MPPT Algorithm 44 CHAPTER-3 DESIGN ASPECTS OF DC-DC BOOST CONVERTER IN SOLAR PV SYSTEM BY MPPT ALGORITHM 3.1 Introduction In the

More information