SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
______________________________________________________________________________________ 
Volume: 03 Special Issue: 07 | May-2014, Available @ 702 
PRINCIPAL COMPONENT ANALYSIS BASED APPROACH FOR FAULT DIAGNOSIS IN PNEUMATIC VALVE USING DAMADICS BENCHMARK SIMULATOR A.Kowsalya1, B.Kannapiran2 1M.Tech Student, Department of Instrumentation & Control Engineering, Kalasalingam University, Tamilnadu, India 2Professor& Head, Department of Instrumentation & Control Engineering, Kalasalingam University, Tamilnadu, India Abstract This paper presents Artificial Neural Network (ANN) based classifier approach for fault diagnosis of pneumatic valve used in process industry. The proposed approach uses back propagation algorithm (BPN) to detect and diagnose the faults in pneumatic valve under normal and faulty operating conditions. Artificial Neural Network is trained using BPN algorithm to capture the relationship between the fault symptom and fault type. The required data for the development of ANN model were collected from the Development and Application of Methods for Actuator Diagnosis in Industrial Control Systems (DAMADICS) pneumatic valve simulator under normal and abnormal operating conditions. The performance of the proposed ANN model is improved by proposing suitable dimensionality reduction technique like Principal Component Analysis (PCA). The performance of the ANN model with PCA is compared with the performance of the ANN model without PCA. ANN model with PCA results in reduced mean square error during training and testing. Keywords: Fault Diagnosis, Principal Component Analysis, Artificial Neural Network, Pneumatic Valve 
--------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Pneumatic Valve is one of the vital components in process industry and it is necessary to monitor the condition of the pneumatic valve on a regular basis in order to prevent the pneumatic valve from damaged condition. The increasing complex process in industries and the necessity to reduce the cost for overall production, an automated approach is needed to detect and diagnose the various types of faults in pneumatic valve. Furthermore, by monitoring the condition of pneumatic valve, the maintenance strategy could be predicted. Also, the availability of the process plant will improve and the unpredictable faults which lead to production loss will also be reduced. 
For fault diagnosis, it is important that the maintenance engineer should have prior knowledge about the pneumatic valve and its operation. The working of the pneumatic valve under normal and abnormal conditions is given by DAMADICS benchmark and the fault detection and identification approaches [10] have been identified. Many analytical methods such as state observer, parameter estimation and parity relation approach for fault diagnosis [11, 12] have been proposed. The issue with the analytical methods is that they do not provide the accurate model of the system. Later knowledge-based techniques were proposed which involves the knowledge acquired from the system structure description and operating conditions were used to develop the classical expert systems [13]. The main weakness of this technique is the bottleneck in knowledge acquisition and that the Boolean operators which are used for making binary logical decisions do not reflect the nature of many real world problems. 
Later Fuzzy logic approach [5], [14] was introduced to define the behavior of the system using the set of rules. To define the set of rules for more number of variables is the disadvantage of the fuzzy logic technique. Many researchers proposed the ANN based method for fault diagnosis of pneumatic valve [4], [15, 16]. The artificial neural network has the capability of capturing the nonlinear relationship between the input variables & output variables. Some researchers have developed ANN models for fault diagnostic to detect the problems rotating machine parts [17], Fisher Rosemount valves[18, 19], RCMAC [20]. ANN based method has been proposed for fault detection and identification of pneumatic valve using residuals from reference models [6]. The predictive fault detection and diagnosis technique has been presented with various artificial neural network algorithms in [2]. But the neural network approach needs enormous amount of data to develop the network model and the irrelevant variables in the input reduce the performance of the network. By selecting only the relevant variables as input features better performance is to be achieved with little computational effort. Therefore, effective methods for dimensionality reduction technique such as principal component analysis (PCA) have been developed. PCA [3] is a method based on the data projection into a low dimensional space that accurately characterizes the state of the system. PCA and ANN based approaches have been presented for online fault
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
______________________________________________________________________________________ 
Volume: 03 Special Issue: 07 | May-2014, Available @ 703 
detection and classification of industrial machine simulator [7]. The paper is organized as follows: in the second section, the system description for this study is outlined. Section 3 describes the fault detection in pneumatic valve. Sections 4 describe the development of ANN model for fault diagnosis. Section 5 describes the Principal component analysis method and section 6 presents the results and discussion and finally, in Section 7, conclusions are drawn from the result. 2. SYSTEM DESCRIPTION A common final control element in recent process industries is the pneumatic valve. The pneumatic valve is used for the manipulation of flow of gas, water, or chemical compounds, to compensate for the disturbance of load and it keeps the process variable regulated possibly close to the desired set point. The physical structure of the pneumatic valve is shown in figure 1 and the detailed description of the system is given in [2]. 
Fig-1: Physical Structure of Pneumatic Valve The Pneumatic Valve consists of several sensors that measure the variables which influence the system, namely the upstream and downstream water pressures(P), the water temperature(T), the position of the rod (X), and the flow through the valve (F). The three measured variables P1, P2, T, along with CV, can be taken as the inputs to the system while the latter two can be seen as its outputs. The description of the main parameters of the pneumatic valve is given in Table 1. Table-1: Pneumatic Valve Parameters 
PSP 
Position of Supply Air Pressure 
PT 
Air Pressure Transmitter 
FT 
Volume Flow Rate Transmitter 
TT 
Temperature Transmitter 
ZT 
Rod Position Transmitter 
E/P 
Electro-Pneumatic Converter 
V1,V2 
Cut-off Valves 
V3 
By-Pass Valve 
Ps 
Pneumatic Servomotor Chamber Pressure 
CVI 
Controller Output 
CV 
Control Reference Value 
F 
Volumetric Flow 
X 
Servo-Motor Rod Displacement 
3. FAULT DETECTION IN PNEUMATIC VALVE Fault is defined as the malfunction or unexpected change of a parameter of the system from the pre-defined standard condition. Early detection of the fault may provide warning on evolving problems with appropriate actions taken to avoid serious process failures. Fault Diagnosis is the determination of the type of fault occurred, also location, time and magnitude of fault. Development and Application of Methods for Actuator Diagnosis in Industrial Control Systems (DAMADICS) committee is concerning on the development of fault diagnosis algorithms. The DAMADICS [8, 9] data used for real time testing on industrial actuators done using various fault detection and diagnosis methods has been collected from Lublin Sugar Factory, Poland. The major goal of DAMADICS benchmark is the creation of well defined, repeatable single actuator faults. DAMADICS predefined the nineteen types of faults which may occur during the process in the pneumatic valve. The pneumatic valve faults are classified into four following groups. They are faults in control valve, pneumatic servo-motor, positioner and General faults/external faults. The nineteen numbers of faults in pneumatic valve are given with description in [2]. 3.1 Architecture of ANN The most commonly used architecture for ANN is Multilayer Feed Forward Neural Network (MLFFNN). The advantage of the artificial neural network technique is the generalization capability which deals with partial or noisy inputs. The N component inputs, x1, x2 ...... xN are fed with weights w1, w2 ...... wN, and those outputs are summed in a proper way. An additional bias input with a weight is also applied. The multi- layer feed-forward artificial neural network architecture shown is given in [4]. The network consists of three layers namely input, hidden and output layer. The input and output nodes are selected depending on the number of process parameters being considered. The non-linear mapping of the input and output variables is obtained by training the neural network using back propagation algorithm.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
______________________________________________________________________________________ 
Volume: 03 Special Issue: 07 | May-2014, Available @ 704 
In order to capture the non-linear relationship for the given input and output pairs, the weights are adjusted by training the network using back propagation algorithm. The network is trained using scaled conjugate gradient descent back propagation algorithm in which the weights and biases are moved in the opposite direction to the gradient of the error. Each following step of the gradient during learning gives a smaller and smaller error until a minimum error is reached. 4. DEVELOPMENT OF ANN MODEL FOR FAULT DIAGNOSIS The Artificial Neural Network with Principal Component Analysis is the proposed approach for fault diagnosis in pneumatic valve. The development of ANN model consists of two phases namely training and testing. Figure 2 shows the schematic representation of the steps in ANN model development. The steps involved in the ANN model development using Back Propagation Algorithm are as follows, 4.1 Input and Output Variables Selection The relationship between the input variables and output variables is learned by training the Artificial Neural Network. The input variables are chosen to represent the operating condition of the pneumatic valve. The normal and abnormal conditions of the pneumatic valve are represented by the output variables. 4.2 Generation of Training Data The data is generated using DAMADICS pneumatic valve simulator. The MATLAB simulink environment is used to develop the DAMADICS simulator [9]. The data is collected for normal and faulty operating conditions of pneumatic valve. The training data is generated by considering the full range of operating conditions of the pneumatic valve, which contains all the possible fault occurrences. 4.3 Data Normalization The data are normalized and presented to the neural network so that equal priority will be given to all the inputs. The normalization of data is done by compressing the range of training data between 0 and 1 using the expression, 푋푛= 푋−푋푚푖푛 푋푚푎푥−푋푚푖푛 + 푆푡푎푟푡푖푛푔 푉푎푙푢푒 (1) In Equation (1), the normalized value of the data is represented by Xn. The minimum value and maximum values among all the values of the data is represented by Xmin and Xmax. 4.4 Training and Testing of Network The back propagation algorithm is used to train the neural network with the training dataset. Followed by training, the network is tested with the test dataset to assess the performance of the developed network. 
Fig-2: Schematic Representation of ANN Model for Fault Diagnosis 5. PRINCIPAL COMPONENT ANALYSIS Principal component analysis (PCA) is one of the feature extraction techniques. This dimensionality reduction technique is used abundantly in all forms of analysis from neuroscience to computer graphics because it is a simple method of extracting only the relevant information from large data sets. With smaller effort, PCA provides a roadmap for how to reduce a complex data set to a lower dimension. The main idea of this technique is to be able to compute the most relevant components or factors from the original features. 5.1 Procedure for PCA Reduction in dimensionality can be achieved either by eliminating data closely related with remaining data in the available dataset, or data is combined to form smaller set of features. Using the example of projecting data from two dimensions to one, a linear projection requires the optimum choice of projection to be a minimization of the sum-of- squares error. The sum of squares error is obtained first by subtracting the mean x of the data set. The Eigenvectors and Eigen-values of the covariance matrix are calculated. The eigenvectors corresponding to the M largest Eigen-values are retained, and the input vectors xn are subsequently projected onto the eigenvectors to give components of the transformed vectors zn in the M - dimensional space. Retaining a subset M < d of the basis vectors μi so that only M coefficients zi used allows for replacement of the remaining coefficients by constants bi. This replacement allows each x vector to be approximated by equation (2) 푥 = 푧푖휇푖 푚푖 −1+ 푏푖휇푖 푑1 −푚+1 (2) Where in equation (2), μi represents a linear combination of d orthonormal vectors
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
______________________________________________________________________________________ 
Volume: 03 Special Issue: 07 | May-2014, Available @ 705 
6. RESULTS & DISCUSSION In this paper the data is collected using the DAMADICS pneumatic valve simulator [1] and the ANN model is developed for fault detection. Totally 1000 data was generated under normal and abnormal operating condition of pneumatic valve. The data was divided into two sets randomly, 750 data used for training and 250 data used for testing the performance of the network. The input variables along with their range are given in the Table 2. The output variables along with class are given in Table 3. Table-2: Input Variables with Range 
Input Variable Code 
Name of the Input Variable 
Range with Units 
CV 
Control Valve (Controller Output) 
0-100(%) 
P1 
Water Pressure (Valve Inlet) 
0-4000 (KPa) 
P2 
Water Pressure (Valve Outlet) 
0-4000 (KPa) 
T 
Water Temperature (Valve Outlet) 
0-150 (deg C) 
Table-3: Output Variables along with Class 
Name of the Output Variable 
Class 
Normal (No Fault) 
0 
0 
Fault 1 (Valve Clogging) 
0 
1 
Fault 2 (Valve Plug or Valve seat sedimentation) 
1 
0 
Fault 3 (Internal Leakage Valve Tightness) 
1 
1 
Table-4: ANN Model Performance with PCA 
Performance Measures 
Performance Values 
Number of Training Data 
750 
Number of Testing Data 
250 
Mean Square Error for Training 
0.0050 
Mean Square Error for Testing 
0.0036 
Training Time (sec) 
26.6918 
Number of data correctly classified 
249 
% of Fault Classified 
99.6 
The data are normalized and this is used for training the Artificial Neural Network with Principal component analysis. Dimensionality reduction is done in the input data. Then the data is given to ANN model after dimensionality reduction. The ANN model with PCA was trained using BPN algorithm and scaled conjugate gradient is used as the training function. The network generalization performance is evaluated with 250 test data after training. Considering ANN with PCA, for 13 hidden layers, MSE for training is 0.0050 and MSE for testing is 0.0036. The training time taken by the network is 26.6918 seconds. Out of 250 test data, 249 data were correctly classified and the percentage of fault classification achieved is 99.6. The performance of ANN model with PCA is given in the Table 4. Figure 3 shows the training performance of ANN model with PCA. For comparison, the ANN model is considered without Principal Component Analysis. The input data was given to the multi layer feed forward neural network without dimensionality reduction. Considering ANN model without PCA, for 9 hidden layers, MSE for training is 0.0053 and MSE for testing is 0.0045. The training time taken by the network is 24.6794 seconds. Out of 250 test data, 248 data were correctly classified and the percentage of fault classification achieved is 99.2. When comparing the performance of the ANN model with PCA and ANN model without PCA, the mean square error for training & testing was low and also the percentage of fault classification was improved and this is given in Table 5. This highlights that the ANN with PCA shows improved performance when compared with ANN without PCA. 
Fig-3: Training Performance of ANN Model with PCA Table-5: Performance Comparison of ANN Model with & without PCA 
Description of Parameters 
ANN with PCA 
ANN without PCA 
Number of Training Data 
750 
750 
Number of Testing Data 
250 
250 
Mean Square Error for Training 
0.0050 
0.0053 
Mean Square Error for Testing 
0.0036 
0.0045 
Training Time(sec) 
26.6918 
24.6794 
Number of data correctly 
249 
248
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
______________________________________________________________________________________ 
Volume: 03 Special Issue: 07 | May-2014, Available @ 706 
classified 
% of Fault Classified 
99.6 
99.2 
Next, the performance of the ANN model is tested under noisy condition. The ANN model is developed with PCA and without PCA under noisy condition and is given in Table 6. Considering ANN model with PCA under noisy condition, for 13 hidden layers, MSE for training is 0.0051 and MSE for testing is 0.0027. The training time taken by the network is 27.0506 seconds. Out of 250 test data, 249 data were correctly classified and the percentage of fault classification achieved is 99.6. On comparing the performance of the ANN model with PCA and ANN model without PCA under noisy conditions, the mean square error for training & testing was low. The obtained results given in Table 6 shows that the ANN model with PCA gives improved performance under noisy conditions. Table-6: Performance of ANN model with & without PCA under noisy condition 
Description of Parameters 
ANN with PCA 
ANN without PCA 
Number of Training Data 
750 
750 
Number of Testing Data 
250 
250 
Mean Square Error for Training 
0.0051 
0.0053 
Mean Square Error for Testing 
0.0027 
0.0032 
Training Time(sec) 
27.0506 
25.6778 
Number of data correctly classified 
249 
249 
% of Fault Classified 
99.6 
99.6 
7. CONCLUSIONS This paper presents the artificial neural network (ANN) model for fault diagnosis of pneumatic valve. The ANN model was developed using the data generated under normal and faulty conditions of Pneumatic Valve using the DAMADICS benchmark simulator. The performance of the ANN model has improved by proposing suitable dimensionality reduction technique like Principal Component Analysis. The mean square error for training and testing is reduced and also the fault classification accuracy is high using ANN model with PCA. The performance of the model is evaluated under noisy condition and the reduced mean square error for training and testing is achieved and the accuracy of classification is also improved using ANN model with PCA. This shows that the effectiveness of the ANN model with PCA shows improved performance when compared with ANN model without PCA. The classification accuracy of the developed ANN model can be further improved, by proposing Adaptive Neuro-Fuzzy Inference System (ANFIS) model for further research work. REFERENCES [1]. DAMADICS 2000, Research training network damadicsproject, http://eng.hull.ac.uk/research/control/damadics.html 
[2]. Sundarmahesh.R, Kannapiran.B, “Fault Diagnosis of Pneumatic Valve with DAMADICS Simulator using ANN based Classifier Approach”, International Journal of Computer Applications (0975-8887), 2013 
[3]. P.Subbaraj, B.Kannapiran, “Fault Diagnosis of Pneumatic Valve using PCA and ANN techniques”, CCSEIT, CCIS 204, pp 404-413, 2011, Copyright Springer- Verlag Berlin Heidelberg 2011 [4]. P.Subbaraj, B.Kannapiran, “Artificial Neural Network Approach for Fault Detection in Pneumatic Valve in Cooler Water Spray System”, International Journal of Computer Applications (0975-8887), Volume 9-No.7, November 2010 [5]. P. Subbaraj, B.Kannapiran, “Fuzzy based fault detection and diagnosis in pneumatic actuator in cement industry”, P. Subbaraj et. al. / International Journal of Engineering Science and Technology, Vol. 2(9), 4095-4107, 2010 [6]. Kourd Y, Leebvre D, Guersi N, “Early FDI based on residuals design according to the analysis of models of faults”, Advances in Artificial Neural Systems, Article ID 453169, 1-10, 2011 [7]. Zhou JH, Pang CK, Lewis FL, Zhong ZW, “Dominant Feature Identification for Industrial Fault Detection and Isolation Applications”, Expert Systems with Applications, Vol.38, 10676-10684, 2011 [8]. Binoy B. Nair , “A Novel Feature Selection method for Fault Detection and Diagnosis of Control Valves”, IJCSI(8), pp.415-419, 2011 [9]. Tarun Chopra, Jayashri Vajpai., “Fault Diagnosis in Benchmark Process Control System Using Stochastic Gradient Boosted Decision Trees”, IJSCE(1), pp.98-101, 2011 [10]. M.Blanke and R.J.Patton, “Industrial Actuator Benchmark for Fault Detection and Isolation”, ControlEng. Practice, Vol. 3, No. 12, pp. 1727-1730, Copyright © 1995 Elsevier Science Ltd, 1995 [11]. R.Isermann, “Supervision, Fault-Detection and Fault- Diagnosis Methods - An Introduction”, Control Eng. Practice, Vol. 5, No. 5, pp. 639-652, 1997 [12]. R.Isermann and P.Balle, “Trends in the application of Model-based Fault Detection and Diagnosis of Technical Processes”, Control Eng. Practice. Vol. 5, No. 5, pp. 709- 719, 1997 [13]. S. Leonhardt and M. Ayoubi, “Methods of Fault Diagnsis”, Control Eng. Practice, Vol. 5, No. 5, pp. 683- 692, Copyright © 1997 Elsevier Science Ltd, 1997 [14]. L.F. Mendonca, J.M.C. Sousa, J.M.G. Sa´ da Costa, “An architecture for fault detection and isolation based on fuzzy methods”, Expert Systems with Applications 36,1092–1104, 2009 [15]. M. Demetgul, I.N. Tansel, S. Taskin, “Fault diagnosis of pneumatic systems with artificial neural network algorithms”, Expert Systems with Applications 36,10512– 10519, Elsevier, 2009 [16]. Joseph McGhee, Ian A. Henderson, Alistair Baird, “Neural networks applied for the identification and fault diagnosis of process valves and actuators”, Measurement Vol. 20, No. 4, pp. 267-275,© 1997 Elsevier Science Limited,1997 
[17]. S. Rajakarunakaran, P. Venkumar, D. Devaraj , K. Surya Prakasa Rao, ”Artificial neural network approach for
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
______________________________________________________________________________________ 
Volume: 03 Special Issue: 07 | May-2014, Available @ 707 
fault detection in rotary system”, Applied Soft Computing 8, 740–748, 2008 [18]. M.Karpenko, N.Sepheri, “Neural Network classifiers applied to condition monitoring of a pneumatic process valve actuator”, Engineering Applications of Artificial Intelligence 15, 273-283, 2002 [19]. M.Karpenko, N.Sepheri, D.Scuse, “Diagnosis of process valve actuator faults using a multilayer neural network”, Control Engineering Practice 11, 1289-1299, 2003 [20]. Shengwei Wang, Zhiming Jiang, “Valve fault detection and diagnosis based on CMAC neural networks”, Energy and Buildings 36, 599–610, Elsevier 2004

