You are on page 1of 4

CiiT International Journal of Artificial Intelligent Systems and Machine Learning, Vol 4, No 10, September 2012 574

Implementation of Locally Weighted Projection


Regression Network for Condition Monitoring of a
Steam Turbine
K. Satyanarayana, Dr.M.M.M. Sarcar and Dr.S. Purushothaman1

Abstract---Steam Turbine used in power station is a costly apparent in its early stages the problem can usually be
system. It is used to drive generators for producing electricity. resolved without any of the disruption caused when a turbine
Periodic monitoring and preventive maintenance is mandatory to has to be shut down. By appropriate trending of the various
minimize heavy loss in terms of time and money. The loss can be measurement points and the identification of excessive
sudden breakage of small to large sized mechanical rotating parts due
to improper maintenance. There are many methods of identifying the
vibration or movement, scheduled equipment stoppages or
fault that prevails when the turbine is operating. However, outages can often be utilized to investigate and resolve the
monitoring of vibration of rotating parts is very important as the failure mechanism.
vibration slowly escalates to different mechanical parts leading to Typical vibration measurement include: 1.Absolute
failure of components. vibration of bearing pedestals, 2.Shaft vibration relative to
Many statistical methods, artificial neural network algorithms, bearing, 3.Structural & foundation vibration monitoring,
evolutionary algorithms have been proposed by earlier researchers
Typical location measurement include: 1.Shaft eccentricity,
especially for bearing fault identification, gas turbine condition
monitoring. 2.Differential expansion or shaft movement, 3.Valve position
However, there are very limited publications that discusses about on steam inlet, 4.Casing expansion, both inner and outer,
implementation of ANN in condition monitoring of steam turbine. 5.Speed, including over speed and zero speed and
This paper implements Locally weighted projection regression 6.Temperature
(LWPR) which experimentally recognizes turbine bearings faults. Each of the measurement techniques are used to monitor the
Wavelet coefficients are obtained from the vibration signal and used turbine during its operating cycle, some measurements may be
as feature. The statistical parameters of the wavelet coefficients are
configured to provide warning alarms as well as automated
used to train the LWPR. The turbine working condition has been
categorized as good, satisfactory and bad. RBF with 5 X 7 X 1 shutdown, although these systems tend to operate on a voted
topology has been used to classify the conditions of turbine. principle to ensure maximum system integrity.

Keywords---Locally Weighted Projection Regression Neural II. PROBLEM DEFINITION


Network, Turbine Data, Vibration The existing problem in diagnosing the vibration of a heavy
rotary system, there is no standard pattern of vibration signal.
I. INTRODUCTION Hence, new methodologies are required to identify possible

C ONDITION monitoring and diagnostics of rotating


machinery is mostly based on vibration data (Chow, et al.,
1991; Alguindigue, et al., 1993; Paya, et al., 1997;
forms of different vibration patterns. Hence, we prefer to use
ANN which we believe that, it can give added strength in
diagnosing the vibration information to support a better
McCormick, et al., 1997,1998;). .Automated detection and concrete decision.
diagnosis of machine conditions by artificial neural networks
(McCormick, et al., 1997; Dellomo, 1999; Nandi, 2000; III. METHODOLOGY
Samanta and Al-Balushi, 2001, 2003).
A. Wavelet decomposition
Turbine supervision is an essential part of the day-to-day
running of any power plant. There are many potential faults The wavelet transform (WT) was developed as an
such as cracked rotors and damaged shafts, which result from alternative to the short time Fourier transform (STFT). A
vibration and expansion. When this expansion and vibration is wavelet is a waveform with limited duration that has an
average value of zero. Comparing wavelets with sine waves,
sinusoids do not have limited duration, they extend from
Manuscript received on August 28, 2012, review completed on September
minus to plus infinity and where sinusoids are smooth and
17, 2012 and revised on September 21, 2012.
K. Satyanarayana, Research Scholar, Mechanical Engineering, Andhra predictable. Wavelet analysis is the breaking up of a signal
university, Visakhapatnam - 530 003, E-Mail: satyam918@gmail.com. (James, et al., 1997; Gary, et al., 1999; Lada, et al.,
Dr.M.M.M. Sarcar, Professor, Department of Mechanical Engineering, 2002;Kahaei, et al., 2006; Chebil, et al., 2009) into shifted and
College of Engineering, Andhra University, Visakhapatnam - 530 003, E-
scaled versions of the original (or mother) wavelet. The
Mail: mmmsarcar.mech@aucevizag.ac.in.
Dr.S. Purushothaman, Professor and Dean, Udaya School of Engineering, features are obtained from the Approximation and Details of
India-629204, E-Mail: drsppuru@gmail.com. the 5th level of db1, by using the following equations:
Digital Object Identifier: AIML092012003.

