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

Size: px
Start display at page:

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

Transcription

1 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 Genetic Algorithm K. T. K. Teo, G. Sainarayanan, and C. S. X. Loh 1 Abstract The polymerization of resin adhesives, which is highly nonlinear, is chosen as a control process in this paper. When phenol and formaldehyde are mixed, a sudden and unpredictable heat is produced due to an exothermic reaction, which could cause the deviation of process temperature and hence diminish the product quality. Therefore, temperature control is necessitated for exothermic batch reactor. The most common approach used in industries is proportional-integral-derivative (PID) controller, which is tuned by the operators based on their experience and knowledge on the process, and hence, may not be precise in control since the process dynamic is changing rapidly. Therefore, this paper aims to design an auto-tuning PID controller for nonlinear exothermic process control. This paper presents fuzzy PID (FPID) and Genetic Algorithm-optimized fuzzy PID (GAFPID) controllers. In FPID controller, PID gains are tuned by fuzzy system. In GAFPID controller, the inner loop is a FPID controller and the outer loop is GA controller, which is used to optimize the fuzzy membership functions. The performances of these controllers are investigated in MATLAB-SIMULINK. From the results, it can be concluded that GAFPID controller provides a better control in the nonlinear exothermic process due to its robustness against the variable time delay and inconsistent exothermic heat. Index Terms Exothermic, Fuzzy Logic, Genetic Algorithm, PID control 1 INTRODUCTION T HE polymerization of resin adhesives, which is a highly nonlinear process, is chosen for simulation studies in this paper. Resin adhesives are produced by mixing phenol and formaldehyde together with the use of catalyst. The mixture has to go through a specific heating process to achieve the good quality of resin. However, when these chemicals are mixed together, a sudden and unpredictable heat is produced due to a nonlinear exothermic reaction [1]. Each time the reactor temperature changes from the desired temperature, the quality of resin diminishes, the appearance of undesired solid product increases, and the overall performance of the reaction decreases which directly affects the economic performance [2]. Therefore, the temperature control plays a decisive role in the production of resin adhesives. The most commonly used strategy in polymer industries to control the process temperature is PID controller. The PID gains are usually determined by the operators based on their experience and knowledge on the process. Therefore, it is difficult to determine the best values to produce the desired output especially when the time delay of the process is varying within a wide range all the time. Furthermore, as the process dynamic is rapidly K. T. K. Teo is with the School of Engineering and Information Technology, Universiti Malaysia Sabah, 88999, Kota Kinabalu, Sabah, Malaysia. kenteo@ums.edu.my. G.Sainarayanan is with the Department of Electrical and Electronics, New Horizon College of Engineering, Bangalore, India. drsai@ieee.org. C. S. X. Loh is with the School of Engineering and Information Technology, Universiti Malaysia Sabah, 88999, Kota Kinabalu, Sabah, Malaysia. chrissxloh@gmail.com. changing throughout the process, it is very time consuming for the operator to determine suitable values through trial and error method. As a result, the conventional PID controller is no longer suitable for temperature control of exothermic batch reactors since it is slow and has inherent lack of efficiency in handling nonlinear systems [1]. Therefore, this paper aims to design and develop an autotuning PID controller to control the temperature of nonlinear exothermic process. 2 METHODOLOGY 2.1 Modeling of Nonlinear Process Plant It is necessary to have an appropriate model of the nonlinear exothermic process plant together with a PID controller before an auto-tuning technique can be applied on the PID controller. Industrial practice in the polymerization of resin adhesives has shown that by controlling the reactor temperature, it is possible to obtain products with specified quality. Hence, the reference values of the process temperature should first be determined. The process requires two stages of temperature control, as shown in Fig. 1. In the first stage, the reactant temperature has to be increased at a specific rate from a room temperature (25 C) to a target value (65 C); while in the second stage, this final target temperature has to be perfectly regulated for a selected length of time. This temperature schedule has to be maintained irrespective of varied exothermic reaction [1].