Weitere ähnliche Inhalte

Was ist angesagt?

Direct digital control scheme for controlling hybrid dynamic systems using AN...
Direct digital control scheme for controlling hybrid dynamic systems using AN...Direct digital control scheme for controlling hybrid dynamic systems using AN...
Direct digital control scheme for controlling hybrid dynamic systems using AN...XiaoLaui
 
PI and fuzzy logic controllers for shunt active power filter
PI and fuzzy logic controllers for shunt active power filterPI and fuzzy logic controllers for shunt active power filter
PI and fuzzy logic controllers for shunt active power filterISA Interchange
 
Reliability Assessment of Induction Motor Drive using Failure Mode Effects An...
Reliability Assessment of Induction Motor Drive using Failure Mode Effects An...Reliability Assessment of Induction Motor Drive using Failure Mode Effects An...
Reliability Assessment of Induction Motor Drive using Failure Mode Effects An...IOSR Journals
 
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...IRJET Journal
 
Human factors and ergonomics society 20120311
Human factors and ergonomics society 20120311Human factors and ergonomics society 20120311
Human factors and ergonomics society 20120311Jones Wu
 
07 7924 9058-1-pb
07 7924 9058-1-pb07 7924 9058-1-pb
07 7924 9058-1-pbIAESIJEECS
 