0974-9667/CIIT–IJ-3744/04/$20/$100 © 2012 CiiT Published by the Coimbatore Institute of Information Technology


CiiT International Journal of Artificial Intelligent Systems and Machine Learning, Vol 4, No 10, September 2012 575

V1=1/d ∑ (Approximation details) (1) Remove noise


Where d = Samples in a frame and Decompose by discrete wavelet (DWT) of type „db‟.
V1 = Mean value of approximation Decompose by 5 levels.
V2=1/d ∑ (Approximation or details –V1)) (2) Find feature from the approximation matrix at the 5th
Where V2=Standard Deviation of approximation level decomposition.
V3=maximum (Approximation or details) (3) With final weights of LWPR.
V4=minimum (Approximation or details) (4) Classify the vibration.
V5=norm (Approximation or Details)2 (5)
Where V5 = Energy value of frequency IV. EXPERIMENTAL SETUP AND RESULT DISCUSSION
B. Locally Weighted Projection Regression (LWPR) A. Schematic Diagram of the Vibration Acquiring
LWPR achieves better results in nonlinear function System
approximation in high dimensional spaces. It is insensitive to
redundant data. It uses linear models locally, (Sethu, et al.,
2000, 2008). Univariate regressions in selected directions are
used in the input space. The nonparametric local learning
system learns rapidly. It uses second order learning methods
based on incremental training. Weight adjustments are done
based on local information only. Training LWPR is done as
follows,
The 5 features obtained are used as inputs for the LWPR
and the target values for training each type is based on
labeling.
Input extracted features from wavelet.
Initialize LWPR using diagonal distance matrix α, norm,
meta rate and initial_λ. Many other variables can be
initialized or made constants depending upon the
requirements. Fig 1 Vibration Acquiring System Courtesy (ProvibTech)
Create random numbers.
Choose input and target output of a pattern The schematic diagram presented in Figure 1, is self
Find global mean and variance of the patterns. explanatory and a similar system is installed in the power
Normalize input and output. plant at Andhra pradesh, India. Figure 2 shows the amount of
Compute the weight. displacement obtained from the vibration display system in the
Check if new random field has to be added. power plant. Figure 3 presents the error of LWPR during
Find mean square errors between target and the estimated converence. Figure 4 presents the outputs of LWPR against
values. the target output.
Repeat steps 5 to 9 until all the patterns are presented.
C. Implementation
i. Training
Read signal
Remove noise
Decompose by discrete wavelet (DWT) of type „db‟.
Decompose by 5 levels
Find feature from the approximation matrix at the 5th
level decomposition
Label the features based on the type of vibration allowed
for the turbine.
Repeat step 1 to step 6 for different types of acceptable
and unacceptable roughness values
Train the LWPR using input and corresponding labels
obtained in previous steps.
Store the Final Weights in a File.
ii. Testing
Read vibration signal.

0974-9667/CIIT–IJ-3744/04/$20/$100 © 2012 CiiT Published by the Coimbatore Institute of Information Technology


