Implementation of a Choquet Fuzzy Integral Based Controller on a Real Time System

Size: px
Start display at page:

Download "Implementation of a Choquet Fuzzy Integral Based Controller on a Real Time System"

Transcription

1 Implementation of a Choquet Fuzzy Integral Based Controller on a Real Time System SMRITI SRIVASTAVA ANKUR BANSAL DEEPAK CHOPRA GAURAV GOEL Abstract The paper discusses about the Choquet Fuzzy Integral (CFI) based identification and control of a Real Time Dynamical System. The plant is modeled using Choquet fuzzy Integral based Neural Network with Gradient Descent as learning algorithm. This model is used for designing and simulating CFI based controller. Then this designed controller is implemented on real time system through MATLAB. Finally the performance of CFI based controller is compared with Feed Forward Neural Network taking Square of Error as the parameter of comparison. Keywords Real time dynamical system, Choquet Fuzzy Integral (CFI) Square of Error (SE), Gradient Descent (GD), Feed Forward Neural Network (FFNN) 1. Introduction Modern Control theory has made tremendous success in areas where the systems are well defined, but it has failed to cope with practicalities of many industrial processes and systems. The fundamental reason for this is the lack of detailed structural knowledge of the processes and systems. To cope up with the complexity of dynamical systems, there have been significant developments in modeling and control during the last two and half decades [1][2][3]. Attempts are being made to incorporate new paradigm- Fuzzy Logic (FL), Artificial neural Networks (ANN) and Wavelet Neural Networks

2 (WNN) to handle uncertainty and impreciseness of the real world systems. But all these work on an assumption that most of the systems are additive but contrary to this real life time systems are non-additive. Choquet Integral based networks does a non-linear aggregation of the inputs sets. An extensive application of fuzzy integrals to image processing can be found in [4] and to handwriting recognition in [5]. The literature is replete with applications of Choquet Integral but so far no work is reported in the field of Identification and Control. In this paper, we have used Choquet Integral as a neuro-computation for identification and control. The structure to compute the Choquet Integral is given in [5].This computation is flexible and its parameters are learned through training. This structure is transparent in nature, i.e. after training, the output node of the network is analyzed as a sub-decision and a network itself is considered as a collection of many sub-decisions. Since the structure of a Feed Forward Neural Network is analogous to that of Choquet Integral, however the method of computing the output is different, the performance of the two can be compared. Dynamic system modeling consists of determining the structure of a model, which in turn requires a priori knowledge about the system or the input output data. In our case a priori knowledge is not known but only the input-output data is available. Using this data set, the plant is modeled using CFI. Next a CFI based controller is designed and implemented on the pressure feedback system through data acquisition cards and MATLAB. Lastly the performance of newly designed CFI controller and a FFNN controller is compared because of the obvious analogy between the two. Our real time system consists of a plant maintaining the pressure inside a tank. The plant consists of two tanks. Tank 1 act as a source of compressed air, and Tank 2 is the one, where the pressure is to be maintained at some desired value. A pneumatic control valve maintains the flow of air between the two tanks. Some leakage is also provided in the tank 2, which acts as a disturbance. The pressure transmitter records the output pressure and transmits it to the controller. The controller sends an output voltage between 0 to 5 volts to the PCL-726 data acquisition card, which gives values between 4 to 20mA to the E/P (Electro to pneumatic) converter installed adjacent to the control valve. This converter converts 4 to 20mA signal to 3 to 15 psi, according to which the control valve opens or closes and keeps the pressure in tank 2 at the desired value. The paper is organized as follows: Section 2 gives the overview of Choquet Fuzzy Integral along with the identification of the system using the CFI. Section 3 gives the learning of the parameters of the system by GD algorithm. Section 4 explains the design of CFI controller using the model. Interfacing between the hardware and the software i.e. how the CFI controller sends and receives the output value to and from the plant is discussed in section 5. Plant Response using CFI controller is shown in section 6. Section 7 encapsulates the discussions over the results obtained. Finally, section 8 gives conclusion about the performance of the controller 2. Modeling Real Time System using Input-output through CFI Choquet Fuzzy Integral (CFI): The Choquet Fuzzy integral is a fuzzy integral based on any fuzzy measure that provides alternative nonlinear computational scheme for aggregating input information unlike other fuzzy and NN models. The calculation of the CFI with respect to λ fuzzy measure requires the knowledge of the fuzzy density g and the input value. CFI network is a directed graph consisting of neural nodes with interconnecting linear synaptic links and a fuzzy integral function with respect to certain fuzzy measure. The synaptic links of a neuron (called fuzzy densities) is interpreted as the degree of importance of the respective input signal. The weighted computation of the input signals defines the activity level of the neuron, which is the output value. CFI can also pick up one optimal solution if more than one exists and can increase the reality and precision of predictions and decisions in many real life problems. Every Fuzzy Integral based neuron in each layer of the network is connected to every other neuron in the adjacent layer resulting in fully connected Fuzzy Integral based Neural Network Implementation. Consider a single layer fuzzy integral based neural network and assume M inputs h (x 1 ) h (x m ) to an output node. The training data for this node is taken from M inputs sources x 1, x2 x m with M corresponding desired outputs y d. The learning process is to determine the best set of fuzzy densities for this node in such a way that the discrepancy between the desired and actual fuzzy integral behavior is minimized. Fig.1 shows the fuzzy integral based network.

