Industrial Boiler Modeling and Control Based on Adaptive Neuro Fuzzy Inference. System and Implementation in S7-400H PLC

Size: px
Start display at page:

Download "Industrial Boiler Modeling and Control Based on Adaptive Neuro Fuzzy Inference. System and Implementation in S7-400H PLC"

Transcription

1 Research Paper International Journal of Review in Life Sciences ISSN: Volume 5 (2015), Issue 3 (Jul-Sep), Pages Industrial Boiler Modeling and Control Based on Adaptive Neuro Fuzzy Inference System and Implementation in S7-400H PLC Javad Shoorabeh 1, Feridoon Shabaninia 2, Iman Karimi 3 1 Shiraz University, Department of E-learning in Instrumentation and Automation Engineering, Iran 2 Shiraz University, Department of Electrical and Electronic Engineering 3 Bou Ali Sina Petrochemical Company, Department of Instrumentation, Mahshahr, Iran Abstract In this paper, a data driven method is employed to model a boiler. The method uses ANFIS as a fuzzy system which its parameters calculated by a neural network training algorithm. The main advantage of ANFIS is that it doesn t need complicated tuning of fuzzy system parameters and it just needs a good training dataset. Training dataset is obtained from a simulated mathematical model. However, this structure still needs PID and a good tuning of that because of the required good dataset. The proposed ANFIS shows good responses and mimic the boiler plant in acceptable manner. Furthermore, another ANFIS is designed to do a control job in boiler as a PID and it shows even better responses than a normal PID controller in some ranges. In addition, designed ANFIS is implemented in a S7 PLC to show the practical value of the method and it can be employed in industrial plant for further development and researches. Keywords: Boiler, Data driven modelling, ANFIS, PID, PLC Corresponding Author 1 ANN: Artificial Neural Network

2 Introduction Modelling and simulation has a main role in industry and process developments. Generally speaking, There are two methods of modelling. One of them is based on dynamic behaviour and relation of variables and states in physical equations and consequent differential equations from the real system (Mathematical Modelling). The other method is based on input-output data and experience or knowledge of the system (Empirical Modelling) (Boyatt et al., 2006). Mathematical modelling of chemical plant or power plant requires detailed calculation to obtain dynamics and thermodynamics equations of the system which is time consuming and tough task. In addition, in large scale plants with many complex and MIMO systems, modelling procedure becomes a nightmare. On the other side, empirical modelling is a straightforward way and just need a suitable and sufficient data set, however, the precision of this type is not as same as mathematical type and it has some deficiencies from this point of view. In addition, infrastructure of data gathering and communication is prerequisite for empirical modelling (Angell et al., 2008). In recent decays, rapid development of computers causes many industrial plants to use the benefits of computers and apply DCS and similar computerized and digital control system. As a consequence, data collection and storage is installed in many industrial plants. As a result, data driven modelling like ANN 1 modelling, Fuzzy modelling and other empirical modelling which are easier in comparison to mathematical modelling, attracts many interest. In addition, empirical modelling is easier to implement and to configure for further development and changes (Rusinowski and Stanek, 2007). Fuzzy systems and neural networks are applied in many wide range of application. A lot of publication in scientific journals and conferences shows the popularity of them. In spite of this, they have their own cons and complexity. For example, in fuzzy systems need enough experience from the system to adjust the fuzzy parameters and procedure of adjustment is time consuming. Neural network training process needs enough and suitable data set and need enough knowledge to manipulate the network. To improve this issue a combination system of Artificial Neural Networks and Fuzzy Inference System were introduced by Jang (1993) to cover the cons of these two popular structures. The proposed structure was ANFIS which stands for Adaptive NeuroFuzzy Inference System. ANFIS has a wide range of application from fault detection (Karimi and Salahshoor, 2012), to modelling (Neshat et al., 2011), and control. It has a simple structure and easy to configure. In this paper, ANFIS uses as an empirical model to mimic the behaviour of a boiler which has a significant role in power plants. Training dataset is build by a boiler model that simulated in MATLAB SIMULINK. Furthermore, another ANFIS is developed to control the boiler and becomes an alternative of a PID controller. Finally, the trained ANFIS which is used as a boiler model is implemented in a S7 PLC and the procedure is explained clearly. This part is done as a pre-process of implementation ANFIS in real world for future studies. Boiler The function of boiler is to deliver steam with a predefined pressure and temperature to a turbine or other process equipment. There are have several types of boilers such as water tube and fire tube (which is outdated), in this research water tube boilers steam-drum with saturated zone is the objective. The employed model proposed by Aström and Bell (1999) and is shown in Fig.1. In this figure, Q (Kj) is heat and causes boiling in the risers, q f (Kg/s) is feed water flow and supplied to the boiler, p(kpa) is drum pressure, q s (Kg/s) is steam flow and is taken from the drum to the super heaters, turbine or any other equipment which needs predefined quality of steam. Fig. 1. The proposed Drum model Although, in reality boiler system is much more complicated than shown in fig.1 and there is many down comer and riser tubes. But, the total behaviour is well captured by global mass and energy balances. Drum pressure is a very critical and important variable in boiler and any changes in the drum pressure cause the energy stored in steam and water is released or absorbed very rapidly. The rapid release of energy ensures that different parts

3 of the boiler change their temperature in the same way. As mentioned earlier, the operating zone in the following model is saturated zone and in this region relation of pressure and temperature is extremely nonlinear. To overcome this issue a lookup table was extracted from Engineering Toolbox web site to produce the pressure variable. The resulted pressure is processed in a set of differential equation to make the other variables. Much of the behaviour of the system is captured by global mass and energy balances.inputs to the system are the heat flow rate to the risers,q and the feed water mass flow rate, q f.furthermore, let the outputs of the system be drum pressure, p, and the steam mass flow rate, q s. This way of characterizing the system is convenient for modelling. Additional notation is needed, then, let V denotes volume, ρ denotes specific density, u specific internal energy, h specific enthalpy,t temperature and q s mass flow rate. The total mass of the metal tubes and the drum is m and the specific heat of the metal is Cp. Furthermore, let subscripts s, w, f and m refer to steam, water, feed water, and metal, respectively. Sometimes, for clarification, need a notation for the system components. For this purpose would use double subscripts where t denotes total system, d drum and r risers. With the above definition, the state space model is: dv e wt 11 dt dv e wt 21 dt + e 12 dp dt = q f q s + e 22 dp dt = Q + q fh f q s h s (1) which e 11, e 12, e 21 and e 22 are : e 11 = ρ w ρ s (2) ρ e 12 = V s + V ρ w st wt (3) e 21 = ρ w h w ρ s h s (4) ρ e 22 = V st h s + ρ h s s s ρ w h w V t + m t C p t s + V wt h w ρ w + (5) and the state variables are p and V. If only discussion interested in drum pressure, use a simplified model. If the drum level is controlled well the variations in the steam volume are small. Neglecting these variations extracts the following approximate model: e 1 dp dt = Q q f(h w h f ) q s h c (6) which ρ e 1= V s + ρ h s st sv + ρ h w st wv + m t s wt tc p V t (7) Detailed information of the above equation is presented in the Aström and Bell (1999) paper. The equations are implemented in SIMULINK and operating point and steady state values are calculated by operspec command in MATLAB. The result of simulated model is illustrated in fig.2, which pressure and temperature of the drum has been shown. As it can be seen, the changing direction and amplitude of temperature and pressure are similar that shows a validation of model DrumPressure(Kpa) Temperature(DegC) x 105 Heat(KJ) Fig.2. Drum pressure and Temperature response to input energy (Heat) The result shows that the model is suitable for making data set in our training procedure in ANFIS. ANFIS ANFIS is a Sugeno-Type fuzzy inference whose free parameters in membership functions (MFs) are adjusted via the learning methods being employed in Neural Networks. Sugeno FIS was first introduced in 1985 by Sugeno. This type of fuzzy inference is similar to the Mamdani method in many aspects. The main difference between Mamdani and Sugeno is that the output MFs is only linear or constant for Sugeno fuzzy inference. In fuzzy systems, adjusting the parameters of MFs is time consuming and need enough experience. In addition, for generating rules adequate previous knowledge of the system is needed. However, Jang (1993) proposed ANFIS to solve the problem. In fact, by performing training algorithms like BP