2 2 Fig. 3. Plant model in MATLAB-SIMULINK. Fig. 1. Reference temperature profile. During the polymerization of resin adhesives, the heat due to exothermic reaction is introduced into the process. This exothermic heat causes a sudden change in reactant temperature. Besides that, the rising rate, the peak value and also the decaying rate of the heat generated during exothermic reaction may not be the same every time. Therefore, two sets of exothermic heat are modeled in MATLAB-SIMULINK as shown in Fig. 2. Modeling of the plant requires the determination of the plant transfer function. It is common to characterizing the dynamic response of the plant to be controlled with a first-order model with time delay, which can be described by the following transfer function: K D s G( s ) = e (1) τ s 1 where K is the process gain, τ is the time constant and D is the time delay. This model is obtained by applying a step input to the plant and measuring the three parameters at the output [3]. The process gain and the time constant are found to be C/kW and 787 s respectively, whereas the time delay is approximately 20 s. Due to dynamic in nature, the time delay of the process may not be constant all the time. This condition has been considered by modeling a variable time delay for the process. Fig. 3 shows the plant model in MATLAB-SIMULINK. The modeling of PID controller is based on the PID control algorithm given in (2). t de( t ) u( t ) = K pe( t ) Ki e( τ )dτ K d (2) 0 dt where u is the control variable, e is the control error, K p is the proportional gain, K i is the integral gain, and K d is the derivative gain. The Ziegler-Nichols method has been employed to determine the parameters of PID controller. Then, the plant model and the PID controller model are combined to obtain a process plant with PID controller in MATLAB-SIMULINK, as shown in Fig Design of Fuzzy PID Controller Fuzzy logic has been chosen as the auto-tuning methods for PID controller in this paper. Fuzzy logic is easy to be used since fuzzy rules can be set in terms of linguistic rules using human expertise in tuning the PID parameters. The PID controller that is tuned by fuzzy logic is called fuzzy PID (FPID) controller. The fuzzy tuning involves four basic operations, which are fuzzification, rule base, inference engine and defuzzification [4], as shown in Fig. 5. The fuzzification procedure comprises of finding appropriate membership functions to describe the crisp data [4]. A membership function is a curve that defines how each point in the input space is mapped to a membership value. The input space is referred to as the universe of Fig. 4. Process plant with PID controller. Fuzzification Rule base, Inference engine (Decision making) Defuzzification PID Fig. 2. Exothermic heat models. Fig. 5. Basic operations of fuzzy tuning method.

3 3 discourse. Fuzzy system in FPID controller has two inputs: error and change in error of the process, and three outputs: proportional (P), integral (I), and derivative (D) gains. The universe of discourse for both inputs is [ 2 2] and the universe of discourse for the three outputs, which are P, I and D gains, are [1 2500], [0 16] and [0 6200] respectively. Fig. 6 shows the membership functions of the inputs, while Fig. 7 shows the membership functions of the outputs. Fuzzy rule base is a collection of if-then rules. These rules contain all the information about the controller parameters tuning [4]. For example, If (E is hot) and (CE is hotter) then (P is highest) and (I is low) and (D is high) is one of the fuzzy rule where hot, hotter, highest, low, and high are linguistic values defined by fuzzy inputs and outputs membership functions. The function of the inference engine is to deduce a logical conclusion using the rule base. Inference engine formulates the mapping from the given inputs to an output using fuzzy logic [4]. The function of defuzzifcation is to resolve a single output value from the fuzzy set. The defuzzification method used for the FPID controller is centroid method, which returns the center of area under the curve [5]. The block diagram of process plant with FPID controller is shown in Fig Design of GA-Optimized Fuzzy PID Controller A GAFPID controller is designed in which fuzzy parameters in FPID controller is optimized by Genetic Algorithm (GA) controller. The GAFPID controller has two control loops, which are inner loop and outer loop. The inner loop comprises of a FPID controller, while the outer loop consists of a GA controller, which is used to optimize the membership functions of the fuzzy system in the inner loop at a time interval of 10 s. GA is a stochastic global search method based on natural selection and genetics. The flow chart of the GA is shown in Fig. 9. First, an initial population of solutions must be randomly generated. The initial population size is chosen as 50. Since the outputs of this GA function are optimum fuzzy inputs and outputs membership functions, the solutions for GA are strings of just five parameters, which can completely characterize all the input and output membership functions, as shown in Fig. 10. Fig. 6. Membership functions of fuzzy inputs. Setpoint Error FPID controller Control signal Plant Exothermic heat Output Fig. 8 Block diagram of process plant with FPID controller. Initial Population Measure Fitness Selection Crossover Mutation Check Stopping Criterion Optimum Fuzzy Membership Functions Fig. 7. Membership functions of fuzzy outputs. Fig. 9. Flow chart of Genetic Algorithm.