3 Fig.1 A fuzzy integral based network Mathematically CFI can be expressed as m ( j)*( ( j) ( j 1)) (1) j= 1 y= h x g A g A + where m is the number of inputs, g( Aj) is the fuzzy measure given by g( Aj) = gj+ g( Aj + 1) + λgjg( Aj + 1) (2) λ is the fuzzy measure and Hence eqn. (1) becomes g j is the fuzzy density. m ( j)* j(1 λ ( j + 1)) (3) j= 1 y= h x g + g A For modeling the system, the main objective to use a CFI based network is to determine an adaptive algorithm or rule which adjusts the parameters of the network based on a given set of input-output pairs. The input to the system is the voltage sent to E/P converter which converts voltage into corresponding pressure and controls the opening of control valve. The output is the pressure in the tank 2 which has to be maintained close to set point. To take the output, we send voltage to E/P converter using DAQ toolbox in MATLAB through PCL-726 card. The output is measured inside the tank using the pressure transmitter and ADAM 4014D. The different cards are explained in section V. Outputs are measured for different input values. Densities of CFI based Network model are trained using GD algorithm. 3. Learning Algorithm For fine tuning of densities, we chose an objective function defined as 2 1 m J = e ( j) 2M j = 1 where e( j) = yd( j) y( j), (4) yd is the desired output, y is the actual output, M is the number of data samples and j (1 to m) is the number of inputs. As J reduces, the approximation of the system is high and the densities are finely tuned. At this stage the densities are frozen so that a finely tuned system is obtained. Parameter update formula g new = g old + g (5) where g is the density to be learned. g is the gradient of the density updated by the objective function. The different gradients are calculated as follows: J J g1= 2 η, g 2= 2η (6) g1 g 2 where η is the step size or learning rate>0.using these equations the parameters are updated. 4. Design of CFI based Controller using model obtained in Section 3 Once the plant is identified by way of fuzzy integral model, it is required to design a controller that can control the parameters of the identified plant. The model of the system designed using the above technique is used for finding the parameters of the controller. The block diagram of the complete system is shown in Fig. 3 Fig 3 Block Diagram of the complete system The learning algorithm used for Choquet Integral based controller is similar to that used for modeling. The controller takes error e (between the set point r and the actual output Y) and the change in error e as input and updates the fuzzy densities. The densities are updated by using the same equations as in the modeling. 5. Implementation of CFI based Controller After designing the CFI controller and simulating it on the identified model, the next step is to implement it on the plant. For this an interface was made between

4 the hardware and the software. Since, the controller has been designed in the MATLAB, the interfacing with the hardware is also done in the same software. Though there are other softwares, which can be used for interfacing, but all those do not support controller design. On the other side MATLAB proves to be flexible as it supports the controller design and also supports many Data Acquisition (DAQ) cards. The main part of the interfacing is to send the output of controller to the control valve and to receive the actual value of the pressure so as to calculate the error between the desired and actual pressure. For sending and receiving the data to and from the PC, Data Acquisition (DAQ) cards have to be used. These DAQ cards are used for A/D and D/A conversion of the signals. All the Cards/Modules are manufactured by Advantech [7]-[8]. Three Cards/Modules used in the interfacing are: i) ADAM 4014D ii) ADAM 4520 iii) PCL 726 (a) Description of cards/modules ADAM 4014D This card uses a 16-bit microprocessor controlled sigma delta A/D converter to convert sensor voltage and current into digital data. It offers signalconditioning, data display, A/D conversion, ranging, and high low alarm and RS 485 digital communication functions. It has two digital output and one digital input channel. This card is used to read the output pressure of the plant and send it back to the controller. ADAM 4520 It is used to convert RS-485 link to RS-232 link before sending the digital output value to the PC. PCL 726 This card provides six analog output channels on a single PC BUS add on card. It is used to send the output voltage from the NN controller to the final control element (control valve). (b) Position of the cards in the Plant ADAM 4014D is placed next to the pressure transmitter, which is recording the output pressure of the tank 2. The pressure sensor in the transmitter outputs a voltage signal (0 to 5 volts) to the ADAM 4014D that converts this voltage value to the corresponding pressure value (0 to 100 psi). Now the digital value of the pressure is sent by ADAM 4014D through RS 485 communications. The serial port on the PC can communicate only through RS -232 links. This means that the RS 485 signal coming from the ADAM 4014D has to be converted to RS 232 format before sending it to the PC. Next ADAM 4520 converts the RS 485 signal coming from ADAM 4014D to RS 232 signal. So ADAM 4520 is placed next to the ADAM 4014D card [7]. PCL 726 card is used to send the analog signals to E/P converter which converts this analog signal to the corresponding pressure signal. This pressure signal is then sent to the control valve. PCL 726 card is placed just before the E/P converter. Fig. 3 and Fig. 4 describe the traveling of the signal using ADAM 4014D, ADAM 4520 and PCL 726.ADAM 4014D converts the analog reading of the pressure transmitter into digital RS 485 values. This value is converted into digital RS-232 signal before transmitting it to COM 1 port of the PC. Hence the actual value of the plant is received, which is compared with the set point and the error becomes the input to the controller, which changes its parameters, so as to minimize it. The voltage output of the controller (0 to 5 Volts) is fed to the PCL 726 card which is configured to give an output current having a range of 4-20mA (0V corresponds to 4mA and 5V corresponds to 20mA). From the card the current goes to the E/P converter, which converts 4 20mA into 3 15 psi pressure. This pressure is then applied to the pneumatic valve according to which the valve either opens or closes, and controls the pressure inside the tank 2, which is the actual pressure. Pressure Transmitter Controller RS- 485 RS- 232 ADAM 4014D ADAM 5020 PC COM1 Fig. 3 Receiving the value of output pressure through serial communication (c) MATLAB program to receive data from ADAM-4014D A serial port interface program made in MATLAB helps to access various peripheral devices connected to the serial port of the computer. We have used