Event triggered control design of linear networked systems with quantizations
Event triggered control design of linear networked systems with quantizationsEvent triggered control design of linear networked systems with quantizations
Event triggered control design of linear networked systems with quantizationsISA Interchange
 
Fault detection and diagnosis of high speed switching devices in power inverter
Fault detection and diagnosis of high speed switching devices in power inverterFault detection and diagnosis of high speed switching devices in power inverter
Fault detection and diagnosis of high speed switching devices in power invertereSAT Journals
 
State Estimation based Inverse Dynamic Controller for Hybrid system using Art...
State Estimation based Inverse Dynamic Controller for Hybrid system using Art...State Estimation based Inverse Dynamic Controller for Hybrid system using Art...
State Estimation based Inverse Dynamic Controller for Hybrid system using Art...XiaoLaui
 
Flatness Based Nonlinear Sensorless Control of Induction Motor Systems
Flatness Based Nonlinear Sensorless Control of Induction Motor SystemsFlatness Based Nonlinear Sensorless Control of Induction Motor Systems
Flatness Based Nonlinear Sensorless Control of Induction Motor SystemsIAES-IJPEDS
 
Parametric study of a low cost pneumatic system controlled by onoff solenoid ...
Parametric study of a low cost pneumatic system controlled by onoff solenoid ...Parametric study of a low cost pneumatic system controlled by onoff solenoid ...
Parametric study of a low cost pneumatic system controlled by onoff solenoid ...eSAT Journals
 
A Brief Research On Turbojet Engine By Using MPM 20
A Brief Research On Turbojet Engine By Using MPM 20A Brief Research On Turbojet Engine By Using MPM 20
A Brief Research On Turbojet Engine By Using MPM 20IJERA Editor
 
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...Sheikh R Manihar Ahmed
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Identification and real time position control of a servo-hydraulic rotary act...
Identification and real time position control of a servo-hydraulic rotary act...Identification and real time position control of a servo-hydraulic rotary act...
Identification and real time position control of a servo-hydraulic rotary act...ISA Interchange
 
Abbott overview medical device human factors standards
Abbott overview medical device human factors standardsAbbott overview medical device human factors standards
Abbott overview medical device human factors standardsJones Wu
 