4 (Back Propagation) on input/output data set, the characteristics of data has been extracted and transformed to the rules and parameters of FIS for the best mapping from input to output. Elaborated information on ANFIS structure and its behaviours can be found in literature. In this paper, just addressed some parts of it. Each rule in ANFIS is like: If x is A1 and y is B1 Then f 1 =p 1 x+q 1 y+r 1 (9) If x is A2 and y is B2 Then f 2 =p 2 x+q 2 y+r 2 (10) Which x and y are inputs, A1, A2, B1and B2 are input MF and f is output that can be linear or constant. p, q and r are the consequent parameters. Since, would have chosen linear output with one input then f=px+r. A simple structure of ANFIS with two inputs and two membership functions on each input is illustrated in Fig.3. First layer is input layer and it has membership functions. In second layer, multiplying function of each membership function with each other is done to make the fire strength weight of each rule. Third layer just makes a normalization of weights in each rule. In fourth layer, the output of Takagi-Sugeno (f) is made with combination of consequent parameters (p, q and r) with inputs (x and y). Finally in fifth layer, final output of the network is made by adding the outputs of fourth layer. Fig.3. A simple structure of ANFIS There are two types of parameters in ANFIS, one is premise parameters and the other one is consequent parameters. Premise parameters are related to the membership function, as used triangle shape membership function, in this study they are a, b and c in the following equations.(8) 0, x a, x b f ( x; a, b, c) c x, c b 0, x a a x b b x c c x (8) Tuning of premise parameters affects the shape of membership function directly. Consequent parameters are related to fourth layer and make the output of Takagi-Sugeno and they are p, q and r. In this work, main input and output are heat, Q, and drum pressure, p. Then, ANFIS has just one input and the best and minimum number of membership function is 4. So the number of rules would be 4. The resulted structure of ANFIS is presented in fig.4. Fig.4. The structure of the proposed ANFIS Training data set is obtained from the simulated model which is presented in section 2. The ANFIS is trained with hybrid algorithm which contains back propagation and least square method. The obtained result is satisfactory and illustrated in fig.5. In the figure, red line is related to mathematical model which is presented in section 2 and the blue line is related to ANFIS. It is obvious that trained ANFIS follow the mathematical model in a good manner. Input of this incitation is presented in fig.6. The trained data was in a medium load range. The designed ANFIS shows good responses in medium load range even with other shape of input, i.e. the direction of increasing or decreasing. However, the ANFIS just shows good responses in medium load range and in other range which are not included in training data set, the quality of the response decreases gradually. In spite of this, the proposed ANFIS structure is also employed in control application (not modelling) and it shows good responses in comparison to PID. In next session, this comparison has been made.

5 DrumPressure(Kpa) Math Model ANFIS DrumPressure(Kpa) 950 Fig.5. Mathematical and ANFIS model output 2.4 x Heat (Kj) Training data is obtained from the PID with a definite coefficient. After that trained ANFIS works as single and independent controller in the boiler to control the drum pressure. The obtained result of two control structure is shown in fig.7.the operation point of the system is around 901 Kpa which is obtained from operspec command in MATLAB. The operation point line is illustrated with green line in Fig.7, in another word, it is the desired point which PID and ANFIS should keep the pressure of the boiler in this aria. ANFIS structure shows perfect responses in comparison to PID, particularly when there is a sudden change in input energy (Heat, Q,). However, if the input range is changed, responses will decrease in quality because of the training data set. Since our training data set is chosen in medium load, i.e. input heat is around 200 to 230 Mj, ANFIS will show good responses only in mentioned range. Medium load of heat or input energy is illustrated in fig.8. Nevertheless, this structure has a big deficiency, it still needs PID as a source of producing data, consequently, good tuning of PID is prerequisite of having a good data set for training ANFIS as a controller and complete remove of the PID controller is not good Compare between ANFIS(Blue)and PID(Red)... Kp=10.0 Ki=0.5 Kd=0.0 PID ANFIS 2 Fig.6. Related input of fig.5 ANFIS vs. PID One of the main controllers in industry which still has a lot of application and is employed in many plants is PID. It has a simple structure and understandable perfectly to many operators. However, it has some deficiencies which the worst one is the tuning. Each PID controller needs a comprehensive work for fine tuning and most of the time it has been made by try and error. In addition, by the time in each plant engineer should retune the PID parameters due to the variable nature of the system dynamic. Several methods have been proposed to overcome the issues of PID controllers. Many of them suggest an optimal way to calculate the PID coefficients like fuzzy logic, genetic algorithm and etc. The other methods are based on designing a different control structure like DMC, MPC, Fuzzy control and etc, explained by Fleming and Purshouse (2012). In this paper, ANFIS is employed as a controller instead of PID Fig.7. ANFIS and PID output response PLC implementation Programmable Logic Controller (PLC) is a device which is so popular and practical in different industries. It does a pre-programmed logic with respects to its digital and analogue inputs and makes appropriate outputs. For the first time, PLCs have been used as an alternative with relaycontactors circuits which control task and maintenance of the plants with those circuits was a

6 nightmare, specially in big plants with many variables. At this stage, the PLCs were proposed to overcome the issues of outdated and traditional relay-contactors circuits. Gradually, they have been employed in many factories, process plants, power plants and even in houses. 2.3 x Heat(Kj) discrete (event) control automotive, electronics, etc. Their primary goal was to replace the relay technology. Nowadays they have wide instruction libraries including function block for continues control (well-designed PID, lead-lag blocks, etc.) but there are missing libraries for intelligent control (fuzzy systems and neural networks). The proposed paper will summarize some existing fuzzy toolboxes for PLC's and present a universal fuzzy system for PLC with a methodology to convert Matlab fuzzy system into PLC's fuzzy structure (Körösi and Turcsek, 2011) Fig.8. Related input(heat) of fig.7 They have many features and include many types of functions and control blocks which make them so practical. In this paper, the procedure of implementation fuzzy logic is explained and the ANFIS which is used as a model of boiler is implemented in a S7 PLC from SIEMENS company which is common in industrial plants. Functions in programmable logic controllers libraries are simple (bit operations, summations, subtractions, multiplications, divisions, etc.) or complex (sine, cosine, absolute value, vector summations, PID, etc.) mathematical functions but often without fuzzy systems, while PLC systems are currently the most commonly used control systems in industry. The aim of the proposed paper is to present a universal fuzzy system s design for PLC and the principle of Matlab fuzzy system conversion into PLC s fuzzy structure. Typically, these processes are still controllable by using and applying the expert knowledge of operators who have learned how the process responds to various input conditions. The most common industrial control systems are Distributed Control System (DCS) and PLC s. DCS (Fig.9.) is a computerized control system used to control the production lines in the industry as oil refining plants, chemical plants, pharmaceutical manufacturing, etc. where continues control (PID loops) is dominating. PLC systems were typical for Fig.9. Typical Architecture of a Distributed Process Control System SIMATIC S7 Fuzzy Control The S7 Fuzzy Control software package consists of two individual products: The product Fuzzy Control mainly contains the control block (function block - FB) and the data block (DB).The product Configuration Fuzzy Control contains the tool for configuring the control block.the FB is already prepared in its full range of performance and with all algorithms for configuration and assigning parameters. A user-friendly tool is available for the configuration and parameter assignment of this function block (Fig.10). Fuzzy controllers are easy to configure on the basis of Fuzzy Control because their functionality is limited to the definition and execution of core functions in fuzzy theory. An instance data block in the CPU of the programmable controller forms the interface between the function block, the configuration tool, and the user. It s possible to download a number of fuzzy applications to a CPU and run them there. Each application is stored in a separate data block; the number of the data block can be freely assigned (Fig.11)