5 ADAM 4014D module to read the value of the pressure in tank 2. ADAM 4014D is connected to the serial port of the PC as it has to pass the value of the pressure to the controller (which is a program in MATLAB). To access this value of the pressure one should be able to read data from the serial port. Thus a serial port interface program is made in MATLAB. The serial port interface program consists of following steps:- (i) To construct the serial port object: // S1 = serial ( COM 2, Baud Rate, 9600) ; Above command creates a serial object S1. COM2 shows that the peripheral device is connected to COM port 2 of the computer Baud Rate of the serial object is set to 9600 kbps (i.e Baud Rate of the device connected). (ii) To connect the serial port object to the serial port: // fopen ( S1 ) Before using the serial port object to write or read data, it must be connected to the device via the serial port specified in the serial function. A serial port can be connected using the above command. Controller Control Valve (0-5) Volts PCL 726 E/P Converter (4-20) ma Once reading from the serial port is done, above command is used to end the serial port session. Keeping in mind the above four steps a serial interface program was made in MATLAB to continuously read the value of the pressure in tank 2. (d) Matlab program to send data from PCL -726: We used Data Acquisition Toolbox ver2.5 in interfacing PCL-726 DAQ card to send voltage value to the control valve. MATLAB program follows the same steps as in the receiving. 6. Plant Response using CFI and FFNN Controllers The first step for the control of the plant is to identify its model. Once the plant is identified, it is required to design a controller that can control the parameters of the identified plant. The designed controller is then simulated on the plant model and the response of the plant is observed. The performance of controller evaluated in terms of SE is also examined under parametric perturbations in which the densities of CFI based network used in the model are perturbed at the 10 th iteration. The controller is now implemented on the real time pressure feedback system, and its response is observed. Also a FFNN controller is simulated using the same model of the plant. Its parameters are also disturbed at 15 th iteration. Then the NN controller is implemented on the real time plant. The parameters of CFI based controller and FFNN controller were perturbed for comparison, when both attained the same SE though at different iterations ( 3-15 ) PSI Fig. 4 Sending the output of controller to the control valve. (iii) To receive data from ADAM 4014D: // fprintf ( S1, #AA ); To read the value of pressure from ADAM 4014D value #AA is sent to ADAM via serial port with the help of above command. When ADAM receives #AA value, then it returns the digital value of the pressure to the computer. (iv) To disconnect the serial object from the serial port: // fclose ( S1 ); Fig. 5 SE using CFI and NN Controller

6 7. Results of Control and Discussion The CFI based controller is successfully implemented on our real time system. The output pressure is digitally transmitted to the controller through ADAM- 4014D. The voltage output of the controller in range 0-5V controlled the control valve opening through PCL-726, thereby controlling the pressure in the tank. The action of the CFI based controller is studied for several control schemes. Firstly, the controller is simulated on the plant model. Secondly, the densities of the plant model are perturbed and the CFI control action is observed. Next the controller is implemented on the real time system. Finally for comparison, Feed Forward Neural Network controller is simulated on the same plant model as well as implemented on the real time system. For better insight into the performance, its parameters are also perturbed. Fig. 5 shows the results of control of real time plant as variation in SE under various schemes just mentioned. From Figure 5, the CFI based controller attains minimum SE in lesser number of iterations than FFNN controller both for simulation and implementation. Also the SE reduces faster and its minimum value is attained in lesser number of iterations when controller is simulated on the plant model than when it is implemented on the real time plant. This is valid for both the controllers. Table 1 shows the minimum value of SE for CFI and FFNN controllers implemented on real time system along with minimum of SE for simulation. Both CFI and FFNN controllers can adapt to the nonlinearities of the real time system but CFI based controller adapts more readily because of non linear aggregation. Implementation of both controllers on real time system has certain limitations such as input-output constraints of each component, certain delay due to the inertia of the control valve, delay due to pressure transmitter etc. Therefore the implemented controllers have poorer minimum value of SE and attains at more number of iterations then simulated ones. Table I Mean Square Error CFI based Controller 1.09 x 10-3 ( Simulation) CFI base Controller 1.17x 10-3 (real time) FFNN(Simulation) 1.32 x 10-3 FFNN(real time) 1.38 x 10-3 Fig. 6 SE using CFI and NN controller with perturbation The parameters of the plant are perturbed for controllers when both have same value of SE. The effect of parameter perturbation is shown in Fig.6. For both the controllers, the SE increases when the parameters of the plant are perturbed. But this increase in case of FFNN is more than CFI based controller. Also from Fig. 6, the CFI based controller adapts faster to the disturbances than FFNN based Controller as the SE reduces readily in lesser number of iterations for CFI based controller than FFNN controller. Fig. 7 Trained parameters for CFI and FFNN controllers The parameters of the CFI based controller and FFNN controller are shown in Fig.7. The parameters of the controllers are trained through a learning rule. The parameters of the CFI based controller i.e. densities gets trained and causes the system to give the desired output in lesser number of iterations than the parameters of FFNN based controller i.e. weights.