CiiT International Journal of Artificial Intelligent Systems and Machine Learning, Vol 4, No 10, September 2012 576

condition estimation

45 19.5

Estimated and target Vibration limit


19 Target
40 Acc=1, Ver LWPR estimated output
tical, μm 18.5

18
35
Acc=1, Hor
17.5
izontalal, μ
30 m 17

Acc=2, Ver
Dispalcement, μm

16.5
tical, μm
25
16
0 20 40 60 80 100 120
Test pattern numbers
Acc=2, Hor
20 Fig 4 Performance of LWPR
izontalal, μ
m
V. CONCLUSION
15 Acc=3, Ver This paper shows the extraction of features form the
tical, μm vibration signal followed by training and testing using the
locally weighted projection regression network. The following
10
Acc=3, Hor conclusions are obtained.
izontalal, μ The size of the network can be as small as possible to
5 m learn the features of the non linear signal.
The LWPR network can learn huge number of patterns
Acc=4, Ver unlike other neural networks.
0 tical, μm
1
25
49
73
97

REFERENCES
[1] Alguindigue, I. E., Loskiewicz-Buczak, A. and Uhrig, R. E., 1993,
Training patterns Monitoring and diagnosis of rolling element bearings using artificial
neural networks, IEEE Transactions on Industrial Electronics, Vol.40,
Fig 2 Displacement Values in the Steam Turbine pp.209–216.
[2] Atiya AF and Parlos AG, 2000, New results on recurrent network
0.045
training: Unifying the algorithms and accelerating convergence, IEEE
7 X 1 with receptive fields Trans. Neural Networks, Vol.11, Issue 3, pp.697-709.
0.04 [3] Chebil, J., Noel, G., Mesbah, M., Deriche, M., 2009, Wavelet
Decomposition for the Detection and Diagnosis of Faults in Rolling
0.035 Element Bearings, Jordan Journal of Mechanical and Industrial
Engineering, Vol.3, No.4, pp.260-267.
0.03 [4] Chow, M., Mangum, P. M., and Yee, S. O., 1991, A neural network
approach to real-time condition monitoring of induction motors, IEEE
Error

0.025 Transactions on Industrial Electronics, Vol.38, pp.448–453.


[5] Dellomo, M.R., 1999. Helicopter gearbox fault detection: a neural
0.02 network-based approach. Transactions of the ASME, Journal of
Vibration and Acoustics, Vol.121, pp.265–272.
0.015 [6] Gary, Y., Yen, Kuo-Chung Lin, 1999, Wavelet packet feature extraction
for vibration monitoring, Proceedings of the IEEE International
0.01 Conference on Control Applications, pp. 1573-1578.
[7] Jaeger H., “The „echo-state‟ approach to analysing and training recurrent
0.005
0 2 4 6 8 10 12 14 16 18 20 neural networks,” Fraunhofer Institute for Autonomous Intelligent
Number of iterations Systems, GDM Report 148, December 2001.
[8] James Li, C., Jun Ma, 1997, Wavelet decomposition of vibrations for
Fig 3 Mean Squared Error detection of bearing-localized defects, Independent Nondestructive
Testing and Evaluation (NDT&E) International, Vol.30, No.3, pp.143-
149.
[9] Kahaei, M. H., Torbatian, M., and Poshtan, J., 2006, Detection of
bearing faults using Haar wavelets, IEICE Transactions on
Fundamentals of Electronics, Communications and Computer Sciences,
E89-A(3), pp.757-763.
[10] Lada, E. K., Lu, J. C., and Wilson, J. R., 2002, A wavelet-based
procedure for process fault detection, IEEE Transactions on
Semiconductor Manufacturing, Vol.15, No.1, pp.79-90.
[11] McCormick, A. C., and Nandi, A. K., 1997, Classification of the rotating
machine condition using artificial neural networks, Proceedings of
Institution of Mechanical Engineers, Part C 211, pp.439–450.