4 4 Fig. 10. Fuzzy membership functions represented by GA solution string. Then, the fitness of each solution is measured using fitness function, which interprets the solutions in terms of physical representation and evaluates its fitness based on desired characteristics. The definition of fitness function is very important since GA choose the optimal solution based on the evaluation of its fitness [6]. In this paper, the fitness function of GA is based on the predicted output response, which is calculated using the transfer function of the process plant. As discussed before, the transfer function of the plant is G ( s ) = (3) 787s 1 This continuous transfer function is discretized into discrete transfer function and the sample time is chosen as 10 s. The discrete transfer function becomes G ( z ) = (4) z 0.99 By rewriting (4), the output response for the next 10 s can be predicted. The equation then becomes y k = u k y k 1 (5) [] [] [ ] where y[k] is the predicted output response for the next 10 s, u[k] is the control signal for the next 10 s that is sent to the process plant and y[k 1] is the current output response. The control signal for each GA solution must be obtained before the output response can be predicted. First, the preset fuzzy system is loaded into the GA function. Then, the fuzzy inputs and outputs membership functions are built using the values in the GA solution strings. The fuzzy inputs, which are error and change in error of the process, are input into these characterized fuzzy systems to evaluate the outputs, which are P, I and D gains. The control signal for each set of PID gains can then be calculated by the equation u = K e K se K ce (6) p i where e is the error, se is the sum of error and ce is the change in error. In order to compute the control signal, the e, se and ce are needed to be input into GA. By using the predicted output response, the predicted error can be computed by obtaining the difference between the predicted output response and the reference temperature. Finally, the fitness of each GA solution can be calculated by taking the reciprocal of the square predicted error, since smaller predicted error indicates that the solution is fitter. The equation of fitness function is 1 Fitness = (7) r y d ( ) 2 where r is the reference temperature and y is the predicted output response. After the fitness of the solutions are evaluated, the population of solutions is passed to GA operators, which are selection, crossover and mutation. The selection operator is to emphasize the fitter solutions in the population by making duplicates of those solutions in hopes that their offspring will in turn have even higher fitness, while keeping the population size constant. Method chosen for selection operation in this paper is ranking selection. First, the N solutions are sorted according to their fitness, from the worst (rank 1) to the best (rank N). Each member in the sorted list is assigned a new fitness, which is equal to the rank of the solution in the list. The implementation of this selection operator can be thought of as a roulette-wheel mechanism [7]. The cumulative fitness of each solution is first calculated by adding the individual ranked fitness from the top of the list. The roulette-wheel concept can be simulated by realizing that the i-th solution in the population represents the cumulative fitness in the range [C i-1, C i ] where C i is the cumulative fitness of that i-th solution. N random numbers are then created to choose N solutions. If a random number is within the cumulative fitness range of a solution, then the solution is copied to the mating pool. The solution with a higher fitness value represents a larger range of cumulative fitness and therefore has a higher probability of being copied into the mating pool. Crossover operator is applied next to the solutions of the mating pool. In crossover operator, two solutions (called parent solutions) are picked from the mating pool at random and some portions of the solutions are exchanged between the solutions to create two new solutions (called offspring) [6]. In this paper, blending method is used for crossover operation. This method combines variable values from the two parents into new variable values in the offspring. The first offspring variable value comes from a combination of two corresponding offspring variable values. The second offspring is merely the complement of the first. The equations used to create offspring solutions are x = β x ( 1 β ) x (8) x n1 n2 p1 p1 p2 = ( 1 β )x β x (9) p2

5 5 where β is a random number in [0,1], x p1 and x p2 are the parent solutions and x n1 and x n2 are the offspring solutions [8]. In order to preserve some fit solutions selected during the selection operator, not all solutions in the population are used in the crossover. In this paper, the crossover rate is chosen as 0.9. That means only 90% of solutions in the population are used in the crossover operation and 10% of the solutions are simply copied to the new population. The mutation operator helps in randomly searching other areas of the solution spaces that may be unexplored and might containing global maxima. However, the probability of mutation must be kept low to prevent the loss of too many fit solutions and affect the convergence of solutions [9]. Hence, the mutation rate is set to 0.01 in this paper. The method used in this paper is random mutation, which is the simplest mutation operator that chooses a solution randomly from the entire solution spaces to be mutated. The mutated solution is simply replaced by a new random number, which is independent of the parent solution [8]. The stopping criterion of this GA function is whenever the maximum number of generation is reached. The maximum number of generation is set to 10 in order to reduce the computation time. Therefore, the GA will stop after 10 generations and returns the optimal fuzzy parameters to FPID controller. A S-function is written so that the programmed GA function can be implemented in SIMULINK. S-function is a computer language description of a SIMULINK block. S-functions can be written in MATLAB m-file, C, C, Ada, or Fortran. S-functions use a special calling syntax that enables user to interact with Simulink s equation solvers [10]. In this paper, the S-function is written in MATLAB m-file. A M-file S-function block is then used to incorporate the written S-function into the SIMULINK model. The block diagram of process plant with GAFPID controller is shown in Fig. 11. Fig. 12. Results of PID controller. 3 RESULTS The simulation results, which are the output response of the processes with variable time delay and two sets of exothermic heat, of the PID, FPID, and GAFPID controllers are shown in Fig. 12, Fig. 13, and Fig. 14. GA Fuzzy parameters FPID Output Plant Setpoint Error controller Control signal Exothermic heat Fig. 11. Block diagram of process plant with GAFPID controller. Fig. 13. Results of FPID controller.