7 8. Conclusion The real time systems can generate outputs according to preset value using the CFI and FFNN controllers. Our pressure Feedback system adapted to the nonlinearities of the system readily for CFI based controller than FFNN controller. In comparison to FFNN controller, CFI based controller showed significant improvement with faster response towards the set point as it involves non linear aggregation. The CFI based controller is less influenced by parameter perturbation unlike FFNN controller. The learning efficiency of CFI based controller is superior to that of FFNN based controller. It is known that in case there are multiple solutions, CFI based controller picks up the optimal one. Because of these inherent characteristics, reality and preciseness of prediction with Choquet Fuzzy Integral based controller is more. References [1] E.H. Mamdani, Application of Fuzzy algorithms for control of simpler dynamic plant, Proc. of IEE, vol. 121, no. 12, pp , Dec 1974 [2] Chen-Wei Xu & Young-Zai Lu, Fuzzy Model Identification and Self- Learning for Dynamic System, IEEE Trans. On Systems Man and Cybernetics B, vol. 17, no. 4, pp , July/Aug [3] M. Sugeno, T. yasukawa, A Fuzzy Logic based approach to qualititative modeling, IEEE Trans. On Fuzzy Systems, vol. 1, No. 1, pp 7-31, 1993 [4] J.M. Keller, P.D. Gader and A.K. Hocaoglu, Fuzzy integrals in image processing and pattern recognition, chapter in fuzzy measures and Integrals, edited by M. Grabish, T. Murofusi and M. Sugeno, Berlin: Springerverlag,pp ,2000 [5] Jung-Hsien Chiang, Choquet Fuzzy Integral- Based Hierarchical Networks for Decision Analysis, IEEE Trans. On Fuzzy Systems, Vol. 7, No. 1, pp , February [6] T.D. Phan and H.yan, Color image segmentation using fuzzy integral and mountain clustering, Fuzzy Sets and Systems, Vol. 107, pp ,1999 [7 ADAM 4000 Series User s Manual, Ed. 5 th : Advantech, 1997, pp [8] PCL-726 User s Manual. Available online:

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

DC Motor Speed Control using Artificial Neural Network

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

More information

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

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

More information

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

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL * A. K. Sharma, ** R. A. Gupta, and *** Laxmi Srivastava * Department of Electrical Engineering,

More information

Md. Aftab Alam, Dr. Ramjee Parsad Gupta IJSRE Volume 4 Issue 7 July 2016 Page 5537

Md. Aftab Alam, Dr. Ramjee Parsad Gupta IJSRE Volume 4 Issue 7 July 2016 Page 5537 Volume 4 Issue 07 July-2016 Pages-5537-5550 ISSN(e):2321-7545 Website: http://ijsae.in DOI: http://dx.doi.org/10.18535/ijsre/v4i07.12 Simulation of Intelligent Controller for Temperature of Heat Exchanger

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

FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER

FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER R. B. Dhumale 1, S. D. Lokhande 2, N. D. Thombare 3, M. P. Ghatule 4 1 Department of Electronics and Telecommunication Engineering,

More information

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 6 No 5 Special Issue on Application of Advanced Computing and Simulation in Information Systems Sofia 06 Print ISSN: 3-970;

More information

Transient stability Assessment using Artificial Neural Network Considering Fault Location

Transient stability Assessment using Artificial Neural Network Considering Fault Location Vol.6 No., 200 مجلد 6, العدد, 200 Proc. st International Conf. Energy, Power and Control Basrah University, Basrah, Iraq 0 Nov. to 2 Dec. 200 Transient stability Assessment using Artificial Neural Network

More information

Hydraulic Actuator Control Using an Multi-Purpose Electronic Interface Card

Hydraulic Actuator Control Using an Multi-Purpose Electronic Interface Card Hydraulic Actuator Control Using an Multi-Purpose Electronic Interface Card N. KORONEOS, G. DIKEAKOS, D. PAPACHRISTOS Department of Automation Technological Educational Institution of Halkida Psaxna 34400,

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

CHAPTER 6 ANFIS BASED NEURO-FUZZY CONTROLLER

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

More information

Neural Network Application in Robotics

Neural Network Application in Robotics Neural Network Application in Robotics Development of Autonomous Aero-Robot and its Applications to Safety and Disaster Prevention with the help of neural network Sharique Hayat 1, R. N. Mall 2 1. M.Tech.

More information

A Control Method of the Force Loading Electro-hydraulic Servo System Based on BRF Jing-Wen FANG1,a,*, Ji-Shun LI1,2,b, Fang YANG1, Yu-Jun XUE2

A Control Method of the Force Loading Electro-hydraulic Servo System Based on BRF Jing-Wen FANG1,a,*, Ji-Shun LI1,2,b, Fang YANG1, Yu-Jun XUE2 nd Annual International Conference on Advanced Material Engineering (AME 016) A Control Method of the Force Loading Electro-hydraulic Servo System Based on BRF Jing-Wen FANG1,a,*, Ji-Shun LI1,,b, Fang

More information

** R.G.Jamkar. II. Description of flow control system. *J.V.Kul karni

** R.G.Jamkar. II. Description of flow control system. *J.V.Kul karni Proceedings of the 2000 EEE nternational Conference on Control Applications MM5-5 2:20 Anchorage, Alaska, USA September 25-27,2000 NEURAL NETWORK BASED FLOW CONTROLLER *J.V.Kul karni ** R.G.Jamkar *Lecturer,

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

Adaptive Neural Network-based Synchronization Control for Dual-drive Servo System

Adaptive Neural Network-based Synchronization Control for Dual-drive Servo System Adaptive Neural Network-based Synchronization Control for Dual-drive Servo System Suprapto 1 1 Graduate School of Engineering Science & Technology, Doulio, Yunlin, Taiwan, R.O.C. e-mail: d10210035@yuntech.edu.tw

More information

Automatic Generation Control of Two Area using Fuzzy Logic Controller

Automatic Generation Control of Two Area using Fuzzy Logic Controller Automatic Generation Control of Two Area using Fuzzy Logic Yagnita P. Parmar 1, Pimal R. Gandhi 2 1 Student, Department of electrical engineering, Sardar vallbhbhai patel institute of technology, Vasad,

More information

Neuro-Fuzzy and Soft Computing: Fuzzy Sets. Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani

Neuro-Fuzzy and Soft Computing: Fuzzy Sets. Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani Outline Introduction Soft Computing (SC) vs. Conventional Artificial Intelligence (AI) Neuro-Fuzzy (NF) and SC Characteristics 2 Introduction

More information

Replacing Fuzzy Systems with Neural Networks

Replacing Fuzzy Systems with Neural Networks Replacing Fuzzy Systems with Neural Networks Tiantian Xie, Hao Yu, and Bogdan Wilamowski Auburn University, Alabama, USA, tzx@auburn.edu, hzy@auburn.edu, wilam@ieee.org Abstract. In this paper, a neural

More information

Fuzzy Based Control Using Lab view For Temperature Process

Fuzzy Based Control Using Lab view For Temperature Process Fuzzy Based Control Using Lab view For Temperature Process 1 S.Kavitha, 2 B.Chinthamani, 3 S.Joshibha Ponmalar 1 Assistant Professor, Dept of EEE, Saveetha Engineering College Tamilnadu, India 2 Assistant

More information

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

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 95 CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 6.1 INTRODUCTION An artificial neural network (ANN) is an information processing model that is inspired by biological nervous systems

More information

CONTROLLER DESIGN ON ARX MODEL OF ELECTRO-HYDRAULIC ACTUATOR

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

More information

Fuzzy Based Control Using Lab view For Temperature Process

Fuzzy Based Control Using Lab view For Temperature Process Fuzzy Based Control Using Lab view For Temperature Process 1 S.Kavitha, 2 B.Chinthamani, 3 S.Joshibha Ponmalar 1 Assistant Professor, Dept of EEE, Saveetha Engineering College Tamilnadu, India 2 Assistant

More information

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

TO MINIMIZE CURRENT DISTRIBUTION ERROR (CDE) IN PARALLEL OF NON IDENTIC DC-DC CONVERTERS USING ADAPTIVE NEURO FUZZY INFERENCE SYSTEM

TO MINIMIZE CURRENT DISTRIBUTION ERROR (CDE) IN PARALLEL OF NON IDENTIC DC-DC CONVERTERS USING ADAPTIVE NEURO FUZZY INFERENCE SYSTEM TO MINIMIZE CURRENT DISTRIBUTION ERROR (CDE) IN PARALLEL OF NON IDENTIC DC-DC CONVERTERS USING ADAPTIVE NEURO FUZZY INFERENCE SYSTEM B. SUPRIANTO, 2 M. ASHARI, AND 2 MAURIDHI H.P. Doctorate Programme in

More information

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

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

More information

Fundamentals of Industrial Control

Fundamentals of Industrial Control Fundamentals of Industrial Control 2nd Edition D. A. Coggan, Editor Practical Guides for Measurement and Control Preface ix Contributors xi Chapter 1 Sensors 1 Applications of Instrumentation 1 Introduction

More information

Control Systems Overview REV II

Control Systems Overview REV II Control Systems Overview REV II D R. T A R E K A. T U T U N J I M E C H A C T R O N I C S Y S T E M D E S I G N P H I L A D E L P H I A U N I V E R S I T Y 2 0 1 4 Control Systems The control system is

More information

CHAPTER 4 MONITORING OF POWER SYSTEM VOLTAGE STABILITY THROUGH ARTIFICIAL NEURAL NETWORK TECHNIQUE

CHAPTER 4 MONITORING OF POWER SYSTEM VOLTAGE STABILITY THROUGH ARTIFICIAL NEURAL NETWORK TECHNIQUE 53 CHAPTER 4 MONITORING OF POWER SYSTEM VOLTAGE STABILITY THROUGH ARTIFICIAL NEURAL NETWORK TECHNIQUE 4.1 INTRODUCTION Due to economic reasons arising out of deregulation and open market of electricity,

More information

DYNAMIC LOAD SIMULATOR (DLS): STRATEGIES AND APPLICATIONS

DYNAMIC LOAD SIMULATOR (DLS): STRATEGIES AND APPLICATIONS 15th ASCE Engineering Mechanics Conference June 2-5, 2002, Columbia University, New York, NY EM 2002 DYNAMIC LOAD SIMULATOR (DLS): STRATEGIES AND APPLICATIONS Swaroop Yalla 1, Associate Member ASCE and

More information

NNC for Power Electronics Converter Circuits: Design & Simulation

NNC for Power Electronics Converter Circuits: Design & Simulation NNC for Power Electronics Converter Circuits: Design & Simulation 1 Ms. Kashmira J. Rathi, 2 Dr. M. S. Ali Abstract: AI-based control techniques have been very popular since the beginning of the 90s. Usually,

More information

MINE 432 Industrial Automation and Robotics

MINE 432 Industrial Automation and Robotics MINE 432 Industrial Automation and Robotics Part 3, Lecture 5 Overview of Artificial Neural Networks A. Farzanegan (Visiting Associate Professor) Fall 2014 Norman B. Keevil Institute of Mining Engineering

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

Maximum Power Point Tracking of Photovoltaic Modules Comparison of Neuro-Fuzzy ANFIS and Artificial Network Controllers Performances

Maximum Power Point Tracking of Photovoltaic Modules Comparison of Neuro-Fuzzy ANFIS and Artificial Network Controllers Performances Maximum Power Point Tracking of Photovoltaic Modules Comparison of Neuro-Fuzzy ANFS and Artificial Network Controllers Performances Z. ONS, J. AYMEN, M. MOHAMED NEJB and C.AURELAN Abstract This paper makes

More information

NEURAL NETWORK BASED LOAD FREQUENCY CONTROL FOR RESTRUCTURING POWER INDUSTRY

NEURAL NETWORK BASED LOAD FREQUENCY CONTROL FOR RESTRUCTURING POWER INDUSTRY Nigerian Journal of Technology (NIJOTECH) Vol. 31, No. 1, March, 2012, pp. 40 47. Copyright c 2012 Faculty of Engineering, University of Nigeria. ISSN 1115-8443 NEURAL NETWORK BASED LOAD FREQUENCY CONTROL

More information

FAULT DIAGNOSIS AND PERFORMANCE ASSESSMENT FOR A ROTARY ACTUATOR BASED ON NEURAL NETWORK OBSERVER

FAULT DIAGNOSIS AND PERFORMANCE ASSESSMENT FOR A ROTARY ACTUATOR BASED ON NEURAL NETWORK OBSERVER 7 Journal of Marine Science and Technology, Vol., No., pp. 7-78 () DOI:.9/JMST-3 FAULT DIAGNOSIS AND PERFORMANCE ASSESSMENT FOR A ROTARY ACTUATOR BASED ON NEURAL NETWORK OBSERVER Jian Ma,, Xin Li,, Chen

More information

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections Proceedings of the World Congress on Engineering and Computer Science 00 Vol I WCECS 00, October 0-, 00, San Francisco, USA A Comparison of Particle Swarm Optimization and Gradient Descent in Training

More information

A Robust Neural Fuzzy Petri Net Controller For A Temperature Control System

A Robust Neural Fuzzy Petri Net Controller For A Temperature Control System Available online at www.sciencedirect.com Procedia Computer Science 5 (2011) 881 890 Wireless Networked Control Systems (WNCS) A Robust Neural Fuzzy Petri Net Controller For A Temperature Control System

More information

Advances in Intelligent Systems Research, volume 136 4th International Conference on Sensors, Mechatronics and Automation (ICSMA 2016)

Advances in Intelligent Systems Research, volume 136 4th International Conference on Sensors, Mechatronics and Automation (ICSMA 2016) 4th International Conference on Sensors, Mechatronics and Automation (ICSMA 2016) On Neural Network Modeling of Main Steam Temperature for Ultra supercritical Power Unit with Load Varying Xifeng Guoa,

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

DETERMINATION OF THE PERFORMANCE OF NEURAL PID, FUZZY PID AND CONVENTIONAL PID CONTROLLERS ON TANK LIQUID LEVEL CONTROL SYSTEMS

DETERMINATION OF THE PERFORMANCE OF NEURAL PID, FUZZY PID AND CONVENTIONAL PID CONTROLLERS ON TANK LIQUID LEVEL CONTROL SYSTEMS DETERMINATION OF THE PERFORMANCE OF NEURAL PID, FUZZY PID AND CONVENTIONAL PID CONTROLLERS ON TANK LIQUID LEVEL CONTROL SYSTEMS Mustapha Umar Adam 1, Shamsu Saleh Kwalli 2, Haruna Ali Isah 3 1,2,3 Dept.

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

Modulating control valve

Modulating control valve Modulating control valve Automatic modulating valve Automatic modulating valve Diaphragm Pneumatic Actuator Positioner Pneumatic Actuator Positioner Air filter regulator gauge = AIRSET BALL VALVE GLOBE

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

CHAPTER 11: DIGITAL CONTROL

CHAPTER 11: DIGITAL CONTROL When I complete this chapter, I want to be able to do the following. Identify examples of analog and digital computation and signal transmission. Program a digital PID calculation Select a proper execution

More information

Design of Fast Real Time Controller for the Dynamic Voltage Restorer Based on Instantaneous Power Theory

Design of Fast Real Time Controller for the Dynamic Voltage Restorer Based on Instantaneous Power Theory International Journal of Energy and Power Engineering 2016; 5(2-1): 1-6 Published online October 10, 2015 (http://www.sciencepublishinggroup.com//epe) doi: 10.11648/.epe.s.2016050201.11 ISSN: 2326-957X

More information

DIGITAL CONTROL OF ELECTRO-HYDRAULIC STEERING TEST BENCH

DIGITAL CONTROL OF ELECTRO-HYDRAULIC STEERING TEST BENCH DIGITAL CONTROL OF ELECTRO-HYDRAULIC STEERING TEST BENCH Alexander Mitov, Jordan Kralev 2, Ilcho Angelov 3 TU-Sofia, Faculty of Power Engineering and Power Machines, Department: HAD and HM, e-mail:alexander_mitov@mail.bg

More information

A DUAL FUZZY LOGIC CONTROL METHOD FOR DIRECT TORQUE CONTROL OF AN INDUCTION MOTOR

A DUAL FUZZY LOGIC CONTROL METHOD FOR DIRECT TORQUE CONTROL OF AN INDUCTION MOTOR International Journal of Science, Environment and Technology, Vol. 3, No 5, 2014, 1713 1720 ISSN 2278-3687 (O) A DUAL FUZZY LOGIC CONTROL METHOD FOR DIRECT TORQUE CONTROL OF AN INDUCTION MOTOR 1 P. Sweety

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

Design Neural Network Controller for Mechatronic System

Design Neural Network Controller for Mechatronic System Design Neural Network Controller for Mechatronic System Ismail Algelli Sassi Ehtiwesh, and Mohamed Ali Elhaj Abstract The main goal of the study is to analyze all relevant properties of the electro hydraulic

More information

Fuzzy Logic Control of a Magnetic Suspension. System Using xpc Target

Fuzzy Logic Control of a Magnetic Suspension. System Using xpc Target Fuzzy Logic Control of a Magnetic Suspension System Using xpc Target by Stephen Friederichs Project Advisors: Dr. Winfred Anakwa and Dr. In Soo Ahn Submitted: December 1, 2004 EE451 Senior Capstone Project

More information

Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC)

Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC) Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC) Introduction (1.1) SC Constituants and Conventional Artificial Intelligence (AI) (1.2) NF and SC Characteristics (1.3) Jyh-Shing Roger