7 Fig.10. Block diagram of the configuration tool sub function Fig.11. Structure of the block calls There are three main parts of the designed fuzzy structure: fuzzification, inference mechanism and defuzzification. Fuzzification is the first step in the fuzzy inferencing process. This involves a domain transformation where crisp inputs are transformed into fuzzy inputs. Crisp inputs are exact inputs measured by sensors and passed into the control system for processing, such as temperature, pressure, rpm's, etc. Each crisp input that is to be processed by the FIU has its own group of membership functions or sets to which they are transformed. This group of membership functions exists within a universe of discourse that holds all relevant values that the crisp input can possess (Körösi and Turcsek, 2011). Fig.12. PLC's integrated fuzzy tools efficient development and configuration of Fuzzy systems. Empirical process expertise and verbalized knowledge by experience can directly transformed into controllers, pattern identification or logic decisions. Associated functions are also easy to configure with the help of FuzzyControl++. The rules are inputs either via a table or via a matrix editor. Dynamic changes of the rules basis identified immediately and, if no rule should be applicable, a value previously prescribed for each output will be use. The inference and defuzzification method used by FuzzyControl++ is the well-known Takagi-Sugeno method. FuzzyControl++ can execute on SIMATIC S7 PLC's, the SIMATIC PCS7 process control system and the WinCC SCADA system and provides special function blocks. It is implemented in this paper in Fig.14. that been shown Fuzzy Pressure Controller made by only 4 Rules that been produced by MATLAB's ANFIS editor, they are in Fig.15 as 4 simple Rules was been built in IF..THEN Box in Fig.14. In Fig.16 about input Heat (Q), at Midrange of Boiler's Operating Point, converted to Triangular function in role of the Fuzzy Controller's input. Fig.17 shows how is configuring Output of the Fuzzy Controller and Fig.18 is showing Obviously real output of PLC after download new fuzzy program to S7-400H PLC and Set point Tracking about Drum Pressure is clear.in Figure is obvious that with increasing or decreasing of energy input also Drum Pressure behaves same way and it is correct because One of important factors in Drum Pressure depends is Heat input (Körösi and Turcsek, 2011). Step 7: STEP 7 is the standard software package used for configuring and programming SIMATIC programmable logic controllers. It is a part of the SIMATIC Siemens industry software, Körösi and Turcsek (2011) and Siemens (), that covers widely usages such as: Based on several types of programming: Flow chart, Contact List, SCL, Grafcet,... Expandable with applications offered by the software industry SIMATIC. Calculation of functional modules and communication modules. Data transfer ordered by event using communication blocks and function blocks. Configuring Connections FuzzyControl++ : The FuzzyControl++ configuration tool for the automation of technical processes enables the

8 Fig.13. FuzzyControl++ Drivers and Runtime Module Fig.16. Fuzzy Controller's input Fig.14. Fuzzy Controller of the pressure created on Fuzzycontrol++ Fig.17. Output of the Fuzzy Controller Fig.15. The Fuzzy Rule Table Fig.18. The fuzzy controller regulation s curve plotter

9 range load ANFIS doesn t show super behaviour and still it needs PID controller to produced training data and implementation ANFIS controller. Fortunately, nowadays or in future with improvement of technology that due to production of high speed CPU's for PLC or DCS systems, problems such as slow deffuzification progress would be solved easily and could be used in many of industrial Plants and factories, and using of new methods such as this paper overcome some problems that create with conventional classic control methods. Fig.19. The fuzzy controller regulation s surface Conclusions The influence of age and low education level on motorcycle accidents resulting in death was undeniably proved to be high in this study. In addition, it was confirmed that men are more exposed to such traumas. Although the frequency of head and face injuries in individuals killed in motorcycle accidents were significant, it decreased from 2007 to In this research, the ability of ANFIS in modelling and control of a boiler is investigated. The strength of ANFIS is related to its data driven nature which it doesn t need any mathematical equation to model a system. It does just need an input/output dataset of a system to make a model to mimic the exact behaviour of the system. A mathematical model of a boiler is addressed by Aström and Bell (1999). This model produces required data for ANFIS in training procedure and further qualification. Designed ANFIS shows good responses to model the real plant (in this work simulated model by Aström and Bell (1999)). In addition, in section 4 another ANFIS was designed to mimic the behaviour of a PID controller which was predesigned in boiler model and again it shows good responses in controlling the plant and it became an alternative way to control the plant. This paper presented a fuzzy system design for PLC system and the automatic fuzzy structure conversion from MATLAB into PLC. The fuzzy toolbox has been verified on Real Training Package and it s suitable for modelling and control nonlinear processes. The fuzzy system can be designed directly in Matlab and after sets of simulations the final fuzzy system can be programmed into PLC. However, trained ANFIS just has good result in a medium load range of boiler which is used in training process. In high References Angell, C., Kind P.M., Henriksen, E. and Guttersued, Q., An empiricalmathematical modeling approach to upper secondary physics. Phys. Educ., 43(3): Aström, K.J. and Bell, R.D., Drum-boiler dynamics. Automatica, 36(3): Boyatt R., Harfield, A. and Beynon, M., Learning about and through Empirical modelling. ICALT, Fleming, P.J. and Purshouse, R.C., Evolutionary algorithms in control systems engineering: a survey. Control Engineering Practice, 10(11): Jang, R., ANFIS: adaptive-network based fuzzy inference system, IEEE Trans. Syst. Man Cybern. B., 23(3): Karimi, I. and Salahshoor, K., A New Fault Detection and Diagnosis Approach for a Distillation Column based on a Combined PCA and ANFIS Scheme. 24th Chinese Control and Decision Conference (CCDC), Körösi, L. and Turcsek, D., Fuzzy System for PLC. Inproceedings of MATLAB conference Retrieved from: TLAB12/full_paper/040_Korosi.pdf. Neshat, M., Adeli, A., Masoumi, A. and Sargolzae, M., (2011). A Comparative Study on ANFIS and Fuzzy Expert System Models for Concerete Mix Design. IJCSI, 8(2): Rusinowski, H. and Stanek, W., Neural modelling of steam boilers. Energ. Convers. Manage., 48: Siemens, A.G., FuzzyControl++ User s Manual. Karlsruhe, Germany. Siemens, A.G., SIMATIC Programming with STEP 7, Manual.Siemens, pp Siemens, A.G., SIMATIC. Process Control System PCS 7. OS Process Control (V7.1). Operating Instructions, Germany.

FUZZY SYSTEM FOR PLC

FUZZY SYSTEM FOR PLC FUZZY SYSTEM FOR PLC L. Körösi, D. Turcsek Institute of Control and Industrial Informatics, Slovak University of Technology, Faculty of Electrical Engineering and Information Technology Abstract Programmable

More information

European Journal of Science and Engineering Vol. 1, Issue 1, 2013 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR

European Journal of Science and Engineering Vol. 1, Issue 1, 2013 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR Ahmed A. M. Emam College of Engineering Karrary University SUDAN ahmedimam1965@yahoo.co.in Eisa Bashier M. Tayeb College of Engineering

More information

MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM

MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM CHAPTER-7 MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM 7.1 Introduction To improve the overall efficiency of turning, it is necessary to

More information

FUZZY INFERENCE SYSTEMS

FUZZY INFERENCE SYSTEMS CHAPTER-IV FUZZY INFERENCE SYSTEMS Fuzzy inference is the process of formulating the mapping from a given input to an output using fuzzy logic. The mapping then provides a basis from which decisions can