FUZZY LOGIC APPROACH FOR FAULT DIAGNOSIS OF THREE PHASE TRANSMISSION LINE
FUZZY LOGIC APPROACH FOR FAULT DIAGNOSIS OF THREE PHASE TRANSMISSION LINEFUZZY LOGIC APPROACH FOR FAULT DIAGNOSIS OF THREE PHASE TRANSMISSION LINE
FUZZY LOGIC APPROACH FOR FAULT DIAGNOSIS OF THREE PHASE TRANSMISSION LINEJournal For Research
 
Design Error-based Linear Model-free Evaluation Performance Computed Torque C...
Design Error-based Linear Model-free Evaluation Performance Computed Torque C...Design Error-based Linear Model-free Evaluation Performance Computed Torque C...
Design Error-based Linear Model-free Evaluation Performance Computed Torque C...Waqas Tariq
 

Was ist angesagt? (20)

J046015861
J046015861J046015861
J046015861
 
Direct digital control scheme for controlling hybrid dynamic systems using AN...
Direct digital control scheme for controlling hybrid dynamic systems using AN...Direct digital control scheme for controlling hybrid dynamic systems using AN...
Direct digital control scheme for controlling hybrid dynamic systems using AN...
 
PI and fuzzy logic controllers for shunt active power filter
PI and fuzzy logic controllers for shunt active power filterPI and fuzzy logic controllers for shunt active power filter
PI and fuzzy logic controllers for shunt active power filter
 
Pascual Imec06
Pascual Imec06Pascual Imec06
Pascual Imec06
 
Reliability Assessment of Induction Motor Drive using Failure Mode Effects An...
Reliability Assessment of Induction Motor Drive using Failure Mode Effects An...Reliability Assessment of Induction Motor Drive using Failure Mode Effects An...
Reliability Assessment of Induction Motor Drive using Failure Mode Effects An...
 
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
 
Human factors and ergonomics society 20120311
Human factors and ergonomics society 20120311Human factors and ergonomics society 20120311
Human factors and ergonomics society 20120311
 
07 7924 9058-1-pb
07 7924 9058-1-pb07 7924 9058-1-pb
07 7924 9058-1-pb
 
Event triggered control design of linear networked systems with quantizations
Event triggered control design of linear networked systems with quantizationsEvent triggered control design of linear networked systems with quantizations
Event triggered control design of linear networked systems with quantizations
 
Fault detection and diagnosis of high speed switching devices in power inverter
Fault detection and diagnosis of high speed switching devices in power inverterFault detection and diagnosis of high speed switching devices in power inverter
Fault detection and diagnosis of high speed switching devices in power inverter
 
State Estimation based Inverse Dynamic Controller for Hybrid system using Art...
State Estimation based Inverse Dynamic Controller for Hybrid system using Art...State Estimation based Inverse Dynamic Controller for Hybrid system using Art...
State Estimation based Inverse Dynamic Controller for Hybrid system using Art...
 
Flatness Based Nonlinear Sensorless Control of Induction Motor Systems
Flatness Based Nonlinear Sensorless Control of Induction Motor SystemsFlatness Based Nonlinear Sensorless Control of Induction Motor Systems
Flatness Based Nonlinear Sensorless Control of Induction Motor Systems
 
Parametric study of a low cost pneumatic system controlled by onoff solenoid ...
Parametric study of a low cost pneumatic system controlled by onoff solenoid ...Parametric study of a low cost pneumatic system controlled by onoff solenoid ...
Parametric study of a low cost pneumatic system controlled by onoff solenoid ...
 
A Brief Research On Turbojet Engine By Using MPM 20
A Brief Research On Turbojet Engine By Using MPM 20A Brief Research On Turbojet Engine By Using MPM 20
A Brief Research On Turbojet Engine By Using MPM 20
 
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Identification and real time position control of a servo-hydraulic rotary act...
Identification and real time position control of a servo-hydraulic rotary act...Identification and real time position control of a servo-hydraulic rotary act...
Identification and real time position control of a servo-hydraulic rotary act...
 
Abbott overview medical device human factors standards
Abbott overview medical device human factors standardsAbbott overview medical device human factors standards
Abbott overview medical device human factors standards
 
FUZZY LOGIC APPROACH FOR FAULT DIAGNOSIS OF THREE PHASE TRANSMISSION LINE
FUZZY LOGIC APPROACH FOR FAULT DIAGNOSIS OF THREE PHASE TRANSMISSION LINEFUZZY LOGIC APPROACH FOR FAULT DIAGNOSIS OF THREE PHASE TRANSMISSION LINE
FUZZY LOGIC APPROACH FOR FAULT DIAGNOSIS OF THREE PHASE TRANSMISSION LINE
 
Design Error-based Linear Model-free Evaluation Performance Computed Torque C...
Design Error-based Linear Model-free Evaluation Performance Computed Torque C...Design Error-based Linear Model-free Evaluation Performance Computed Torque C...
Design Error-based Linear Model-free Evaluation Performance Computed Torque C...
 

Andere mochten auch

3 d video streaming for virtual exploration of planet surface
3 d video streaming for virtual exploration of planet surface3 d video streaming for virtual exploration of planet surface
3 d video streaming for virtual exploration of planet surfaceeSAT Publishing House
 
Enhancement of the performance of an industry by the
Enhancement of the performance of an industry by theEnhancement of the performance of an industry by the
Enhancement of the performance of an industry by theeSAT Publishing House
 
Disaster recovery sustainable housing
Disaster recovery sustainable housingDisaster recovery sustainable housing
Disaster recovery sustainable housingeSAT Publishing House
 
Optimization of l asparaginase production by
Optimization of l asparaginase production byOptimization of l asparaginase production by
Optimization of l asparaginase production byeSAT Publishing House
 
Efficient contrast enhancement using gamma correction with multilevel thresho...
Efficient contrast enhancement using gamma correction with multilevel thresho...Efficient contrast enhancement using gamma correction with multilevel thresho...
Efficient contrast enhancement using gamma correction with multilevel thresho...eSAT Publishing House
 
Analysis of three dimensional couette flow and heat
Analysis of three dimensional couette flow and heatAnalysis of three dimensional couette flow and heat
Analysis of three dimensional couette flow and heateSAT Publishing House
 
Hexagonal carpet antenna for wlan wi max & bluetooth applications
Hexagonal carpet antenna for wlan wi max & bluetooth applicationsHexagonal carpet antenna for wlan wi max & bluetooth applications
Hexagonal carpet antenna for wlan wi max & bluetooth applicationseSAT Publishing House
 
Buckling analysis of thin carbonepoxy plate with
Buckling analysis of thin carbonepoxy plate withBuckling analysis of thin carbonepoxy plate with
Buckling analysis of thin carbonepoxy plate witheSAT Publishing House
 
Design analysis of the roll cage for all terrain
Design analysis of the roll cage for all   terrainDesign analysis of the roll cage for all   terrain
Design analysis of the roll cage for all terraineSAT Publishing House
 
Performance analysis of miso ofdm system with delayed
Performance analysis of miso ofdm system with delayedPerformance analysis of miso ofdm system with delayed
Performance analysis of miso ofdm system with delayedeSAT Publishing House
 
Single sign on mechanism for distributed computing
Single sign on mechanism for distributed computingSingle sign on mechanism for distributed computing
Single sign on mechanism for distributed computingeSAT Publishing House
 
An area and power efficient on chip communication architectures for image enc...
An area and power efficient on chip communication architectures for image enc...An area and power efficient on chip communication architectures for image enc...
An area and power efficient on chip communication architectures for image enc...eSAT Publishing House
 
Soft real time auction scheme for task allocation in wireless sensor networks
Soft real time auction scheme for task allocation in wireless sensor networksSoft real time auction scheme for task allocation in wireless sensor networks
Soft real time auction scheme for task allocation in wireless sensor networkseSAT Publishing House
 
A comparative study of biometric authentication based
A comparative study of biometric authentication basedA comparative study of biometric authentication based
A comparative study of biometric authentication basedeSAT Publishing House
 