More information

SPEED CONTROL OF AN INDUCTION MOTOR USING FUZZY LOGIC AND PI CONTROLLER AND COMPARISON OF CONTROLLERS BASED ON SPEED

SPEED CONTROL OF AN INDUCTION MOTOR USING FUZZY LOGIC AND PI CONTROLLER AND COMPARISON OF CONTROLLERS BASED ON SPEED SPEED CONTROL OF AN INDUCTION MOTOR USING FUZZY LOGIC AND PI CONTROLLER AND COMPARISON OF CONTROLLERS BASED ON SPEED Naveena G J 1, Murugesh Dodakundi 2, Anand Layadgundi 3 1, 2, 3 PG Scholar, Dept. of

More information

Voltage Stability Assessment in Power Network Using Artificial Neural Network

Voltage Stability Assessment in Power Network Using Artificial Neural Network Voltage Stability Assessment in Power Network Using Artificial Neural Network Swetha G C 1, H.R.Sudarshana Reddy 2 PG Scholar, Dept. of E & E Engineering, University BDT College of Engineering, Davangere,

More information

Think About Control Fundamentals Training. Terminology Control. Eko Harsono Control Fundamental

Think About Control Fundamentals Training. Terminology Control. Eko Harsono Control Fundamental Think About Control Fundamentals Training Terminology Control Eko Harsono eko.harsononus@gmail.com; 1 Contents Topics: Slide No: Process Control Terminology 3-10 Control Principles 11-18 Basic Control

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