6 6 smallest undershoot, have no oscillation and remains unchanged in the changing exothermic heat. In other words, the GAFPID controller possesses the highest efficiency in controlling the temperature of the process with variable time delay and inconsistent exothermic heat. 5 CONCLUSION In this paper, a process plant model with PID controller has been developed based on the characteristics of polymerization of resin adhesives. Fuzzy logic has been employed to auto-tune the PID parameters in FPID controller. Besides that, GA has also been used to optimize the fuzzy parameters in GAFPID controller. The performances of these controllers have been studied using the simulation results from MATLAB-SIMULINK. From the simulation results, it can be concluded that the GAFPID controller provides a better temperature control in nonlinear exothermic process due to its robustness against the variable time delay and inconsistent exothermic heat. REFERENCES Fig. 14. Results of GAFPID controller. 4 DISCUSSION From the simulation results, it can be noticed that the output responses of process with PID controller have greatest undershoot. The undershoot is further worsened by the rise in the exothermic heat. Hence, the PID controller with only one set of parameters throughout the process is not robust in nonlinear exothermic process control. It can be observed that both output responses of process with FPID controller in Fig. 13 have fairly great undershoot. This shows that the FPID controller cannot effectively control the process with variable time delay. By the way, the FPID controller shows the robustness against the changing of exothermic heat since the increase in exothermic heat does not worsen the undershoot in the output response. In fuzzy system, the rules and membership functions have to be predefined precisely based on the knowledge on process control. If the rules or membership functions have been defined incorrectly, fuzzy system may not return the optimum parameters. By employing GA to fine-tune the fuzzy parameters, the fuzzy system with optimum membership functions can be obtained. Besides that, the fuzzy parameters can be continuously and automatically updated by GA throughout the process according to the process dynamic changes. The effectiveness of GA in optimizing fuzzy parameters has been proven by the GAFPID controller, which has the best simulation results since the output responses of process with the GAFPID controller have the [1] T. T. K. Kenneth, S. Yaacob, R. Nagarajan, and G. Sainarayanan, Certain Studies on Sample Time for a Predictive Fuzzy Logic Controller through Real Time Implementation of Phenol- Formaldehyde Manufacturing, TENCON 2004 IEEE Region 10 Conference, pp , [2] E. S. Cuellar, J. L. Coronado, C. G. Moreno, and J. M. C. Izquierdo, Neuro-Fuzzy Architecture in a Batch Reactor Temperature Control System, Proceedings of the 1994 IEEE International Symposium on Intelligent Control, pp , [3] G. J. Silva, A. Datta, and S. P. Bhattacharyya, PID Controllers for Time-Delay Systems, USA: Birkhauser Boston, pp , [4] P. N. Paraskevopoulos, Modern Control Engineering, New York: Marcel Dekker Inc., pp , [5] Fuzzy Logic Toolbox User s Guide, The MathWorks, Inc., [6] W. A. Chang, Advances in Evolutionary Algorithms: Theory, Design and Practice, New York: Springer Berlin Heidelberg, pp , [7] M. Melanie, An Introduction to Genetic Algorithm, UK: MIT Press, pp , [8] R. L. Haupt and S. E. Haupt, Practical Genetic Algorithms, New Jersey: John Wiley & Sons, Inc., pp , [9] K. O Donoghue, Real-time Adaptive PID control of a Nonlinear Process Based on Genetic Optimization, Master dissertation, School of Electronic Engineering, Dublin City Univ., Ireland, [10] Writing S-Functions, The MathWorks, Inc., 2000.