More information

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press,  ISSN Comparative study of fuzzy logic and neural network methods in modeling of simulated steady-state data M. Järvensivu and V. Kanninen Laboratory of Process Control, Department of Chemical Engineering, Helsinki

More information

CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS

CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS 39 CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS 3.1 INTRODUCTION Development of mathematical models is essential for many disciplines of engineering and science. Mathematical models are used for

More information

PLC IMPLEMENTATION OF A FUZZY SYSTEM

PLC IMPLEMENTATION OF A FUZZY SYSTEM The 6 th edition of the Interdisciplinarity in Engineering International Conference Petru Maior University of Tîrgu Mureş, Romania, 202 PLC IMPLEMENTATION OF A FUZZY SYSTEM Adrian-Vasile DUKA # # Department

More information

CHAPTER 3 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM

CHAPTER 3 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM 33 CHAPTER 3 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM The objective of an ANFIS (Jang 1993) is to integrate the best features of Fuzzy Systems and Neural Networks. ANFIS is one of the best tradeoffs between

More information

Chapter 7 Fuzzy Logic Controller

Chapter 7 Fuzzy Logic Controller Chapter 7 Fuzzy Logic Controller 7.1 Objective The objective of this section is to present the output of the system considered with a fuzzy logic controller to tune the firing angle of the SCRs present

More information

CHAPTER 4 FREQUENCY STABILIZATION USING FUZZY LOGIC CONTROLLER

CHAPTER 4 FREQUENCY STABILIZATION USING FUZZY LOGIC CONTROLLER 60 CHAPTER 4 FREQUENCY STABILIZATION USING FUZZY LOGIC CONTROLLER 4.1 INTRODUCTION Problems in the real world quite often turn out to be complex owing to an element of uncertainty either in the parameters

More information

Neuro Fuzzy Controller for Position Control of Robot Arm

Neuro Fuzzy Controller for Position Control of Robot Arm Neuro Fuzzy Controller for Position Control of Robot Arm Jafar Tavoosi, Majid Alaei, Behrouz Jahani Faculty of Electrical and Computer Engineering University of Tabriz Tabriz, Iran jtavoosii88@ms.tabrizu.ac.ir,

More information

A Neuro-Fuzzy Application to Power System

A Neuro-Fuzzy Application to Power System 2009 International Conference on Machine Learning and Computing IPCSIT vol.3 (2011) (2011) IACSIT Press, Singapore A Neuro-Fuzzy Application to Power System Ahmed M. A. Haidar 1, Azah Mohamed 2, Norazila

More information

Cancer Biology 2017;7(3) A New Method for Position Control of a 2-DOF Robot Arm Using Neuro Fuzzy Controller

Cancer Biology 2017;7(3)   A New Method for Position Control of a 2-DOF Robot Arm Using Neuro Fuzzy Controller A New Method for Position Control of a 2-DOF Robot Arm Using Neuro Fuzzy Controller Jafar Tavoosi*, Majid Alaei*, Behrouz Jahani 1, Muhammad Amin Daneshwar 2 1 Faculty of Electrical and Computer Engineering,

More information

In the Name of God. Lecture 17: ANFIS Adaptive Network-Based Fuzzy Inference System

In the Name of God. Lecture 17: ANFIS Adaptive Network-Based Fuzzy Inference System In the Name of God Lecture 17: ANFIS Adaptive Network-Based Fuzzy Inference System Outline ANFIS Architecture Hybrid Learning Algorithm Learning Methods that Cross-Fertilize ANFIS and RBFN ANFIS as a universal

More information

Lecture 5 Fuzzy expert systems: Fuzzy inference Mamdani fuzzy inference Sugeno fuzzy inference Case study Summary

Lecture 5 Fuzzy expert systems: Fuzzy inference Mamdani fuzzy inference Sugeno fuzzy inference Case study Summary Lecture 5 Fuzzy expert systems: Fuzzy inference Mamdani fuzzy inference Sugeno fuzzy inference Case study Summary Negnevitsky, Pearson Education, 25 Fuzzy inference The most commonly used fuzzy inference

More information

CHAPTER 3 INTELLIGENT FUZZY LOGIC CONTROLLER

CHAPTER 3 INTELLIGENT FUZZY LOGIC CONTROLLER 38 CHAPTER 3 INTELLIGENT FUZZY LOGIC CONTROLLER 3.1 INTRODUCTION The lack of intelligence, learning and adaptation capability in the control methods discussed in general control scheme, revealed the need

More information

FUZZY LOGIC TECHNIQUES. on random processes. In such situations, fuzzy logic exhibits immense potential for

FUZZY LOGIC TECHNIQUES. on random processes. In such situations, fuzzy logic exhibits immense potential for FUZZY LOGIC TECHNIQUES 4.1: BASIC CONCEPT Problems in the real world are quite often very complex due to the element of uncertainty. Although probability theory has been an age old and effective tool to

More information

Chapter 4 Fuzzy Logic

Chapter 4 Fuzzy Logic 4.1 Introduction Chapter 4 Fuzzy Logic The human brain interprets the sensory information provided by organs. Fuzzy set theory focus on processing the information. Numerical computation can be performed

More information

Fuzzy Mod. Department of Electrical Engineering and Computer Science University of California, Berkeley, CA Generalized Neural Networks

Fuzzy Mod. Department of Electrical Engineering and Computer Science University of California, Berkeley, CA Generalized Neural Networks From: AAAI-91 Proceedings. Copyright 1991, AAAI (www.aaai.org). All rights reserved. Fuzzy Mod Department of Electrical Engineering and Computer Science University of California, Berkeley, CA 94 720 1

More information

FUZZY INFERENCE. Siti Zaiton Mohd Hashim, PhD

FUZZY INFERENCE. Siti Zaiton Mohd Hashim, PhD FUZZY INFERENCE Siti Zaiton Mohd Hashim, PhD Fuzzy Inference Introduction Mamdani-style inference Sugeno-style inference Building a fuzzy expert system 9/29/20 2 Introduction Fuzzy inference is the process

More information

CHAPTER 5 FUZZY LOGIC CONTROL

CHAPTER 5 FUZZY LOGIC CONTROL 64 CHAPTER 5 FUZZY LOGIC CONTROL 5.1 Introduction Fuzzy logic is a soft computing tool for embedding structured human knowledge into workable algorithms. The idea of fuzzy logic was introduced by Dr. Lofti

More information

SOLUTION: 1. First define the temperature range, e.g. [0 0,40 0 ].

SOLUTION: 1. First define the temperature range, e.g. [0 0,40 0 ]. 2. 2. USING MATLAB Fuzzy Toolbox GUI PROBLEM 2.1. Let the room temperature T be a fuzzy variable. Characterize it with three different (fuzzy) temperatures: cold,warm, hot. SOLUTION: 1. First define the

More information

CHAPTER 6 SOLUTION TO NETWORK TRAFFIC PROBLEM IN MIGRATING PARALLEL CRAWLERS USING FUZZY LOGIC

CHAPTER 6 SOLUTION TO NETWORK TRAFFIC PROBLEM IN MIGRATING PARALLEL CRAWLERS USING FUZZY LOGIC CHAPTER 6 SOLUTION TO NETWORK TRAFFIC PROBLEM IN MIGRATING PARALLEL CRAWLERS USING FUZZY LOGIC 6.1 Introduction The properties of the Internet that make web crawling challenging are its large amount of

More information

A Comparison between a Fuzzy and PID Controller for Universal Motor

A Comparison between a Fuzzy and PID Controller for Universal Motor International Journal of Computer Applications (975 8887) Volume No.6, October A Comparison between a Fuzzy and Controller for Universal Motor Abdelfettah Zeghoudi URMER Research unit, Tlemcen University,

More information

CHAPTER 8 ANFIS MODELING OF FLANK WEAR 8.1 AISI M2 HSS TOOLS