By Vishal Kumar. Project Advisor: Dr. Gary L. Dempsey

By Vishal Kumar. Project Advisor: Dr. Gary L. Dempsey Project Deliverable III Senior Project Proposal for Non-Linear Internal Model Controller Design for a Robot Arm with Artificial Neural Networks By Vishal Kumar Project Advisor: Dr. Gary L. Dempsey 12/4/07

More information

Frequency Hopping Spread Spectrum Recognition Based on Discrete Fourier Transform and Skewness and Kurtosis

Frequency Hopping Spread Spectrum Recognition Based on Discrete Fourier Transform and Skewness and Kurtosis Frequency Hopping Spread Spectrum Recognition Based on Discrete Fourier Transform and Skewness and Kurtosis Hadi Athab Hamed 1, Ahmed Kareem Abdullah 2 and Sara Al-waisawy 3 1,2,3 Al-Furat Al-Awsat Technical

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

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

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

More information

Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference

Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference Mostafa Arbabi Monfared Department of Electrical & Electronic Engineering Eastern Mediterranean University Famagusta,

More information

Application Of Artificial Neural Network In Fault Detection Of Hvdc Converter

Application Of Artificial Neural Network In Fault Detection Of Hvdc Converter Application Of Artificial Neural Network In Fault Detection Of Hvdc Converter Madhuri S Shastrakar Department of Electrical Engineering, Shree Ramdeobaba College of Engineering and Management, Nagpur,

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