Differential Evolution and Genetic Algorithm Based MPPT Controller for Photovoltaic System

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

More information

PID Tuning Using Genetic Algorithm For DC Motor Positional Control System

PID Tuning Using Genetic Algorithm For DC Motor Positional Control System PID Tuning Using Genetic Algorithm For DC Motor Positional Control System Mamta V. Patel Assistant Professor Instrumentation & Control Dept. Vishwakarma Govt. Engineering College, Chandkheda Ahmedabad,

More information

Load Frequency Controller Design for Interconnected Electric Power System

Load Frequency Controller Design for Interconnected Electric Power System Load Frequency Controller Design for Interconnected Electric Power System M. A. Tammam** M. A. S. Aboelela* M. A. Moustafa* A. E. A. Seif* * Department of Electrical Power and Machines, Faculty of Engineering,

More information

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

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

More information

INTEGRATED PID BASED INTELLIGENT CONTROL FOR THREE TANK SYSTEM

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

More information

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

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

Pareto Optimal Solution for PID Controller by Multi-Objective GA

Pareto Optimal Solution for PID Controller by Multi-Objective GA Pareto Optimal Solution for PID Controller by Multi-Objective GA Abhishek Tripathi 1, Rameshwar Singh 2 1,2 Department Of Electrical Engineering, Nagaji Institute of Technology and Management, Gwalior,

More information

TUNING OF PID CONTROLLERS USING PARTICLE SWARM OPTIMIZATION

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

More information

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

Design and Implementation of Intelligent Controller for a Continuous Stirred Tank Reactor System

Design and Implementation of Intelligent Controller for a Continuous Stirred Tank Reactor System Design and Implementation of Intelligent Controller for a Continuous Stirred Tank Reactor System D. Siva Nagaraju 1, G. Ramesh 2 M. Tech Control System, Asst. Professor, Department of Electrical and Electronic

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

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

Neural Network Predictive Controller for Pressure Control

Neural Network Predictive Controller for Pressure Control Neural Network Predictive Controller for Pressure Control ZAZILAH MAY 1, MUHAMMAD HANIF AMARAN 2 Department of Electrical and Electronics Engineering Universiti Teknologi PETRONAS Bandar Seri Iskandar,

More information

PID Controller Tuning using Soft Computing Methodologies for Industrial Process- A Comparative Approach

PID Controller Tuning using Soft Computing Methodologies for Industrial Process- A Comparative Approach Indian Journal of Science and Technology, Vol 7(S7), 140 145, November 2014 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 PID Controller Tuning using Soft Computing Methodologies for Industrial Process-

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

Keywords- DC motor, Genetic algorithm, Crossover, Mutation, PID controller.

Keywords- DC motor, Genetic algorithm, Crossover, Mutation, PID controller. Volume 3, Issue 7, July 213 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Speed Control of

More information

Research Article Multi-objective PID Optimization for Speed Control of an Isolated Steam Turbine using Gentic Algorithm

Research Article Multi-objective PID Optimization for Speed Control of an Isolated Steam Turbine using Gentic Algorithm Research Journal of Applied Sciences, Engineering and Technology 7(17): 3441-3445, 14 DOI:1.196/rjaset.7.695 ISSN: 4-7459; e-issn: 4-7467 14 Maxwell Scientific Publication Corp. Submitted: May, 13 Accepted:

More information

Smart Home System for Energy Saving using Genetic- Fuzzy-Neural Networks Approach

Smart Home System for Energy Saving using Genetic- Fuzzy-Neural Networks Approach Int. J. of Sustainable Water & Environmental Systems Volume 8, No. 1 (216) 27-31 Abstract Smart Home System for Energy Saving using Genetic- Fuzzy-Neural Networks Approach Anwar Jarndal* Electrical and

More information

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

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

More information

Determination of the PID Controller Parameters by Modified Genetic Algorithm for Improved Performance

Determination of the PID Controller Parameters by Modified Genetic Algorithm for Improved Performance JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 23, 1469-1480 (2007) Determination of the PID Controller Parameters by Modified Genetic Algorithm for Improved Performance Department of Electrical Electronic

More information

A Fuzzy Knowledge-Based Controller to Tune PID Parameters

A Fuzzy Knowledge-Based Controller to Tune PID Parameters Session 2520 A Fuzzy Knowledge-Based Controller to Tune PID Parameters Ali Eydgahi, Mohammad Fotouhi Engineering and Aviation Sciences Department / Technology Department University of Maryland Eastern

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