CHAPTER 8 ANFIS MODELING OF FLANK WEAR 8.1 AISI M2 HSS TOOLS CHAPTER 8 ANFIS MODELING OF FLANK WEAR 8.1 AISI M2 HSS TOOLS Control surface as shown in Figs. 8.1 8.3 gives the interdependency of input, and output parameters guided by the various rules in the given

More information

NEW HYBRID LEARNING ALGORITHMS IN ADAPTIVE NEURO FUZZY INFERENCE SYSTEMS FOR CONTRACTION SCOUR MODELING

NEW HYBRID LEARNING ALGORITHMS IN ADAPTIVE NEURO FUZZY INFERENCE SYSTEMS FOR CONTRACTION SCOUR MODELING Proceedings of the 4 th International Conference on Environmental Science and Technology Rhodes, Greece, 3-5 September 05 NEW HYBRID LEARNING ALGRITHMS IN ADAPTIVE NEUR FUZZY INFERENCE SYSTEMS FR CNTRACTIN

More information

Introduction 3 Fuzzy Inference. Aleksandar Rakić Contents

Introduction 3 Fuzzy Inference. Aleksandar Rakić Contents Beograd ETF Fuzzy logic Introduction 3 Fuzzy Inference Aleksandar Rakić rakic@etf.rs Contents Mamdani Fuzzy Inference Fuzzification of the input variables Rule evaluation Aggregation of rules output Defuzzification

More information

The analysis of inverted pendulum control and its other applications

The analysis of inverted pendulum control and its other applications Journal of Applied Mathematics & Bioinformatics, vol.3, no.3, 2013, 113-122 ISSN: 1792-6602 (print), 1792-6939 (online) Scienpress Ltd, 2013 The analysis of inverted pendulum control and its other applications

More information

ANALYTICAL STRUCTURES FOR FUZZY PID CONTROLLERS AND APPLICATIONS

ANALYTICAL STRUCTURES FOR FUZZY PID CONTROLLERS AND APPLICATIONS International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 6545(Print) ISSN 0976 6553(Online), Volume 1 Number 1, May - June (2010), pp. 01-17 IAEME, http://www.iaeme.com/ijeet.html

More information

Figure 2-1: Membership Functions for the Set of All Numbers (N = Negative, P = Positive, L = Large, M = Medium, S = Small)

Figure 2-1: Membership Functions for the Set of All Numbers (N = Negative, P = Positive, L = Large, M = Medium, S = Small) Fuzzy Sets and Pattern Recognition Copyright 1998 R. Benjamin Knapp Permission to make digital or hard copies of part or all of this work for personal or classroom use is granted without fee provided that

More information

Aircraft Landing Control Using Fuzzy Logic and Neural Networks

Aircraft Landing Control Using Fuzzy Logic and Neural Networks Aircraft Landing Control Using Fuzzy Logic and Neural Networks Elvira Lakovic Intelligent Embedded Systems elc10001@student.mdh.se Damir Lotinac Intelligent Embedded Systems dlc10001@student.mdh.se ABSTRACT

More information

CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS

CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS 4.1. INTRODUCTION This chapter includes implementation and testing of the student s academic performance evaluation to achieve the objective(s)

More information

Defect Depth Estimation Using Neuro-Fuzzy System in TNDE by Akbar Darabi and Xavier Maldague

Defect Depth Estimation Using Neuro-Fuzzy System in TNDE by Akbar Darabi and Xavier Maldague Defect Depth Estimation Using Neuro-Fuzzy System in TNDE by Akbar Darabi and Xavier Maldague Electrical Engineering Dept., Université Laval, Quebec City (Quebec) Canada G1K 7P4, E-mail: darab@gel.ulaval.ca

More information

Adaptive Neuro-Fuzzy Model with Fuzzy Clustering for Nonlinear Prediction and Control

Adaptive Neuro-Fuzzy Model with Fuzzy Clustering for Nonlinear Prediction and Control Asian Journal of Applied Sciences (ISSN: 232 893) Volume 2 Issue 3, June 24 Adaptive Neuro-Fuzzy Model with Fuzzy Clustering for Nonlinear Prediction and Control Bayadir Abbas AL-Himyari, Azman Yasin 2

More information

Dynamic Analysis of Structures Using Neural Networks

Dynamic Analysis of Structures Using Neural Networks Dynamic Analysis of Structures Using Neural Networks Alireza Lavaei Academic member, Islamic Azad University, Boroujerd Branch, Iran Alireza Lohrasbi Academic member, Islamic Azad University, Boroujerd

More information

Mechanics ISSN Transport issue 1, 2008 Communications article 0214

Mechanics ISSN Transport issue 1, 2008 Communications article 0214 Mechanics ISSN 1312-3823 Transport issue 1, 2008 Communications article 0214 Academic journal http://www.mtc-aj.com PARAMETER ADAPTATION IN A SIMULATION MODEL USING ANFIS Oktavián Strádal, Radovan Soušek

More information

Speed regulation in fan rotation using fuzzy inference system

Speed regulation in fan rotation using fuzzy inference system 58 Scientific Journal of Maritime Research 29 (2015) 58-63 Faculty of Maritime Studies Rijeka, 2015 Multidisciplinary SCIENTIFIC JOURNAL OF MARITIME RESEARCH Multidisciplinarni znanstveni časopis POMORSTVO

More information

SEMI-ACTIVE CONTROL OF BUILDING STRUCTURES USING A NEURO-FUZZY CONTROLLER WITH ACCELERATION FEEDBACK

SEMI-ACTIVE CONTROL OF BUILDING STRUCTURES USING A NEURO-FUZZY CONTROLLER WITH ACCELERATION FEEDBACK Proceedings of the 6th International Conference on Mechanics and Materials in Design, Editors: J.F. Silva Gomes & S.A. Meguid, P.Delgada/Azores, 26-30 July 2015 PAPER REF: 5778 SEMI-ACTIVE CONTROL OF BUILDING

More information

ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM (ANFIS) APPROACH TO EVALUATE THE DEBUTANIZER TOP PRODUCT

ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM (ANFIS) APPROACH TO EVALUATE THE DEBUTANIZER TOP PRODUCT ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM (ANFIS) APPROACH TO EVALUATE THE DEBUTANIZER TOP PRODUCT Hamed Sahraie*, Ali Ghaffari 1, Majid Amidpour 1 * National Iranian Southfield Oil Co 1 Mechanical Engineering

More information

Module 4. Computer-Aided Design (CAD) systems

Module 4. Computer-Aided Design (CAD) systems Module 4. Computer-Aided Design (CAD) systems Nowadays the design of complex systems is unconceivable without computers. The fast computers, the sophisticated developing environments and the well elaborated

More information

A New Fuzzy Neural System with Applications

A New Fuzzy Neural System with Applications A New Fuzzy Neural System with Applications Yuanyuan Chai 1, Jun Chen 1 and Wei Luo 1 1-China Defense Science and Technology Information Center -Network Center Fucheng Road 26#, Haidian district, Beijing

More information

Static Var Compensator: Effect of Fuzzy Controller and Changing Membership Functions in its operation

Static Var Compensator: Effect of Fuzzy Controller and Changing Membership Functions in its operation International Journal of Electrical Engineering. ISSN 0974-2158 Volume 6, Number 2 (2013), pp. 189-196 International Research Publication House http://www.irphouse.com Static Var Compensator: Effect of

More information

Reference Variables Generation Using a Fuzzy Trajectory Controller for PM Tubular Linear Synchronous Motor Drive

Reference Variables Generation Using a Fuzzy Trajectory Controller for PM Tubular Linear Synchronous Motor Drive Reference Variables Generation Using a Fuzzy Trajectory Controller for PM Tubular Linear Synchronous Motor Drive R. LUÍS J.C. QUADRADO ISEL, R. Conselheiro Emídio Navarro, 1950-072 LISBOA CAUTL, R. Rovisco

More information

fuzzylite a fuzzy logic control library in C++