Abstract: PWM Inverters need an internal current feedback loop to maintain desired

Abstract: PWM Inverters need an internal current feedback loop to maintain desired CURRENT REGULATION OF PWM INVERTER USING STATIONARY FRAME REGULATOR B. JUSTUS RABI and Dr.R. ARUMUGAM, Head of the Department of Electrical and Electronics Engineering, Anna University, Chennai 600 025.

More information

Surveillance and Calibration Verification Using Autoassociative Neural Networks

Surveillance and Calibration Verification Using Autoassociative Neural Networks Surveillance and Calibration Verification Using Autoassociative Neural Networks Darryl J. Wrest, J. Wesley Hines, and Robert E. Uhrig* Department of Nuclear Engineering, University of Tennessee, Knoxville,

More information

CHAPTER 3 APPLICATION OF THE CIRCUIT MODEL FOR PHOTOVOLTAIC ENERGY CONVERSION SYSTEM

CHAPTER 3 APPLICATION OF THE CIRCUIT MODEL FOR PHOTOVOLTAIC ENERGY CONVERSION SYSTEM 63 CHAPTER 3 APPLICATION OF THE CIRCUIT MODEL FOR PHOTOVOLTAIC ENERGY CONVERSION SYSTEM 3.1 INTRODUCTION The power output of the PV module varies with the irradiation and the temperature and the output

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

Fuzzy Controllers for Boost DC-DC Converters

Fuzzy Controllers for Boost DC-DC Converters IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735 PP 12-19 www.iosrjournals.org Fuzzy Controllers for Boost DC-DC Converters Neethu Raj.R 1, Dr.

More information

A Responsive Neuro-Fuzzy Intelligent Controller via Emotional Learning for Indirect Vector Control (IVC) of Induction Motor Drives

A Responsive Neuro-Fuzzy Intelligent Controller via Emotional Learning for Indirect Vector Control (IVC) of Induction Motor Drives International Journal of Electrical Engineering. ISSN 0974-2158 Volume 6, Number 3 (2013), pp. 339-349 International Research Publication House http://www.irphouse.com A Responsive Neuro-Fuzzy Intelligent

More information

CHAPTER 4 ON LINE LOAD FREQUENCY CONTROL

CHAPTER 4 ON LINE LOAD FREQUENCY CONTROL CHAPTER 4 ON LINE LOAD FREQUENCY CONTROL The main objective of Automatic Load Frequency Control (LFC) is to maintain the frequency and active power change over lines at their scheduled values. As frequency

More information

Embedded Smart Controller for an Industrial Reefer Refrigeration 1

Embedded Smart Controller for an Industrial Reefer Refrigeration 1 Embedded Smart Controller for an Industrial Reefer Refrigeration 1 Leon Reznik and Shane Spiteri School of Communications and Informatics Victoria University PO Box 14428, Melbourne City MC VIC 8001 Australia

More information

PERFORMANCE ANALYSIS OF SRM DRIVE USING ANN BASED CONTROLLING OF 6/4 SWITCHED RELUCTANCE MOTOR

PERFORMANCE ANALYSIS OF SRM DRIVE USING ANN BASED CONTROLLING OF 6/4 SWITCHED RELUCTANCE MOTOR PERFORMANCE ANALYSIS OF SRM DRIVE USING ANN BASED CONTROLLING OF 6/4 SWITCHED RELUCTANCE MOTOR Vikas S. Wadnerkar * Dr. G. Tulasi Ram Das ** Dr. A.D.Rajkumar *** ABSTRACT This paper proposes and investigates

More information

Decision Based Median Filter Algorithm Using Resource Optimized FPGA to Extract Impulse Noise

Decision Based Median Filter Algorithm Using Resource Optimized FPGA to Extract Impulse Noise Journal of Embedded Systems, 2014, Vol. 2, No. 1, 18-22 Available online at http://pubs.sciepub.com/jes/2/1/4 Science and Education Publishing DOI:10.12691/jes-2-1-4 Decision Based Median Filter Algorithm

More information

STAND ALONE CONTROLLER FOR LINEAR INTERACTING SYSTEM

STAND ALONE CONTROLLER FOR LINEAR INTERACTING SYSTEM STAND ALONE CONTROLLER FOR LINEAR INTERACTING SYSTEM Stand Alone Algorithm Approach P. Rishika Menon 1, S.Sakthi Priya 1, G. Brindha 2 1 Department of Electronics and Instrumentation Engineering, St. Joseph

More information

Digital Simulation and Analysis of Sliding Mode Controller for DC-DC Converter using Simulink