0974-9667/CIIT–IJ-3744/04/$20/$100 © 2012 CiiT Published by the Coimbatore Institute of Information Technology


CiiT International Journal of Artificial Intelligent Systems and Machine Learning, Vol 4, No 10, September 2012 577

[12] McCormick, A. C., and Nandi, A. K., 1997, Real-time classification of


the rotating shaft loading conditions using artificial neural networks,
IEEE Transactions on Neural Networks, Vol.8, pp.748–756.
[13] McCormick, A. C., Nandi, A. K., and Jack, L. B., 1998, Application of
periodic time-varying autoregressive models to the detection of bearing
faults, Proceedings of Institution of Mechanical Engineers, Part C 212,
pp.417–428.
[14] McCormick, A.C., Nandi, A.K., 1997, Classification of the rotating
machine condition using artificial neural networks. Proceedings of
IMechE, Part C: Journal of Mechanical Engineering Science, Vol.211,
pp.439–450.
[15] Nandi, A.K., 2000. Advanced digital vibration signal processing for
condition monitoring. Proceedings of COMADEM2000, Houston, TX,
USA, pp. 129–143.
[16] Paya, B. A., Esat, I. L., and Badi, M. N. M., 1997, Artificial neural
network based fault diagnostics of rotating machinery using wavelet
transforms as a preprocessor, Mechanical Systems and Signal
Processing, Vol.11, pp.751–765.
[17] Purushothaman S., Suganthi D., fmri segmentation using echo state
neural network, International Journal of Image Processing, Vol.2, Issue
1, 2008, pp.1‐9.
[18] Samanta, B., Al-Balushi, K.R., 2001. Use of time domain features for
the neural network based fault diagnosis of a machine tool coolant
system. Proceedings of IMechE, Part I: Journal of Systems and Control
Engineering, Vol.215, pp.199–207.
[19] Samanta, B., Al-Balushi, K.R., 2003, Artificial neural network based
fault diagnostics of rolling element bearings using time domain features.
Mechanical Systems and Signal Processing, Vol.17, No.2, pp.317–328.
[20] Samanta, B., Al-Balushi, K.R., Al-Araimi, S.A., 2001. Use of genetic
algorithm and artificial neural network for gear condition diagnostics.
Proceedings of COMADEM 2001, University of Manchester, UK,
pp.449–456.
[21] Sethu Vijayakumar, Stefan Schaal, 2000, Locally Weighted Projection
Regression : An O(n) Algorithm for Incremental Real Time Learning in
High Dimensional Space, Proc. of Seventeenth International Conference
on Machine Learning (ICML2000), pp.1079-1086.
[22] Sethu Vijayakumar, Stefan Klanke, Stefan Schaal, 2008, A Library for
Locally Weighted Projection Regression, Journal of Machine Learning
Research, Vol. 9, pp. 623-626.

K. Satyanarayana is working as an Associate Professor


in Mechanical Engineering in VVIT, Guntur,
Andhrapradesh, India. His areas of interests are
condition monitoring.-

Dr.M.M.M. Sarcar is the Head of the Department,


Mechanical Engineering, College of Engineering,
Andhra University, Visakhapatnam, India. He has
completed his PhD from IIT, Kharagpur in Automation.
He has produced 4 Doctorates. He has more than 20
publication to his credit. He is a member in Fellow of
Institution of Engineers (India), ISTAM and Condition
Monitoring Society of India.

Dr.S. Purushothaman completed his PhD from Indian


Institute of Technology Madras, India in 1995. He has
109 publications to his credit. He has 19 years of
teaching experience. Presently he is working as
Professor and Dean in Udaya School of Engineering,
India

0974-9667/CIIT–IJ-3744/04/$20/$100 © 2012 CiiT Published by the Coimbatore Institute of Information Technology

You might also like