Survey on content based image retrieval techniques
Survey on content based image retrieval techniquesSurvey on content based image retrieval techniques
Survey on content based image retrieval techniqueseSAT Publishing House
 
Structural weight optimization of a bracket using
Structural weight optimization of a bracket usingStructural weight optimization of a bracket using
Structural weight optimization of a bracket usingeSAT Publishing House
 
Performance of square footing resting on laterally confined sand
Performance of square footing resting on laterally confined sandPerformance of square footing resting on laterally confined sand
Performance of square footing resting on laterally confined sandeSAT Publishing House
 
Experimental investigation of thermal performance of petrol engine using fuel...
Experimental investigation of thermal performance of petrol engine using fuel...Experimental investigation of thermal performance of petrol engine using fuel...
Experimental investigation of thermal performance of petrol engine using fuel...eSAT Publishing House
 
Performance measurement and dynamic analysis of two
Performance measurement and dynamic analysis of twoPerformance measurement and dynamic analysis of two
Performance measurement and dynamic analysis of twoeSAT Publishing House
 
A novel tool for stereo matching of images
A novel tool for stereo matching of imagesA novel tool for stereo matching of images
A novel tool for stereo matching of imageseSAT Publishing House
 

Andere mochten auch (20)

3 d video streaming for virtual exploration of planet surface
3 d video streaming for virtual exploration of planet surface3 d video streaming for virtual exploration of planet surface
3 d video streaming for virtual exploration of planet surface
 
Enhancement of the performance of an industry by the
Enhancement of the performance of an industry by theEnhancement of the performance of an industry by the
Enhancement of the performance of an industry by the
 
Disaster recovery sustainable housing
Disaster recovery sustainable housingDisaster recovery sustainable housing
Disaster recovery sustainable housing
 
Optimization of l asparaginase production by
Optimization of l asparaginase production byOptimization of l asparaginase production by
Optimization of l asparaginase production by
 
Efficient contrast enhancement using gamma correction with multilevel thresho...
Efficient contrast enhancement using gamma correction with multilevel thresho...Efficient contrast enhancement using gamma correction with multilevel thresho...
Efficient contrast enhancement using gamma correction with multilevel thresho...
 
Analysis of three dimensional couette flow and heat
Analysis of three dimensional couette flow and heatAnalysis of three dimensional couette flow and heat
Analysis of three dimensional couette flow and heat
 
Hexagonal carpet antenna for wlan wi max & bluetooth applications
Hexagonal carpet antenna for wlan wi max & bluetooth applicationsHexagonal carpet antenna for wlan wi max & bluetooth applications
Hexagonal carpet antenna for wlan wi max & bluetooth applications
 
Buckling analysis of thin carbonepoxy plate with
Buckling analysis of thin carbonepoxy plate withBuckling analysis of thin carbonepoxy plate with
Buckling analysis of thin carbonepoxy plate with
 
Design analysis of the roll cage for all terrain
Design analysis of the roll cage for all   terrainDesign analysis of the roll cage for all   terrain
Design analysis of the roll cage for all terrain
 
Performance analysis of miso ofdm system with delayed
Performance analysis of miso ofdm system with delayedPerformance analysis of miso ofdm system with delayed
Performance analysis of miso ofdm system with delayed
 
Single sign on mechanism for distributed computing
Single sign on mechanism for distributed computingSingle sign on mechanism for distributed computing
Single sign on mechanism for distributed computing
 
An area and power efficient on chip communication architectures for image enc...
An area and power efficient on chip communication architectures for image enc...An area and power efficient on chip communication architectures for image enc...
An area and power efficient on chip communication architectures for image enc...
 
Soft real time auction scheme for task allocation in wireless sensor networks
Soft real time auction scheme for task allocation in wireless sensor networksSoft real time auction scheme for task allocation in wireless sensor networks
Soft real time auction scheme for task allocation in wireless sensor networks
 
A comparative study of biometric authentication based
A comparative study of biometric authentication basedA comparative study of biometric authentication based
A comparative study of biometric authentication based
 
Survey on content based image retrieval techniques
Survey on content based image retrieval techniquesSurvey on content based image retrieval techniques
Survey on content based image retrieval techniques
 
Structural weight optimization of a bracket using
Structural weight optimization of a bracket usingStructural weight optimization of a bracket using
Structural weight optimization of a bracket using
 
Performance of square footing resting on laterally confined sand
Performance of square footing resting on laterally confined sandPerformance of square footing resting on laterally confined sand
Performance of square footing resting on laterally confined sand
 
Experimental investigation of thermal performance of petrol engine using fuel...
Experimental investigation of thermal performance of petrol engine using fuel...Experimental investigation of thermal performance of petrol engine using fuel...
Experimental investigation of thermal performance of petrol engine using fuel...
 
Performance measurement and dynamic analysis of two
Performance measurement and dynamic analysis of twoPerformance measurement and dynamic analysis of two
Performance measurement and dynamic analysis of two
 
A novel tool for stereo matching of images
A novel tool for stereo matching of imagesA novel tool for stereo matching of images
A novel tool for stereo matching of images
 

Ähnlich wie Principal component analysis based approach for fault diagnosis in pneumatic valve using damadics benchmark simulator

Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank System
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank SystemNeural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank System
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank SystemISA Interchange
 
sensors-23-04512-v3.pdf
sensors-23-04512-v3.pdfsensors-23-04512-v3.pdf
sensors-23-04512-v3.pdfSekharSankuri1
 
Developing Algorithm for Fault Detection and Classification for DC Motor Usin...
Developing Algorithm for Fault Detection and Classification for DC Motor Usin...Developing Algorithm for Fault Detection and Classification for DC Motor Usin...
Developing Algorithm for Fault Detection and Classification for DC Motor Usin...IRJET Journal
 
Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...
Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...
Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...IRJET Journal
 
IJSRED-V1I2P7
IJSRED-V1I2P7IJSRED-V1I2P7
IJSRED-V1I2P7IJSRED
 
Performance analysis of a liquid column in a chemical plant by using mpc
Performance analysis of a liquid column in a chemical plant by using mpcPerformance analysis of a liquid column in a chemical plant by using mpc
Performance analysis of a liquid column in a chemical plant by using mpceSAT Publishing House
 
Performance analysis of a liquid column in a chemical plant by using mpc
Performance analysis of a liquid column in a chemical plant by using mpcPerformance analysis of a liquid column in a chemical plant by using mpc
Performance analysis of a liquid column in a chemical plant by using mpceSAT Publishing House
 
Application of Synchronized Phasor Measurements Units in Power Systems
Application of Synchronized Phasor Measurements Units in Power SystemsApplication of Synchronized Phasor Measurements Units in Power Systems
Application of Synchronized Phasor Measurements Units in Power Systemstheijes
 
IRJET- Wavelet Decomposition along with ANN used for Fault Detection
IRJET- Wavelet Decomposition along with ANN used for Fault DetectionIRJET- Wavelet Decomposition along with ANN used for Fault Detection
IRJET- Wavelet Decomposition along with ANN used for Fault DetectionIRJET Journal
 
Proposed Algorithm for Surveillance Applications
Proposed Algorithm for Surveillance ApplicationsProposed Algorithm for Surveillance Applications
Proposed Algorithm for Surveillance ApplicationsEditor IJCATR
 
Available transfer capability computations in the indian southern e.h.v power...
Available transfer capability computations in the indian southern e.h.v power...Available transfer capability computations in the indian southern e.h.v power...
Available transfer capability computations in the indian southern e.h.v power...eSAT Publishing House
 
Available transfer capability computations in the indian southern e.h.v power...
Available transfer capability computations in the indian southern e.h.v power...Available transfer capability computations in the indian southern e.h.v power...
Available transfer capability computations in the indian southern e.h.v power...eSAT Journals
 
Acoustic emission condition monitoring an application for wind turbine fault ...
Acoustic emission condition monitoring an application for wind turbine fault ...Acoustic emission condition monitoring an application for wind turbine fault ...
Acoustic emission condition monitoring an application for wind turbine fault ...eSAT Publishing House
 