fuzzylite a fuzzy logic control library in C++ fuzzylite a fuzzy logic control library in C++ Juan Rada-Vilela jcrada@fuzzylite.com Abstract Fuzzy Logic Controllers (FLCs) are software components found nowadays within well-known home appliances such

More information

Design of Neuro Fuzzy Systems

Design of Neuro Fuzzy Systems International Journal of Engineering Research and Technology. ISSN 0974-3154 Volume 6, Number 5 (2013), pp. 695-700 International Research Publication House http://www.irphouse.com Design of Neuro Fuzzy

More information

Fuzzy If-Then Rules. Fuzzy If-Then Rules. Adnan Yazıcı

Fuzzy If-Then Rules. Fuzzy If-Then Rules. Adnan Yazıcı Fuzzy If-Then Rules Adnan Yazıcı Dept. of Computer Engineering, Middle East Technical University Ankara/Turkey Fuzzy If-Then Rules There are two different kinds of fuzzy rules: Fuzzy mapping rules and

More information

APPLICATIONS OF INTELLIGENT HYBRID SYSTEMS IN MATLAB

APPLICATIONS OF INTELLIGENT HYBRID SYSTEMS IN MATLAB APPLICATIONS OF INTELLIGENT HYBRID SYSTEMS IN MATLAB Z. Dideková, S. Kajan Institute of Control and Industrial Informatics, Faculty of Electrical Engineering and Information Technology, Slovak University

More information

Analysis of Control of Inverted Pendulum using Adaptive Neuro Fuzzy system

Analysis of Control of Inverted Pendulum using Adaptive Neuro Fuzzy system Analysis of Control of Inverted Pendulum using Adaptive Neuro Fuzzy system D. K. Somwanshi, Mohit Srivastava, R.Panchariya Abstract: Here modeling and simulation study of basically two control strategies

More information

Intelligent Methods in Modelling and Simulation of Complex Systems

Intelligent Methods in Modelling and Simulation of Complex Systems SNE O V E R V I E W N OTE Intelligent Methods in Modelling and Simulation of Complex Systems Esko K. Juuso * Control Engineering Laboratory Department of Process and Environmental Engineering, P.O.Box

More information

Identification of Vehicle Class and Speed for Mixed Sensor Technology using Fuzzy- Neural & Genetic Algorithm : A Design Approach

Identification of Vehicle Class and Speed for Mixed Sensor Technology using Fuzzy- Neural & Genetic Algorithm : A Design Approach Identification of Vehicle Class and Speed for Mixed Sensor Technology using Fuzzy- Neural & Genetic Algorithm : A Design Approach Prashant Sharma, Research Scholar, GHRCE, Nagpur, India, Dr. Preeti Bajaj,

More information

9. Lecture Neural Networks

9. Lecture Neural Networks Soft Control (AT 3, RMA) 9. Lecture Neural Networks Application in Automation Engineering Outline of the lecture 1. Introduction to Soft Control: definition and limitations, basics of "smart" systems 2.

More information

FUZZY LOGIC CONTROL. Helsinki University of Technology Control Engineering Laboratory

FUZZY LOGIC CONTROL. Helsinki University of Technology Control Engineering Laboratory FUZZY LOGIC CONTROL FUZZY LOGIC CONTROL (FLC) Control applications most common FL applications Control actions based on rules Rules in linguistic form Reasoning with fuzzy logic FLC is (on the surface)

More information

Fuzzy Based composition Control of Distillation Column

Fuzzy Based composition Control of Distillation Column Fuzzy Based composition Control of Distillation Column Guru.R 1, Arumugam.A 2, Balasubramanian.G 3, Balaji.V.S 4 School of Electrical and Electronics Engineering, SASTRA University, Tirumalaisamudram,

More information

Fuzzy Based Decision System for Gate Limiter of Hydro Power Plant

Fuzzy Based Decision System for Gate Limiter of Hydro Power Plant International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 5, Number 2 (2012), pp. 157-166 International Research Publication House http://www.irphouse.com Fuzzy Based Decision

More information

International Journal of Advance Engineering and Research Development. Flow Control Loop Analysis for System Modeling & Identification

International Journal of Advance Engineering and Research Development. Flow Control Loop Analysis for System Modeling & Identification Scientific Journal of Impact Factor(SJIF): 3.134 e-issn(o): 2348-4470 p-issn(p): 2348-6406 International Journal of Advance Engineering and Research Development Volume 2,Issue 5, May -2015 Flow Control

More information

12 IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 6, NO. 1, FEBRUARY An On-Line Self-Constructing Neural Fuzzy Inference Network and Its Applications

12 IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 6, NO. 1, FEBRUARY An On-Line Self-Constructing Neural Fuzzy Inference Network and Its Applications 12 IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 6, NO. 1, FEBRUARY 1998 An On-Line Self-Constructing Neural Fuzzy Inference Network Its Applications Chia-Feng Juang Chin-Teng Lin Abstract A self-constructing

More information

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India.

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India. Volume 3, Issue 3, March 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Training Artificial

More information

Fuzzy rule-based decision making model for classification of aquaculture farms

Fuzzy rule-based decision making model for classification of aquaculture farms Chapter 6 Fuzzy rule-based decision making model for classification of aquaculture farms This chapter presents the fundamentals of fuzzy logic, and development, implementation and validation of a fuzzy

More information

RULE BASED SIGNATURE VERIFICATION AND FORGERY DETECTION

RULE BASED SIGNATURE VERIFICATION AND FORGERY DETECTION RULE BASED SIGNATURE VERIFICATION AND FORGERY DETECTION M. Hanmandlu Multimedia University Jalan Multimedia 63100, Cyberjaya Selangor, Malaysia E-mail:madasu.hanmandlu@mmu.edu.my M. Vamsi Krishna Dept.

More information

Intelligent Control. 4^ Springer. A Hybrid Approach Based on Fuzzy Logic, Neural Networks and Genetic Algorithms. Nazmul Siddique.

Intelligent Control. 4^ Springer. A Hybrid Approach Based on Fuzzy Logic, Neural Networks and Genetic Algorithms. Nazmul Siddique. Nazmul Siddique Intelligent Control A Hybrid Approach Based on Fuzzy Logic, Neural Networks and Genetic Algorithms Foreword by Bernard Widrow 4^ Springer Contents 1 Introduction 1 1.1 Intelligent Control

More information

On the use of Fuzzy Logic Controllers to Comply with Virtualized Application Demands in the Cloud

On the use of Fuzzy Logic Controllers to Comply with Virtualized Application Demands in the Cloud On the use of Fuzzy Logic Controllers to Comply with Virtualized Application Demands in the Cloud Kyriakos M. Deliparaschos Cyprus University of Technology k.deliparaschos@cut.ac.cy Themistoklis Charalambous

More information

Fuzzy based Excitation system for Synchronous Generator

Fuzzy based Excitation system for Synchronous Generator Fuzzy based Excitation system for Synchronous Generator Dr. Pragya Nema Professor, Netaji Subhash Engineering College, Kolkata, West Bangal. India ABSTRACT- Power system stability is essential requirement

More information

Design of Different Fuzzy Controllers for Delayed Systems

Design of Different Fuzzy Controllers for Delayed Systems Design of Different Fuzzy Controllers for Delayed Systems Kapil Dev Sharma 1, Shailika Sharma 2, M.Ayyub 3 1, 3 Electrical Engg. Dept., Aligarh Muslim University, Aligarh, 2 Electronics& Com. Engg. Dept.,

More information

Lecture notes. Com Page 1

Lecture notes. Com Page 1 Lecture notes Com Page 1 Contents Lectures 1. Introduction to Computational Intelligence 2. Traditional computation 2.1. Sorting algorithms 2.2. Graph search algorithms 3. Supervised neural computation

More information

AU-E - Practical Programmable Logic Controllers (PLCs) for Automation and Process Control