Position Control of Servo Systems using PID Controller Tuning with Soft Computing Optimization Techniques

Position Control of Servo Systems using PID Controller Tuning with Soft Computing Optimization Techniques Position Control of Servo Systems using PID Controller Tuning with Soft Computing Optimization Techniques P. Ravi Kumar M.Tech (control systems) Gudlavalleru engineering college Gudlavalleru,Andhra Pradesh,india

More information

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

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

More information

The Genetic Algorithm

The Genetic Algorithm The Genetic Algorithm The Genetic Algorithm, (GA) is finding increasing applications in electromagnetics including antenna design. In this lesson we will learn about some of these techniques so you are

More information

Sp-eed Control of Brushless DC Motor Using Genetic Algorithim Based Fuzzy Controller*

Sp-eed Control of Brushless DC Motor Using Genetic Algorithim Based Fuzzy Controller* Proceedings of the 2004 nternational Conference on ntelligent Mechatronics and Automation Chengdu,China August 2004 Sp-eed Control of Brushless DC Motor Using Genetic Algorithim Based Fuzzy Controller*

More information

COMPARISON OF TUNING METHODS OF PID CONTROLLER USING VARIOUS TUNING TECHNIQUES WITH GENETIC ALGORITHM

COMPARISON OF TUNING METHODS OF PID CONTROLLER USING VARIOUS TUNING TECHNIQUES WITH GENETIC ALGORITHM JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY Journal of Electrical Engineering & Technology (JEET) (JEET) ISSN 2347-422X (Print), ISSN JEET I A E M E ISSN 2347-422X (Print) ISSN 2347-4238 (Online) Volume

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

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

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

More information

Simulation of process identification and controller tuning for flow control system

Simulation of process identification and controller tuning for flow control system IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Simulation of process identification and controller tuning for flow control system To cite this article: I M Chew et al 2017 IOP

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

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

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

More information

A Comparative Analysis of GA-PID, Fuzzy and PID for Water Bath System

A Comparative Analysis of GA-PID, Fuzzy and PID for Water Bath System ISSN : 22:3439 A Comparative Analysis of GA-PID, Fuzzy and PID for Water Bath System SARITA RANI 1. SANJU SAINI 2, SANJEETA RANI 3 1,2 Deenbandhu Chhotu Ram Univ. of Science & Technology,Murthal 3 University

More information

Application of Soft Computing Techniques in Water Resources Engineering

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

More information

Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II

Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II 1 * Sangeeta Jagdish Gurjar, 2 Urvish Mewada, 3 * Parita Vinodbhai Desai 1 Department of Electrical Engineering, AIT, Gujarat Technical University,

More information

ADVANCES in NATURAL and APPLIED SCIENCES

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

More information

Intelligent Methods for Tuning of Different Controllers

Intelligent Methods for Tuning of Different Controllers ISSN: 2278-8 Vol. 2 Issue 6, June - 23 Intelligent Methods for Tuning of Different Controllers Afshan Ilyas and Mohammad Ayyub Department of Electrical Engineering Zakir Hussain College of Engineering

More information

PID TUNING WITH INPUT CONSTRAINT: APPLICATION ON FOOD PROCESSING

PID TUNING WITH INPUT CONSTRAINT: APPLICATION ON FOOD PROCESSING 83 PID TUNING WITH INPUT CONSTRAINT: APPLICATION ON FOOD PROCESSING B L Chua 1, F.S.Tai 1, N.A.Aziz 1 and T.S.Y Choong 2 1 Department of Process and Food Engineering, 2 Department of Chemical and Environmental

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

EVOLUTIONARY ALGORITHM BASED CONTROLLER FOR HEAT EXCHANGER

EVOLUTIONARY ALGORITHM BASED CONTROLLER FOR HEAT EXCHANGER EVOLUTIONARY ALGORITHM BASED CONTROLLER FOR HEAT EXCHANGER Nandhini Priyadharshini M. 1, Rakesh Kumar S. 2 and Valarmathi R. 2 1 Department of EIE, P.G. scholar SASTRA University, Thanjavur, India 2 Department

More information

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

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

More information

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

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

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

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 3,9 6, 2M Open access books available International authors and editors Downloads Our authors are

More information

Fuzzy cooking control based on sound pressure