Acoustic emission condition monitoring an application for wind turbine fault...
Acoustic emission condition monitoring  an application for wind turbine fault...Acoustic emission condition monitoring  an application for wind turbine fault...
Acoustic emission condition monitoring an application for wind turbine fault...eSAT Journals
 
SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...
SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...
SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...ijistjournal
 
Automated well test analysis ii using ‘well test auto’
Automated well test analysis ii using ‘well test auto’Automated well test analysis ii using ‘well test auto’
Automated well test analysis ii using ‘well test auto’Alexander Decker
 

Ähnlich wie Principal component analysis based approach for fault diagnosis in pneumatic valve using damadics benchmark simulator (20)

Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank System
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank SystemNeural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank System
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank System
 
sensors-23-04512-v3.pdf
sensors-23-04512-v3.pdfsensors-23-04512-v3.pdf
sensors-23-04512-v3.pdf
 
Sensor Fault Detection and Isolation Based on Artificial Neural Networks and ...
Sensor Fault Detection and Isolation Based on Artificial Neural Networks and ...Sensor Fault Detection and Isolation Based on Artificial Neural Networks and ...
Sensor Fault Detection and Isolation Based on Artificial Neural Networks and ...
 
Developing Algorithm for Fault Detection and Classification for DC Motor Usin...
Developing Algorithm for Fault Detection and Classification for DC Motor Usin...Developing Algorithm for Fault Detection and Classification for DC Motor Usin...
Developing Algorithm for Fault Detection and Classification for DC Motor Usin...
 
Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...
Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...
Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...
 
Aa04405152157
Aa04405152157Aa04405152157
Aa04405152157
 
IJSRED-V1I2P7
IJSRED-V1I2P7IJSRED-V1I2P7
IJSRED-V1I2P7
 
Performance analysis of a liquid column in a chemical plant by using mpc
Performance analysis of a liquid column in a chemical plant by using mpcPerformance analysis of a liquid column in a chemical plant by using mpc
Performance analysis of a liquid column in a chemical plant by using mpc
 
Performance analysis of a liquid column in a chemical plant by using mpc
Performance analysis of a liquid column in a chemical plant by using mpcPerformance analysis of a liquid column in a chemical plant by using mpc
Performance analysis of a liquid column in a chemical plant by using mpc
 
Transformer
TransformerTransformer
Transformer
 
008_23035research061214_49_55
008_23035research061214_49_55008_23035research061214_49_55
008_23035research061214_49_55
 
Application of Synchronized Phasor Measurements Units in Power Systems
Application of Synchronized Phasor Measurements Units in Power SystemsApplication of Synchronized Phasor Measurements Units in Power Systems
Application of Synchronized Phasor Measurements Units in Power Systems
 
IRJET- Wavelet Decomposition along with ANN used for Fault Detection
IRJET- Wavelet Decomposition along with ANN used for Fault DetectionIRJET- Wavelet Decomposition along with ANN used for Fault Detection
IRJET- Wavelet Decomposition along with ANN used for Fault Detection
 
Proposed Algorithm for Surveillance Applications
Proposed Algorithm for Surveillance ApplicationsProposed Algorithm for Surveillance Applications
Proposed Algorithm for Surveillance Applications
 
Available transfer capability computations in the indian southern e.h.v power...
Available transfer capability computations in the indian southern e.h.v power...Available transfer capability computations in the indian southern e.h.v power...
Available transfer capability computations in the indian southern e.h.v power...
 
Available transfer capability computations in the indian southern e.h.v power...
Available transfer capability computations in the indian southern e.h.v power...Available transfer capability computations in the indian southern e.h.v power...
Available transfer capability computations in the indian southern e.h.v power...
 
Acoustic emission condition monitoring an application for wind turbine fault ...
Acoustic emission condition monitoring an application for wind turbine fault ...Acoustic emission condition monitoring an application for wind turbine fault ...
Acoustic emission condition monitoring an application for wind turbine fault ...
 
Acoustic emission condition monitoring an application for wind turbine fault...
Acoustic emission condition monitoring  an application for wind turbine fault...Acoustic emission condition monitoring  an application for wind turbine fault...
Acoustic emission condition monitoring an application for wind turbine fault...
 
SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...
SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...
SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...
 
Automated well test analysis ii using ‘well test auto’
Automated well test analysis ii using ‘well test auto’Automated well test analysis ii using ‘well test auto’
Automated well test analysis ii using ‘well test auto’
 

Mehr von eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

Mehr von eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Kürzlich hochgeladen

Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projectssmsksolar
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...soginsider
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 

Kürzlich hochgeladen (20)

Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 