Digital Simulation and Analysis of Sliding Mode Controller for DC-DC Converter using Simulink Volume-7, Issue-3, May-June 2017 International Journal of Engineering and Management Research Page Number: 367-371 Digital Simulation and Analysis of Sliding Mode Controller for DC-DC Converter using Simulink

More information

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

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

More information

TWO AREA CONTROL OF AGC USING PI & PID CONTROL BY FUZZY LOGIC

TWO AREA CONTROL OF AGC USING PI & PID CONTROL BY FUZZY LOGIC TWO AREA CONTROL OF AGC USING PI & PID CONTROL BY FUZZY LOGIC Puran Lal 1, Mainak Roy 2 1 M-Tech (EL) Student, 2 Assistant Professor, Department of EEE, Lingaya s University, Faridabad, (India) ABSTRACT

More information

By Vishal Kumar. Project Advisor: Dr. Gary L. Dempsey

By Vishal Kumar. Project Advisor: Dr. Gary L. Dempsey Project Deliverable A functional description and complete system block diagram for Non-Linear Internal Model Controller Design for a Robot Arm with Artificial Neural Networks By Vishal Kumar Project Advisor:

More information

Computational Intelligence Introduction

Computational Intelligence Introduction Computational Intelligence Introduction Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Fall 2011 Farzaneh Abdollahi Neural Networks 1/21 Fuzzy Systems What are

More information

Speed control of a DC motor using Controllers

Speed control of a DC motor using Controllers Automation, Control and Intelligent Systems 2014; 2(6-1): 1-9 Published online November 20, 2014 (http://www.sciencepublishinggroup.com/j/acis) doi: 10.11648/j.acis.s.2014020601.11 ISSN: 2328-5583 (Print);

More information

Inverse Dynamic Neuro-Controller for Superheater Steam Temperature Control of a Large-Scale Ultra-Supercritical (USC) Boiler Unit

Inverse Dynamic Neuro-Controller for Superheater Steam Temperature Control of a Large-Scale Ultra-Supercritical (USC) Boiler Unit Inverse Dynamic Neuro-Controller for Superheater Steam Temperature Control of a Large-Scale Ultra-Supercritical (USC) Boiler Unit Kwang Y. Lee*, Liangyu Ma**, Chang J. Boo+, Woo-Hee Jung++, and Sung-Ho

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

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

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

More information

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

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

More information

DEVELOPMENT OF NEURO-FUZZY CONTROLLER FOR A TWO TERMINAL HVDC LINK

DEVELOPMENT OF NEURO-FUZZY CONTROLLER FOR A TWO TERMINAL HVDC LINK PARITANTRA Vol. 9 No. JUNE 4 DEVELOPMENT OF NEURO-FUZZY CONTROLLER FOR A TWO TERMINAL HVDC LINK Kanungo Barada Mohanty Department of Electrical Engineering National Institute of Technology Rourkela-7698

More information

POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM

POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM 1 VIJAY KUMAR SAHU, 2 ANIL P. VAIDYA 1,2 Pg Student, Professor E-mail: 1 vijay25051991@gmail.com, 2 anil.vaidya@walchandsangli.ac.in

More information

Embedded based Automation System for Industrial Process Parameters

Embedded based Automation System for Industrial Process Parameters Embedded based Automation System for Industrial Process Parameters Godhini Prathyusha 1 Lecturer, Department of Physics (P.G), Govt.Degree College, Anantapur, Andhra Pradesh, India 1 ABSTRACT: Automation

More information

A Divide-and-Conquer Approach to Evolvable Hardware

A Divide-and-Conquer Approach to Evolvable Hardware A Divide-and-Conquer Approach to Evolvable Hardware Jim Torresen Department of Informatics, University of Oslo, PO Box 1080 Blindern N-0316 Oslo, Norway E-mail: jimtoer@idi.ntnu.no Abstract. Evolvable

More information

New PID Tuning Rule Using ITAE Criteria

New PID Tuning Rule Using ITAE Criteria New PID Tuning Rule Using ITAE Criteria Ala Eldin Abdallah Awouda Department of Mechatronics and Robotics, Faculty of Electrical Engineering, Universiti Teknologi Malaysia, Johor, 83100, Malaysia rosbi@fke.utm.my

More information

Modeling and simulation of feed system design of CNC machine tool based on. Matlab/simulink

Modeling and simulation of feed system design of CNC machine tool based on. Matlab/simulink Modeling and simulation of feed system design of CNC machine tool based on Matlab/simulink Su-Bom Yun 1, On-Joeng Sim 2 1 2, Facaulty of machine engineering, Huichon industry university, Huichon, Democratic

More information

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

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

More information

IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS

IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS Fourth International Conference on Control System and Power Electronics CSPE IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS Mr. Devadasu * and Dr. M Sushama ** * Associate

More information

Prediction of Missing PMU Measurement using Artificial Neural Network

Prediction of Missing PMU Measurement using Artificial Neural Network Prediction of Missing PMU Measurement using Artificial Neural Network Gaurav Khare, SN Singh, Abheejeet Mohapatra Department of Electrical Engineering Indian Institute of Technology Kanpur Kanpur-208016,

More information

Improvement of Classical Wavelet Network over ANN in Image Compression

Improvement of Classical Wavelet Network over ANN in Image Compression International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869 (O) 2454-4698 (P), Volume-7, Issue-5, May 2017 Improvement of Classical Wavelet Network over ANN in Image Compression

More information

Fuzzy Logic Controller on DC/DC Boost Converter

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

More information

SMARTPHONE SENSOR BASED GESTURE RECOGNITION LIBRARY

SMARTPHONE SENSOR BASED GESTURE RECOGNITION LIBRARY SMARTPHONE SENSOR BASED GESTURE RECOGNITION LIBRARY Sidhesh Badrinarayan 1, Saurabh Abhale 2 1,2 Department of Information Technology, Pune Institute of Computer Technology, Pune, India ABSTRACT: Gestures

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