AU-E - Practical Programmable Logic Controllers (PLCs) for Automation and Process Control IDC Technologies - Books - 1031 Wellington Street West Perth WA 6005 Phone: +61 8 9321 1702 - Email: books@idconline.com AU-E - Practical Programmable Logic Controllers (PLCs) for Automation and Process

More information

ANN-Based Modeling for Load and Main Steam Pressure Characteristics of a 600MW Supercritical Power Generating Unit

ANN-Based Modeling for Load and Main Steam Pressure Characteristics of a 600MW Supercritical Power Generating Unit ANN-Based Modeling for Load and Main Steam Pressure Characteristics of a 600MW Supercritical Power Generating Unit Liangyu Ma, Zhiyuan Gao Automation Department, School of Control and Computer Engineering

More information

ANFIS based HVDC control and fault identification of HVDC converter

ANFIS based HVDC control and fault identification of HVDC converter HAIT Journal of Science and Engineering B, Volume 2, Issues 5-6, pp. 673-689 Copyright C 2005 Holon Academic Institute of Technology ANFIS based HVDC control and fault identification of HVDC converter

More information

American Scientific Research Journal for Engineering, Technology, and Sciences (ASRJETS) ISSN (Print) , ISSN (Online)

American Scientific Research Journal for Engineering, Technology, and Sciences (ASRJETS) ISSN (Print) , ISSN (Online) American Scientific Research Journal for Engineering, Technology, and Sciences (ASRJETS) ISSN (Print) 2313-4410, ISSN (Online) 2313-4402 Global Society of Scientific Research and Researchers http://asrjetsjournal.org/

More information

OPTIMIZATION OF FUZZY REGULATOR PARAMETERS BY GENETIC ALGORITHM

OPTIMIZATION OF FUZZY REGULATOR PARAMETERS BY GENETIC ALGORITHM OPTIMIZATION OF FUZZY REGULATOR PARAMETERS BY GENETIC ALGORITHM J. Kocian, S. Ozana, M. Pokorny, J. Koziorek VSB - Technical University of Ostrava Department of Cybernetics and Biomedical Engineering 7.

More information

Deciphering Data Fusion Rule by using Adaptive Neuro-Fuzzy Inference System

Deciphering Data Fusion Rule by using Adaptive Neuro-Fuzzy Inference System Deciphering Data Fusion Rule by using Adaptive Neuro-Fuzzy Inference System Ramachandran, A. Professor, Dept. of Electronics and Instrumentation Engineering, MSRIT, Bangalore, and Research Scholar, VTU.

More information

ARTIFICIAL INTELLIGENCE. Uncertainty: fuzzy systems

ARTIFICIAL INTELLIGENCE. Uncertainty: fuzzy systems INFOB2KI 2017-2018 Utrecht University The Netherlands ARTIFICIAL INTELLIGENCE Uncertainty: fuzzy systems Lecturer: Silja Renooij These slides are part of the INFOB2KI Course Notes available from www.cs.uu.nl/docs/vakken/b2ki/schema.html

More information

Advanced Inference in Fuzzy Systems by Rule Base Compression

Advanced Inference in Fuzzy Systems by Rule Base Compression Mathware & Soft Computing 14 (2007), 201-216 Advanced Inference in Fuzzy Systems by Rule Base Compression A. Gegov 1 and N. Gobalakrishnan 2 1,2 University of Portsmouth, School of Computing, Buckingham

More information

WATER LEVEL MONITORING AND CONTROL USING FUZZY LOGIC SYSTEM. Ihedioha Ahmed C. and Eneh Ifeanyichukwu I.

WATER LEVEL MONITORING AND CONTROL USING FUZZY LOGIC SYSTEM. Ihedioha Ahmed C. and Eneh Ifeanyichukwu I. WATER LEVEL MONITORING AND CONTROL USING FUZZY LOGIC SYSTEM Ihedioha Ahmed C. and Eneh Ifeanyichukwu I. Enugu State University of Science and Technology Enugu, Nigeria -------------------------------------------------------------------------------------------------------------------------------------

More information

CHAPTER 3 MODELING OF DEAERATOR AND SIMULATION OF FAULTS

CHAPTER 3 MODELING OF DEAERATOR AND SIMULATION OF FAULTS 27 CHAPTER 3 MODELING OF DEAERATOR AND SIMULATION OF FAULTS 3.1 INTRODUCTION Modeling plays an important role in the prediction and assessment of plant performance. There are two ways of getting the model

More information

Design and Synthesis of Temperature Controller Using Fuzzy for Industrial Application

Design and Synthesis of Temperature Controller Using Fuzzy for Industrial Application Proceedings of the 8th WSEAS International Conference on Fuzzy Systems, Vancouver, British Columbia, Canada, June 19-21, 2007 220 Design and Synthesis of Temperature Controller Using Fuzzy for Industrial

More information

ADAPTIVE NEURO FUZZY INFERENCE SYSTEM FOR HIGHWAY ACCIDENTS ANALYSIS

ADAPTIVE NEURO FUZZY INFERENCE SYSTEM FOR HIGHWAY ACCIDENTS ANALYSIS ADAPTIVE NEURO FUZZY INFERENCE SYSTEM FOR HIGHWAY ACCIDENTS ANALYSIS Gianluca Dell Acqua, Renato Lamberti e Francesco Abbondanti Dept. of Transportation Engineering Luigi Tocchetti, University of Naples

More information

Design of Fuzzy Logic Controller for Speed Regulation of BLDC motor using MATLAB

Design of Fuzzy Logic Controller for Speed Regulation of BLDC motor using MATLAB IJSRD - International Journal for Scientific Research & Development Vol. 1, Issue 2, 2013 ISSN (online): 2321-0613 Design of Fuzzy Logic Controller for Speed Regulation of BLDC motor using MTLB 1 Mr. Rakesh

More information

CHAPTER 4 MAINTENANCE STRATEGY SELECTION USING TOPSIS AND FUZZY TOPSIS

CHAPTER 4 MAINTENANCE STRATEGY SELECTION USING TOPSIS AND FUZZY TOPSIS 59 CHAPTER 4 MAINTENANCE STRATEGY SELECTION USING TOPSIS AND FUZZY TOPSIS 4.1 INTRODUCTION The development of FAHP-TOPSIS and fuzzy TOPSIS for selection of maintenance strategy is elaborated in this chapter.

More information

Chapter 3 MODELING OF SHUNT FACTS DEVICES. The Shunt FACTS Devices are used for voltage control and

Chapter 3 MODELING OF SHUNT FACTS DEVICES. The Shunt FACTS Devices are used for voltage control and 44 Chapter 3 MODELING OF SHUNT FACTS DEVICES 3.0 Introduction The Shunt FACTS Devices are used for voltage control and power flow control, but these are good at for voltage control. These are not in a

More information

Fuzzy Logic. Sourabh Kothari. Asst. Prof. Department of Electrical Engg. Presentation By

Fuzzy Logic. Sourabh Kothari. Asst. Prof. Department of Electrical Engg. Presentation By Fuzzy Logic Presentation By Sourabh Kothari Asst. Prof. Department of Electrical Engg. Outline of the Presentation Introduction What is Fuzzy? Why Fuzzy Logic? Concept of Fuzzy Logic Fuzzy Sets Membership

More information

S13 11 Design of A Fuzzy Controller for Inverted Pendulum

S13 11 Design of A Fuzzy Controller for Inverted Pendulum S13 11 Design of A Fuzzy Controller for Inverted Pendulum Intermediate Report Otso Mäki Vesa Nikkilä Sami E Madhoun In a reporting event, the status of the project is presented by using the project plan

More information

SURFACE ROUGHNESS MONITORING IN CUTTING FORCE CONTROL SYSTEM