Fuzzy cooking control based on sound pressure 25 WSEAS Int. Conf. on DYNAMICAL SYSTEMS and CONTROL, Venice, Italy, November 2-4, 25 (pp276-28) Fuzzy cooking control based on sound pressure A. JAZBEC, I. LEBAR BAJEC, M. MRAZ Faculty of Computer and

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

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

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

More information

Optimum Coordination of Overcurrent Relays: GA Approach

Optimum Coordination of Overcurrent Relays: GA Approach Optimum Coordination of Overcurrent Relays: GA Approach 1 Aesha K. Joshi, 2 Mr. Vishal Thakkar 1 M.Tech Student, 2 Asst.Proff. Electrical Department,Kalol Institute of Technology and Research Institute,

More information

Variable Size Population NSGA-II VPNSGA-II Technical Report Giovanni Rappa Queensland University of Technology (QUT), Brisbane, Australia 2014

Variable Size Population NSGA-II VPNSGA-II Technical Report Giovanni Rappa Queensland University of Technology (QUT), Brisbane, Australia 2014 Variable Size Population NSGA-II VPNSGA-II Technical Report Giovanni Rappa Queensland University of Technology (QUT), Brisbane, Australia 2014 1. Introduction Multi objective optimization is an active

More information

SECTOR SYNTHESIS OF ANTENNA ARRAY USING GENETIC ALGORITHM

SECTOR SYNTHESIS OF ANTENNA ARRAY USING GENETIC ALGORITHM 2005-2008 JATIT. All rights reserved. SECTOR SYNTHESIS OF ANTENNA ARRAY USING GENETIC ALGORITHM 1 Abdelaziz A. Abdelaziz and 2 Hanan A. Kamal 1 Assoc. Prof., Department of Electrical Engineering, Faculty

More information

-binary sensors and actuators (such as an on/off controller) are generally more reliable and less expensive

-binary sensors and actuators (such as an on/off controller) are generally more reliable and less expensive Process controls are necessary for designing safe and productive plants. A variety of process controls are used to manipulate processes, however the most simple and often most effective is the PID controller.

More information

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

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

More information

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

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

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

More information

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

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

More information

Relay Feedback based PID Controller for Nonlinear Process

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

More information

Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique

Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique Vivek Kumar Bhatt 1, Dr. Sandeep Bhongade 2 1,2 Department of Electrical Engineering, S. G. S. Institute of Technology

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

MANUEL EDUARDO FLORES MORAN ARTIFICIAL INTELLIGENCE APPLIED TO THE DC MOTOR

MANUEL EDUARDO FLORES MORAN ARTIFICIAL INTELLIGENCE APPLIED TO THE DC MOTOR MANUEL EDUARDO FLORES MORAN ARTIFICIAL INTELLIGENCE APPLIED TO THE DC MOTOR A THESIS SUBMITTED IN PARTIAL FULFILMENT OF THE DEGREE OF MASTER OF SCIENCE IN AUTOMATION AND CONTROL 2015 NEWCASTLE UNIVERSITY

More information

Control Applications Using Computational Intelligence Methodologies

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

More information

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

CONTROLLER TUNING FOR NONLINEAR HOPPER PROCESS TANK A REAL TIME ANALYSIS

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

More information

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

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

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

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

More information

MATLAB Simulink Based Load Frequency Control Using Conventional Techniques

MATLAB Simulink Based Load Frequency Control Using Conventional Techniques MATLAB Simulink Based Load Frequency Control Using Conventional Techniques Rameshwar singh 1, Ashif khan 2 Deptt. Of Electrical, NITM, RGPV 1, 2,,Assistant proff 1, M.Tech Student 2 Email: rameshwar.gwalior@gmail.com

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

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

An Expert System Based PID Controller for Higher Order Process

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

More information

SELF-TUNING OF FUZZY LOGIC CONTROLLERS IN CASCADE LOOPS

SELF-TUNING OF FUZZY LOGIC CONTROLLERS IN CASCADE LOOPS SELFTUNING OF FUZZY LOGIC CONTROLLERS IN CASCADE LOOPS M. SANTOS, J.M. DE LA CRUZ Dpto. de Informática y Automática. Facultad de Físicas. (UCM) Ciudad Universitaria s/n. 28040MADRID (Spain). S. DORMIDO

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

Evolutionary Optimization for the Channel Assignment Problem in Wireless Mobile Network

Evolutionary Optimization for the Channel Assignment Problem in Wireless Mobile Network (649 -- 917) Evolutionary Optimization for the Channel Assignment Problem in Wireless Mobile Network Y.S. Chia, Z.W. Siew, S.S. Yang, H.T. Yew, K.T.K. Teo Modelling, Simulation and Computing Laboratory