Principal component analysis based approach for fault diagnosis in pneumatic valve using damadics benchmark simulator

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 ______________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ 702 PRINCIPAL COMPONENT ANALYSIS BASED APPROACH FOR FAULT DIAGNOSIS IN PNEUMATIC VALVE USING DAMADICS BENCHMARK SIMULATOR A.Kowsalya1, B.Kannapiran2 1M.Tech Student, Department of Instrumentation & Control Engineering, Kalasalingam University, Tamilnadu, India 2Professor& Head, Department of Instrumentation & Control Engineering, Kalasalingam University, Tamilnadu, India Abstract This paper presents Artificial Neural Network (ANN) based classifier approach for fault diagnosis of pneumatic valve used in process industry. The proposed approach uses back propagation algorithm (BPN) to detect and diagnose the faults in pneumatic valve under normal and faulty operating conditions. Artificial Neural Network is trained using BPN algorithm to capture the relationship between the fault symptom and fault type. The required data for the development of ANN model were collected from the Development and Application of Methods for Actuator Diagnosis in Industrial Control Systems (DAMADICS) pneumatic valve simulator under normal and abnormal operating conditions. The performance of the proposed ANN model is improved by proposing suitable dimensionality reduction technique like Principal Component Analysis (PCA). The performance of the ANN model with PCA is compared with the performance of the ANN model without PCA. ANN model with PCA results in reduced mean square error during training and testing. Keywords: Fault Diagnosis, Principal Component Analysis, Artificial Neural Network, Pneumatic Valve --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Pneumatic Valve is one of the vital components in process industry and it is necessary to monitor the condition of the pneumatic valve on a regular basis in order to prevent the pneumatic valve from damaged condition. The increasing complex process in industries and the necessity to reduce the cost for overall production, an automated approach is needed to detect and diagnose the various types of faults in pneumatic valve. Furthermore, by monitoring the condition of pneumatic valve, the maintenance strategy could be predicted. Also, the availability of the process plant will improve and the unpredictable faults which lead to production loss will also be reduced. For fault diagnosis, it is important that the maintenance engineer should have prior knowledge about the pneumatic valve and its operation. The working of the pneumatic valve under normal and abnormal conditions is given by DAMADICS benchmark and the fault detection and identification approaches [10] have been identified. Many analytical methods such as state observer, parameter estimation and parity relation approach for fault diagnosis [11, 12] have been proposed. The issue with the analytical methods is that they do not provide the accurate model of the system. Later knowledge-based techniques were proposed which involves the knowledge acquired from the system structure description and operating conditions were used to develop the classical expert systems [13]. The main weakness of this technique is the bottleneck in knowledge acquisition and that the Boolean operators which are used for making binary logical decisions do not reflect the nature of many real world problems. Later Fuzzy logic approach [5], [14] was introduced to define the behavior of the system using the set of rules. To define the set of rules for more number of variables is the disadvantage of the fuzzy logic technique. Many researchers proposed the ANN based method for fault diagnosis of pneumatic valve [4], [15, 16]. The artificial neural network has the capability of capturing the nonlinear relationship between the input variables & output variables. Some researchers have developed ANN models for fault diagnostic to detect the problems rotating machine parts [17], Fisher Rosemount valves[18, 19], RCMAC [20]. ANN based method has been proposed for fault detection and identification of pneumatic valve using residuals from reference models [6]. The predictive fault detection and diagnosis technique has been presented with various artificial neural network algorithms in [2]. But the neural network approach needs enormous amount of data to develop the network model and the irrelevant variables in the input reduce the performance of the network. By selecting only the relevant variables as input features better performance is to be achieved with little computational effort. Therefore, effective methods for dimensionality reduction technique such as principal component analysis (PCA) have been developed. PCA [3] is a method based on the data projection into a low dimensional space that accurately characterizes the state of the system. PCA and ANN based approaches have been presented for online fault
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 ______________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ 703 detection and classification of industrial machine simulator [7]. The paper is organized as follows: in the second section, the system description for this study is outlined. Section 3 describes the fault detection in pneumatic valve. Sections 4 describe the development of ANN model for fault diagnosis. Section 5 describes the Principal component analysis method and section 6 presents the results and discussion and finally, in Section 7, conclusions are drawn from the result. 2. SYSTEM DESCRIPTION A common final control element in recent process industries is the pneumatic valve. The pneumatic valve is used for the manipulation of flow of gas, water, or chemical compounds, to compensate for the disturbance of load and it keeps the process variable regulated possibly close to the desired set point. The physical structure of the pneumatic valve is shown in figure 1 and the detailed description of the system is given in [2]. Fig-1: Physical Structure of Pneumatic Valve The Pneumatic Valve consists of several sensors that measure the variables which influence the system, namely the upstream and downstream water pressures(P), the water temperature(T), the position of the rod (X), and the flow through the valve (F). The three measured variables P1, P2, T, along with CV, can be taken as the inputs to the system while the latter two can be seen as its outputs. The description of the main parameters of the pneumatic valve is given in Table 1. Table-1: Pneumatic Valve Parameters PSP Position of Supply Air Pressure PT Air Pressure Transmitter FT Volume Flow Rate Transmitter TT Temperature Transmitter ZT Rod Position Transmitter E/P Electro-Pneumatic Converter V1,V2 Cut-off Valves V3 By-Pass Valve Ps Pneumatic Servomotor Chamber Pressure CVI Controller Output CV Control Reference Value F Volumetric Flow X Servo-Motor Rod Displacement 3. FAULT DETECTION IN PNEUMATIC VALVE Fault is defined as the malfunction or unexpected change of a parameter of the system from the pre-defined standard condition. Early detection of the fault may provide warning on evolving problems with appropriate actions taken to avoid serious process failures. Fault Diagnosis is the determination of the type of fault occurred, also location, time and magnitude of fault. Development and Application of Methods for Actuator Diagnosis in Industrial Control Systems (DAMADICS) committee is concerning on the development of fault diagnosis algorithms. The DAMADICS [8, 9] data used for real time testing on industrial actuators done using various fault detection and diagnosis methods has been collected from Lublin Sugar Factory, Poland. The major goal of DAMADICS benchmark is the creation of well defined, repeatable single actuator faults. DAMADICS predefined the nineteen types of faults which may occur during the process in the pneumatic valve. The pneumatic valve faults are classified into four following groups. They are faults in control valve, pneumatic servo-motor, positioner and General faults/external faults. The nineteen numbers of faults in pneumatic valve are given with description in [2]. 3.1 Architecture of ANN The most commonly used architecture for ANN is Multilayer Feed Forward Neural Network (MLFFNN). The advantage of the artificial neural network technique is the generalization capability which deals with partial or noisy inputs. The N component inputs, x1, x2 ...... xN are fed with weights w1, w2 ...... wN, and those outputs are summed in a proper way. An additional bias input with a weight is also applied. The multi- layer feed-forward artificial neural network architecture shown is given in [4]. The network consists of three layers namely input, hidden and output layer. The input and output nodes are selected depending on the number of process parameters being considered. The non-linear mapping of the input and output variables is obtained by training the neural network using back propagation algorithm.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 ______________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ 704 In order to capture the non-linear relationship for the given input and output pairs, the weights are adjusted by training the network using back propagation algorithm. The network is trained using scaled conjugate gradient descent back propagation algorithm in which the weights and biases are moved in the opposite direction to the gradient of the error. Each following step of the gradient during learning gives a smaller and smaller error until a minimum error is reached. 4. DEVELOPMENT OF ANN MODEL FOR FAULT DIAGNOSIS The Artificial Neural Network with Principal Component Analysis is the proposed approach for fault diagnosis in pneumatic valve. The development of ANN model consists of two phases namely training and testing. Figure 2 shows the schematic representation of the steps in ANN model development. The steps involved in the ANN model development using Back Propagation Algorithm are as follows, 4.1 Input and Output Variables Selection The relationship between the input variables and output variables is learned by training the Artificial Neural Network. The input variables are chosen to represent the operating condition of the pneumatic valve. The normal and abnormal conditions of the pneumatic valve are represented by the output variables. 4.2 Generation of Training Data The data is generated using DAMADICS pneumatic valve simulator. The MATLAB simulink environment is used to develop the DAMADICS simulator [9]. The data is collected for normal and faulty operating conditions of pneumatic valve. The training data is generated by considering the full range of operating conditions of the pneumatic valve, which contains all the possible fault occurrences. 4.3 Data Normalization The data are normalized and presented to the neural network so that equal priority will be given to all the inputs. The normalization of data is done by compressing the range of training data between 0 and 1 using the expression, 푋푛= 푋−푋푚푖푛 푋푚푎푥−푋푚푖푛 + 푆푡푎푟푡푖푛푔 푉푎푙푢푒 (1) In Equation (1), the normalized value of the data is represented by Xn. The minimum value and maximum values among all the values of the data is represented by Xmin and Xmax. 4.4 Training and Testing of Network The back propagation algorithm is used to train the neural network with the training dataset. Followed by training, the network is tested with the test dataset to assess the performance of the developed network. Fig-2: Schematic Representation of ANN Model for Fault Diagnosis 5. PRINCIPAL COMPONENT ANALYSIS Principal component analysis (PCA) is one of the feature extraction techniques. This dimensionality reduction technique is used abundantly in all forms of analysis from neuroscience to computer graphics because it is a simple method of extracting only the relevant information from large data sets. With smaller effort, PCA provides a roadmap for how to reduce a complex data set to a lower dimension. The main idea of this technique is to be able to compute the most relevant components or factors from the original features. 5.1 Procedure for PCA Reduction in dimensionality can be achieved either by eliminating data closely related with remaining data in the available dataset, or data is combined to form smaller set of features. Using the example of projecting data from two dimensions to one, a linear projection requires the optimum choice of projection to be a minimization of the sum-of- squares error. The sum of squares error is obtained first by subtracting the mean x of the data set. The Eigenvectors and Eigen-values of the covariance matrix are calculated. The eigenvectors corresponding to the M largest Eigen-values are retained, and the input vectors xn are subsequently projected onto the eigenvectors to give components of the transformed vectors zn in the M - dimensional space. Retaining a subset M < d of the basis vectors μi so that only M coefficients zi used allows for replacement of the remaining coefficients by constants bi. This replacement allows each x vector to be approximated by equation (2) 푥 = 푧푖휇푖 푚푖 −1+ 푏푖휇푖 푑1 −푚+1 (2) Where in equation (2), μi represents a linear combination of d orthonormal vectors
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 ______________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ 705 6. RESULTS & DISCUSSION In this paper the data is collected using the DAMADICS pneumatic valve simulator [1] and the ANN model is developed for fault detection. Totally 1000 data was generated under normal and abnormal operating condition of pneumatic valve. The data was divided into two sets randomly, 750 data used for training and 250 data used for testing the performance of the network. The input variables along with their range are given in the Table 2. The output variables along with class are given in Table 3. Table-2: Input Variables with Range Input Variable Code Name of the Input Variable Range with Units CV Control Valve (Controller Output) 0-100(%) P1 Water Pressure (Valve Inlet) 0-4000 (KPa) P2 Water Pressure (Valve Outlet) 0-4000 (KPa) T Water Temperature (Valve Outlet) 0-150 (deg C) Table-3: Output Variables along with Class Name of the Output Variable Class Normal (No Fault) 0 0 Fault 1 (Valve Clogging) 0 1 Fault 2 (Valve Plug or Valve seat sedimentation) 1 0 Fault 3 (Internal Leakage Valve Tightness) 1 1 Table-4: ANN Model Performance with PCA Performance Measures Performance Values Number of Training Data 750 Number of Testing Data 250 Mean Square Error for Training 0.0050 Mean Square Error for Testing 0.0036 Training Time (sec) 26.6918 Number of data correctly classified 249 % of Fault Classified 99.6 The data are normalized and this is used for training the Artificial Neural Network with Principal component analysis. Dimensionality reduction is done in the input data. Then the data is given to ANN model after dimensionality reduction. The ANN model with PCA was trained using BPN algorithm and scaled conjugate gradient is used as the training function. The network generalization performance is evaluated with 250 test data after training. Considering ANN with PCA, for 13 hidden layers, MSE for training is 0.0050 and MSE for testing is 0.0036. The training time taken by the network is 26.6918 seconds. Out of 250 test data, 249 data were correctly classified and the percentage of fault classification achieved is 99.6. The performance of ANN model with PCA is given in the Table 4. Figure 3 shows the training performance of ANN model with PCA. For comparison, the ANN model is considered without Principal Component Analysis. The input data was given to the multi layer feed forward neural network without dimensionality reduction. Considering ANN model without PCA, for 9 hidden layers, MSE for training is 0.0053 and MSE for testing is 0.0045. The training time taken by the network is 24.6794 seconds. Out of 250 test data, 248 data were correctly classified and the percentage of fault classification achieved is 99.2. When comparing the performance of the ANN model with PCA and ANN model without PCA, the mean square error for training & testing was low and also the percentage of fault classification was improved and this is given in Table 5. This highlights that the ANN with PCA shows improved performance when compared with ANN without PCA. Fig-3: Training Performance of ANN Model with PCA Table-5: Performance Comparison of ANN Model with & without PCA Description of Parameters ANN with PCA ANN without PCA Number of Training Data 750 750 Number of Testing Data 250 250 Mean Square Error for Training 0.0050 0.0053 Mean Square Error for Testing 0.0036 0.0045 Training Time(sec) 26.6918 24.6794 Number of data correctly 249 248
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 ______________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ 706 classified % of Fault Classified 99.6 99.2 Next, the performance of the ANN model is tested under noisy condition. The ANN model is developed with PCA and without PCA under noisy condition and is given in Table 6. Considering ANN model with PCA under noisy condition, for 13 hidden layers, MSE for training is 0.0051 and MSE for testing is 0.0027. The training time taken by the network is 27.0506 seconds. Out of 250 test data, 249 data were correctly classified and the percentage of fault classification achieved is 99.6. On comparing the performance of the ANN model with PCA and ANN model without PCA under noisy conditions, the mean square error for training & testing was low. The obtained results given in Table 6 shows that the ANN model with PCA gives improved performance under noisy conditions. Table-6: Performance of ANN model with & without PCA under noisy condition Description of Parameters ANN with PCA ANN without PCA Number of Training Data 750 750 Number of Testing Data 250 250 Mean Square Error for Training 0.0051 0.0053 Mean Square Error for Testing 0.0027 0.0032 Training Time(sec) 27.0506 25.6778 Number of data correctly classified 249 249 % of Fault Classified 99.6 99.6 7. CONCLUSIONS This paper presents the artificial neural network (ANN) model for fault diagnosis of pneumatic valve. The ANN model was developed using the data generated under normal and faulty conditions of Pneumatic Valve using the DAMADICS benchmark simulator. The performance of the ANN model has improved by proposing suitable dimensionality reduction technique like Principal Component Analysis. The mean square error for training and testing is reduced and also the fault classification accuracy is high using ANN model with PCA. The performance of the model is evaluated under noisy condition and the reduced mean square error for training and testing is achieved and the accuracy of classification is also improved using ANN model with PCA. This shows that the effectiveness of the ANN model with PCA shows improved performance when compared with ANN model without PCA. The classification accuracy of the developed ANN model can be further improved, by proposing Adaptive Neuro-Fuzzy Inference System (ANFIS) model for further research work. REFERENCES [1]. DAMADICS 2000, Research training network damadicsproject, http://eng.hull.ac.uk/research/control/damadics.html [2]. Sundarmahesh.R, Kannapiran.B, “Fault Diagnosis of Pneumatic Valve with DAMADICS Simulator using ANN based Classifier Approach”, International Journal of Computer Applications (0975-8887), 2013 [3]. P.Subbaraj, B.Kannapiran, “Fault Diagnosis of Pneumatic Valve using PCA and ANN techniques”, CCSEIT, CCIS 204, pp 404-413, 2011, Copyright Springer- Verlag Berlin Heidelberg 2011 [4]. P.Subbaraj, B.Kannapiran, “Artificial Neural Network Approach for Fault Detection in Pneumatic Valve in Cooler Water Spray System”, International Journal of Computer Applications (0975-8887), Volume 9-No.7, November 2010 [5]. P. Subbaraj, B.Kannapiran, “Fuzzy based fault detection and diagnosis in pneumatic actuator in cement industry”, P. Subbaraj et. al. / International Journal of Engineering Science and Technology, Vol. 2(9), 4095-4107, 2010 [6]. Kourd Y, Leebvre D, Guersi N, “Early FDI based on residuals design according to the analysis of models of faults”, Advances in Artificial Neural Systems, Article ID 453169, 1-10, 2011 [7]. Zhou JH, Pang CK, Lewis FL, Zhong ZW, “Dominant Feature Identification for Industrial Fault Detection and Isolation Applications”, Expert Systems with Applications, Vol.38, 10676-10684, 2011 [8]. Binoy B. Nair , “A Novel Feature Selection method for Fault Detection and Diagnosis of Control Valves”, IJCSI(8), pp.415-419, 2011 [9]. Tarun Chopra, Jayashri Vajpai., “Fault Diagnosis in Benchmark Process Control System Using Stochastic Gradient Boosted Decision Trees”, IJSCE(1), pp.98-101, 2011 [10]. M.Blanke and R.J.Patton, “Industrial Actuator Benchmark for Fault Detection and Isolation”, ControlEng. Practice, Vol. 3, No. 12, pp. 1727-1730, Copyright © 1995 Elsevier Science Ltd, 1995 [11]. R.Isermann, “Supervision, Fault-Detection and Fault- Diagnosis Methods - An Introduction”, Control Eng. Practice, Vol. 5, No. 5, pp. 639-652, 1997 [12]. R.Isermann and P.Balle, “Trends in the application of Model-based Fault Detection and Diagnosis of Technical Processes”, Control Eng. Practice. Vol. 5, No. 5, pp. 709- 719, 1997 [13]. S. Leonhardt and M. Ayoubi, “Methods of Fault Diagnsis”, Control Eng. Practice, Vol. 5, No. 5, pp. 683- 692, Copyright © 1997 Elsevier Science Ltd, 1997 [14]. L.F. Mendonca, J.M.C. Sousa, J.M.G. Sa´ da Costa, “An architecture for fault detection and isolation based on fuzzy methods”, Expert Systems with Applications 36,1092–1104, 2009 [15]. M. Demetgul, I.N. Tansel, S. Taskin, “Fault diagnosis of pneumatic systems with artificial neural network algorithms”, Expert Systems with Applications 36,10512– 10519, Elsevier, 2009 [16]. Joseph McGhee, Ian A. Henderson, Alistair Baird, “Neural networks applied for the identification and fault diagnosis of process valves and actuators”, Measurement Vol. 20, No. 4, pp. 267-275,© 1997 Elsevier Science Limited,1997 [17]. S. Rajakarunakaran, P. Venkumar, D. Devaraj , K. Surya Prakasa Rao, ”Artificial neural network approach for
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 ______________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ 707 fault detection in rotary system”, Applied Soft Computing 8, 740–748, 2008 [18]. M.Karpenko, N.Sepheri, “Neural Network classifiers applied to condition monitoring of a pneumatic process valve actuator”, Engineering Applications of Artificial Intelligence 15, 273-283, 2002 [19]. M.Karpenko, N.Sepheri, D.Scuse, “Diagnosis of process valve actuator faults using a multilayer neural network”, Control Engineering Practice 11, 1289-1299, 2003 [20]. Shengwei Wang, Zhiming Jiang, “Valve fault detection and diagnosis based on CMAC neural networks”, Energy and Buildings 36, 599–610, Elsevier 2004