SURFACE ROUGHNESS MONITORING IN CUTTING FORCE CONTROL SYSTEM Proceedings in Manufacturing Systems, Volume 10, Issue 2, 2015, 59 64 ISSN 2067-9238 SURFACE ROUGHNESS MONITORING IN CUTTING FORCE CONTROL SYSTEM Uros ZUPERL 1,*, Tomaz IRGOLIC 2, Franc CUS 3 1) Assist.

More information

An improved PID neural network controller for long time delay systems using particle swarm optimization algorithm

An improved PID neural network controller for long time delay systems using particle swarm optimization algorithm An improved PID neural network controller for long time delay systems using particle swarm optimization algorithm A. Lari, A. Khosravi and A. Alfi Faculty of Electrical and Computer Engineering, Noushirvani

More information

ANFIS: ADAPTIVE-NETWORK-BASED FUZZY INFERENCE SYSTEMS (J.S.R. Jang 1993,1995) bell x; a, b, c = 1 a

ANFIS: ADAPTIVE-NETWORK-BASED FUZZY INFERENCE SYSTEMS (J.S.R. Jang 1993,1995) bell x; a, b, c = 1 a ANFIS: ADAPTIVE-NETWORK-ASED FUZZ INFERENCE SSTEMS (J.S.R. Jang 993,995) Membership Functions triangular triangle( ; a, a b, c c) ma min = b a, c b, 0, trapezoidal trapezoid( ; a, b, a c, d d) ma min =

More information

Ch 5 Industrial Control Systems

Ch 5 Industrial Control Systems Ch 5 Industrial Control Systems Sections: 1. Process Industries vs. Discrete Manufacturing Industries 2. Continuous vs. Discrete Control 3. Computer Process Control Industrial Control - Defined The automatic

More information

Neural Networks Lesson 9 - Fuzzy Logic

Neural Networks Lesson 9 - Fuzzy Logic Neural Networks Lesson 9 - Prof. Michele Scarpiniti INFOCOM Dpt. - Sapienza University of Rome http://ispac.ing.uniroma1.it/scarpiniti/index.htm michele.scarpiniti@uniroma1.it Rome, 26 November 2009 M.

More information

Fuzzy Logic Using Matlab

Fuzzy Logic Using Matlab Fuzzy Logic Using Matlab Enrique Muñoz Ballester Dipartimento di Informatica via Bramante 65, 26013 Crema (CR), Italy enrique.munoz@unimi.it Material Download slides data and scripts: https://homes.di.unimi.it/munoz/teaching.html

More information

Fuzzy Model for Optimizing Strategic Decisions using Matlab

Fuzzy Model for Optimizing Strategic Decisions using Matlab 270 Fuzzy Model for Optimizing Strategic Decisions using Matlab Amandeep Kaur 1, Vinay Chopra 2 1 M.Tech Student, 2 Assistant Professor, DAV Institute of Engineering. & Technology, Jalandhar Abstract:-

More information

Neuro-fuzzy systems 1

Neuro-fuzzy systems 1 1 : Trends and Applications International Conference on Control, Engineering & Information Technology (CEIT 14), March 22-25, Tunisia Dr/ Ahmad Taher Azar Assistant Professor, Faculty of Computers and

More information

Fault Detection and Classification in Transmission Lines Using ANFIS

Fault Detection and Classification in Transmission Lines Using ANFIS Minia University From the SelectedWorks of Dr. Adel A. Elbaset Summer July 17, 2009 Fault Detection and Classification in Transmission Lines Using ANFIS Dr. Adel A. Elbaset, Minia University Prof. Dr.

More information

Age Prediction and Performance Comparison by Adaptive Network based Fuzzy Inference System using Subtractive Clustering

Age Prediction and Performance Comparison by Adaptive Network based Fuzzy Inference System using Subtractive Clustering Age Prediction and Performance Comparison by Adaptive Network based Fuzzy Inference System using Subtractive Clustering Manisha Pariyani* & Kavita Burse** *M.Tech Scholar, department of Computer Science

More information

Aero-engine PID parameters Optimization based on Adaptive Genetic Algorithm. Yinling Wang, Huacong Li

Aero-engine PID parameters Optimization based on Adaptive Genetic Algorithm. Yinling Wang, Huacong Li International Conference on Applied Science and Engineering Innovation (ASEI 215) Aero-engine PID parameters Optimization based on Adaptive Genetic Algorithm Yinling Wang, Huacong Li School of Power and

More information

Exploring Gaussian and Triangular Primary Membership Functions in Non-Stationary Fuzzy Sets

Exploring Gaussian and Triangular Primary Membership Functions in Non-Stationary Fuzzy Sets Exploring Gaussian and Triangular Primary Membership Functions in Non-Stationary Fuzzy Sets S. Musikasuwan and J.M. Garibaldi Automated Scheduling, Optimisation and Planning Group University of Nottingham,

More information

Experiment 8 SIMULINK

Experiment 8 SIMULINK Experiment 8 SIMULINK Simulink Introduction to simulink SIMULINK is an interactive environment for modeling, analyzing, and simulating a wide variety of dynamic systems. SIMULINK provides a graphical user

More information

Development of an Hybrid Adaptive Neuro Fuzzy Controller for Surface Roughness (SR) prediction of Mild Steel during Turning

Development of an Hybrid Adaptive Neuro Fuzzy Controller for Surface Roughness (SR) prediction of Mild Steel during Turning Development of an Hybrid Adaptive Neuro Fuzzy Controller for Surface Roughness () prediction of Mild Steel during Turning ABSTRACT Ashwani Kharola Institute of Technology Management (ITM) Defence Research

More information

A Neuro-Fuzzy Classifier for Intrusion Detection Systems

A Neuro-Fuzzy Classifier for Intrusion Detection Systems . 11 th International CSI Computer Conference (CSICC 2006), School of Computer Science, IPM, Jan. 24-26, 2006, Tehran, Iran. A Neuro-Fuzzy Classifier for Intrusion Detection Systems Adel Nadjaran Toosi

More information

Reactor Control. defined interval. For example, the classic (noninteracting)

Reactor Control. defined interval. For example, the classic (noninteracting) INSIOE Gontrol methods series Psrt Rule-based Reactor Control Language rules can address control problems, especially if robust measurements are lacking. That's a fundamentally different approach to mathematical

More information

Lucian Blaga University of Sibiu, Faculty of Engineering, 4 E. Cioran St, 55025, Sibiu, Romania 2

Lucian Blaga University of Sibiu, Faculty of Engineering, 4 E. Cioran St, 55025, Sibiu, Romania 2 Studies regarding the use of a neuro-fuzzy mathematical model in order to determine the technological parameters of the polyethylene pipes butt welding process Alina Gligor 1,*, Marcel-Letitiu Balan 2,

More information

2009 E09PS E09PS E09PS E09PS E09PS E09PS38 IEEE 2009 E09PS39 E09PS40 E09PS41 E09PS42 E09PS43 IEEE 2008 E09PS44

2009 E09PS E09PS E09PS E09PS E09PS E09PS38 IEEE 2009 E09PS39 E09PS40 E09PS41 E09PS42 E09PS43 IEEE 2008 E09PS44 1 CODE IEEE TRANSACTION POWER SYSTEM YEAR E09PS32 E09PS01 E09PS02 E09PS03 E09PS04 E09PS05 E09PS06 E09PS07 E09PS08 E09PS09 E09PS10 E09PS11 E09PS12 E09PS13 E09PS14 E09PS15 E09PS16 E09PS17 E09PS18 E09PS19

More information

A SELF-ORGANISING FUZZY LOGIC CONTROLLER

A SELF-ORGANISING FUZZY LOGIC CONTROLLER Nigerian Journal of Technology: Vol. 20, No. 1 March, 2001. 1 A SELF-ORGANISING FUZZY LOGIC CONTROLLER Paul N. Ekemezie Department of Electronic Engineering University of Nigeria, Nsukka. Abstract Charles

More information