More information

Chapter-5 FUZZY LOGIC BASED VARIABLE GAIN PID CONTROLLERS

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

More information

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

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

More information

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

The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment

The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment ao-tang Chang 1, Hsu-Chih Cheng 2 and Chi-Lin Wu 3 1 Department of Information Technology,

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

Some Tuning Methods of PID Controller For Different Processes

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

More information

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

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

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

More information

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

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

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

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

More information

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

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

More information

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

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

A COMPARATIVE APPROACH ON PID CONTROLLER TUNING USING SOFT COMPUTING TECHNIQUES

A COMPARATIVE APPROACH ON PID CONTROLLER TUNING USING SOFT COMPUTING TECHNIQUES A COMPARATIVE APPROACH ON PID CONTROLLER TUNING USING SOFT COMPUTING TECHNIQUES 1 T.K.Sethuramalingam, 2 B.Nagaraj 1 Research Scholar, Department of EEE, AMET University, Chennai 2 Professor, Karpagam

More information

Tuning of PID Controller for Cascade Unstable systems Using Genetic Algorithm P.Vaishnavi, G.Balasubramanian.

Tuning of PID Controller for Cascade Unstable systems Using Genetic Algorithm P.Vaishnavi, G.Balasubramanian. Volume 8 No. 8 28, 2-29 ISSN: 3-88 (printed version); ISSN: 34-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Tuning of PID Controller for Cascade Unstable systems Using Genetic Algorithm P.Vaishnavi,

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

Load frequency control in Single area with traditional Ziegler-Nichols PID Tuning controller

Load frequency control in Single area with traditional Ziegler-Nichols PID Tuning controller Load frequency control in Single area with traditional Ziegler-Nichols PID Tuning Gajendra Singh Thakur 1, Ashish Patra 2 Deptt. Of Electrical, MITS, RGPV 1, 2,,M.Tech Student 1,Associat proff 2 Email:

More information

Research Article Design of Intelligent Self-Tuning GA ANFIS Temperature Controller for Plastic Extrusion System

Research Article Design of Intelligent Self-Tuning GA ANFIS Temperature Controller for Plastic Extrusion System Modelling and Simulation in Engineering Volume 2, Article ID 437, 8 pages doi:.55/2/437 Research Article Design of Intelligent Self-Tuning GA ANFIS Temperature Controller for Plastic Extrusion System S.

More information

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

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

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 PREAMBLE Load Frequency Control (LFC) or Automatic Generation Control (AGC) is a paramount feature in power system operation and control. The continuous monitoring is needed

More information

PID versus MPC Performance for SISO Dead-time Dominant Processes

PID versus MPC Performance for SISO Dead-time Dominant Processes Preprints of the th IFAC International Symposium on Dynamics and Control of Process Systems The International Federation of Automatic Control December -, 3. Mumbai, India PID versus MPC Performance for

More information

A Case Study of GP and GAs in the Design of a Control System

A Case Study of GP and GAs in the Design of a Control System A Case Study of GP and GAs in the Design of a Control System Andrea Soltoggio Department of Computer and Information Science Norwegian University of Science and Technology N-749, Trondheim, Norway soltoggi@stud.ntnu.no

More information

1 Faculty of Electrical Engineering, UTM, Skudai 81310, Johor, Malaysia

1 Faculty of Electrical Engineering, UTM, Skudai 81310, Johor, Malaysia Applied Mechanics and Materials Vols. 284-287 (2013) pp 2266-2270 (2013) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amm.284-287.2266 PID Controller Tuning by Differential Evolution

More information

Solving Assembly Line Balancing Problem using Genetic Algorithm with Heuristics- Treated Initial Population

Solving Assembly Line Balancing Problem using Genetic Algorithm with Heuristics- Treated Initial Population Solving Assembly Line Balancing Problem using Genetic Algorithm with Heuristics- Treated Initial Population 1 Kuan Eng Chong, Mohamed K. Omar, and Nooh Abu Bakar Abstract Although genetic algorithm (GA)

More information

Control Design Made Easy By Ryan Gordon

Control Design Made Easy By Ryan Gordon Control Design Made Easy By Ryan Gordon 2014 The MathWorks, Inc. 1 Key Themes You can automatically tune PID controllers in MATLAB from acquired data You can automatically tune PID controllers from dynamic

More information