Вы находитесь на странице: 1из 6

International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE)

Volume 4, Issue 1, January 2015

Signature Analysis of Vibration in Induction Motor Failure Detection


Using LabVIEW
Swati, Dr. K.K.Tripathi

Department of Electronics & Communication, Ajay Kumar Garg Engineering College


27 Km Stone, NH-24, Ghaziabad 201009 UP India

Abstract-- Early detection of failures in equipment is and analysis of vibration in the frequency domain is
one of the most important concerns to industry. Many necessary, and this could be fixed to the machine for
techniques have been developed for early failure continuous monitoring to provide a reliable
detection in induction motors. There is the necessity of continuous diagnosis without needing trained staff.
low-cost instrumentation for online multichannel To improve the performance of the spectrum
monitoring to provide a reliable continuous diagnosis analyzers proposed up to now, several works have
without needing trained staff. To test the functionality been carried out to introduce new characteristics to
of the proposed vibration analyzer, two experiments to the previous designs. In [3], a vibration analyzer
test the functionality of the proposed vibration analyzer, where the main contribution is the multichannel
three experiments on 746-W (1-hp) induction motors
measurement and analysis of vibration in the
were carried out. Such experiments are intended to
detect motor failures such as unbalance, and looseness. frequency domain, and this could be fixed to the
The obtained results show the efficacy of overall system machine for continuous monitoring. A possible
performance. virtual instrumentation system has been improvement of this work is presented in [4], where a
widely adopted in test and measurement areas. It has spectrum analyzer is proposed using a commercially
gradually increased addressable applications through available acquisition board, which provides a lot of
continuous innovations and hundreds of measurement operations under a friendly environment using
hardware devices. The benefits that have accelerated LabVIEW, but still requiring a PC to work. In [5], an
test development are beginning to be used for better improvement of the technique introduced in [4] is
monitoring and control of industrial drives.
described, in which the main contribution is the
Keywords-- Failure detection, induction motors, vibration reduction of the processing time and the operational
analysis, Laboratory virtual instrument engineering cost. High-speed hardware devices were introduced
workbench (LabVIEW) to improve the previous described techniques. In [6],
a method that considerably reduces the processing
I. INTRODUCTION time by using digital signal processing devices for
computing the spectrum is reported. A fast Fourier
In present times, early detection of failures in transform (FFT) based analyzer able to adjust its
equipment is one of the most important concerns to parameter to improve the spectrum estimation using a
industry because it is necessary to guarantee the PC for analyzing the result is introduced in [7]. In
correct operation of production processes. Vibration [8], a spectrum analyzer for vibration applications
analysis in the frequency domain is the most used based on the work of [7] is proposed. The reported
technique since almost 100% of rotating machine results show different failure detection methods,
failures are related to a change in its dynamics. In where the spectrum for each failure is simulated
addition, frequency-domain analysis provides more using a signal generator. FFT alone is not the most
detailed information about the machine state than reliable spectrum estimator because of the undesired
time-domain analysis [2]. Staff in charge of leakage effects and the noise susceptibility of the
preventive maintenance usually employs a general- process [11]. A better spectrum estimator, as
purpose one- or two-channel spectrum analyzer for compared with the FFT, can be used to improve
monitoring vibrations, however, general-purpose system reliability [12]. The novelty of this work is
spectrum analyzers are expensive, and they are the development of a highly reliable low-cost
usually not designed for this application; even the multichannel vibration analyzer, based on the time
few spectrum analyzers, which are designed for signal analysis (TSA) periodogram. A fast response
vibration monitoring, are not suitable for being PC based vibration analyzer which has been
permanently mounted to the machine for constant developed for fault detection and preventive
monitoring. For these reasons, low-cost maintenance of process machinery. The analyzer
instrumentation for online multichannel measurement acquires multiple vibration signals with high

58
ISSN: 2278 – 909X All Rights Reserved © 2015 IJARECE
International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE)
Volume 4, Issue 1, January 2015

resolution, and computes frequency spectra, root Fig. 1(a) shows the ideal spectrum of a sinusoidal
mean square amplitude, and other peak parameters of signal plus white noise. Fig. 1(b) shows the obtained
interest. Fast execution speed has been achieved by spectrum applying the FFT on the same signal. Fig.
performing data acquisition and frequency spectrum 1(c) shows the obtained spectrum of the same signal
computation using C language. Vibration signals up using the TSA method. In Fig. 1, it can be seen that
to 10 kHz can be analyzed by the spectrum analyzer. the leakage and noise effects are reduced using the
Special algorithms, such as window smoothing, TSA method instead of just using the FFT From this,
digital filtering, data archiving and graphic display it can be concluded that the averaged periodogram is
A qualitative comparison of the results obtained a better spectrum estimator than the FFT itself.
using direct FFT and the time signal analysis (TSA)
Method have been incorporated.

Fig. 1 Spectral estimation of a sinusoidal with white noise. (a) Ideal spectrum. (b) FFT spectrum estimation.
(c)Time signal analysis spectrum estimation.

II. Methodology Post


FFT Periodogram
Processing
Methodology contains a whole process for the Condition
vibration measurement. The proposed system used
NI-9234 compact DAQ for data acquisition. Data DATA Post Decision
FFT Periodogram
acquisition involves gathering signals from Acquisition Processing making
measurement sources and digitizing the signal for
storage, analysis and presentation on a personal Post
FFT Periodogram
computer (PC). For FFT The LabVIEW analysis Processing
virtual instruments (VIs) in the Signal Processing
palette maximize analysis throughput in FFT-related
applications. The Fourier transform is one of the most Fig. 2 Block diagram of the general algorithm.
powerful signal analysis tools, applicable to a wide
variety of fields such as spectral analysis, digital A. Data Acquisition
filtering, applied mechanics, acoustics, medical Real time data acquisition system makes the system
imaging, modal analysis, numerical analysis, more reliable and avoids more complication. It is in
seismography, instrumentation, and communications. great demand due to its fast operation in consumer
As FFT alone is not the most reliable spectrum applications and many industries. These DAQ
estimator because of the undesired leakage effects systems have substituted the various multisite job
and the noise susceptibility of the process . A better operations with great ease. A single worker can
Spectrum estimator, TSA Periodogram can be used to interact with the machine and collect various data
improve system reliability. from ongoing work in a single work station. The NI
USB-9234 has four BNC connectors that provide
connections to four simultaneously sampled analog
input channels. Each channel has a BNC connector to

59
ISSN: 2278 – 909X All Rights Reserved © 2015 IJARECE
International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE)
Volume 4, Issue 1, January 2015

which you can connect a signal source. The sampling rate. Before computing the PSD, this VI
components of data acquisition system includes- wraps the original time series Xt to an N-point
1. Sensor that converts physical parameters to series Xt.
electrical signals.
2. Signal conditioning circuitry to convert sensor D. Postprocessing Unit
signals into a form that can be converted to digital
This unit selects the limited spectrum range
values.
depending on the analyzed failure, and then, it
3. Analog-to-digital converters, which convert
obtains the weighting parameter to be compared with
conditioned sensor signals to digital values. the calibrated threshold in the decision making unit to
give the motor condition as a result.
B. Fast Fourier Transform
In LabVIEW FFT-based spectral computations E. Peripherals
assume that the finite block of signal data represents To complement the system functionality, several
one period of a periodic signal. Equations (1) and (2) peripheral units are integrated such as the PC with
show the mathematical definition of the discrete LabVIEW for motor condition display. The PC
Fourier transform and FFT algorithms, respectively. controller allows the user to visually display the
spectra in a linear or a logarithmic scale.

𝑋 𝑘 = ⃒ 𝑁=1 𝑛=0 𝑥(𝑛)𝑒


−2𝜋𝑗𝑛𝑘 /𝑁
⃒ (1)
Where
x(n) discrete time signal
X(k) frequency spectrum of the signal x(n)
N Number of Points
N discrete time index
K frequency index

In addition
𝐴
𝐴 1 1
= 𝑘 (2)
𝐵 1 −1 𝑊 𝐵
𝑁
With
𝑘
W = 𝑒 −2𝜋𝑗𝑛𝑘
𝑁
=Wr + Wk
= cos −2𝜋𝑗𝑘/𝑁 – j sin −2𝜋𝑗𝑘/𝑁 (3)

extended signal shows energy spreading into


frequencies that were not present in the original
signal. To reduce this spectral leakage, use smoothing
windows to taper the sharp transitions in the effective Fig.3 Experimental setup
signal. You do not typically use windows if you can
acquire an integer number of cycles of each III. EXPERIMENT SETUP
frequency component measured or if you are The experimental system includes a single phase
analyzing noise spectra. induction motor with a spring balance for variation in
loading effects. A vibration sensor (IMI 603C01) for
C. TSA Periodogram vibration measurement is mounted on the top of the
Periodogram computes the PSD of a time series using structure because amplitude of the vibration is
the periodogram method according to the following maximum at the top. Auto transformer is used to test
equation: the load conditions at different voltage levels.
𝑤 −1 A compact DAQ-9234 is used for acquire the signal
𝑘 =0 𝑋𝑡 (𝑘)exp ⁡
(−𝑗 2𝜋𝑘𝑓 /𝑓𝑠)
S (f) = (4) from the vibration sensor and send those signal to PC
𝑑𝑓 ×𝑁𝐵𝑊×𝑁
for analysis. The frequency range is selected
where S(f) is the PSD of the time series. df is the
depending on the kind of failure to be analyzed. To
frequency interval, which is computed
test the functionality of the proposed vibration
as fs/N. NBW is the noise power bandwidth of the
analyzer, two experiments on 1-hp induction motors
window. N is the number of frequency bins. fs is the

60
ISSN: 2278 – 909X All Rights Reserved © 2015 IJARECE
International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE)
Volume 4, Issue 1, January 2015

were carried out, as shown in Fig. 3. The experiments healthy motor perfectly fixed (0% of looseness). The
are intended to detect motor failures such as, second test condition considers a motor with a loose
unbalance, and looseness. Next, a brief description of screw at its base (25% of looseness), and the third
each loading condition and corresponding test condition considers a motor with two loose
experimental setup for different failure detection screws at its base (50% of looseness). The number of
methods is given. periodgrams used for this failure is. Fig. 5 shows the
analyzed frequency region. Fig. 5 (a), (b) and (c)
A. Unbalance Loading shows the analyzed frequency region for perfectly
For unbalance loading detection, two identical fixed motor, motor with 25% looseness and motor
pulleys were used. One of the identical pulleys was with 50% of looseness respectively.
modified by adding a small weight on its end,
producing a small unbalance on the motor. Fig. 4
shows the analyzed frequency region. Frequency
range is selected from 50Hz to 100 Hz. as it contains
the fundamental frequency and almost all the visible
sideband frequencies. Some important observations
from experimental results are given below in Fig. 4.
In Fig. 4 (a) vibration spectrum for a balanced motor
is shown and in Fig. 4 (b) vibration spectrum for a
unbalanced motor is shown vibration has been
increased from the balanced loading condition.

(a)

(a)

(b)

(b)
Fig. 4 Resulting vibration spectrum for the (a)
balanced motor and (b) Unbalanced motor
B. Looseness of foundation
For looseness detection, three different test
conditions were considered with 4 screws on
foundation. The first test condition considers a (c)

61
ISSN: 2278 – 909X All Rights Reserved © 2015 IJARECE
International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE)
Volume 4, Issue 1, January 2015

CORE for providing facilities For Conducting the


Fig. 5 Resulting vibration spectrum for the (a) Work.
perfectly fixed motor (b) (b) motor with 25%
looseness, and (c) motor with 50% looseness

VI. REFERENCES
IV. CONCLUSION [1] J. Ilonen, J. Kamarainen, T. Lindh, J. Ahola, H. Kalvianen, and
J. Partanen, “Diagnosis tool for motor condition monitoring,”
Recent advances in condition monitoring systems IEEE Trans. Instrum. Meas., vol. 47, no. 4, pp. 963–971, Jul./Aug.
include better diagnostic intelligence, advanced 2005.
signal processing, and the support of open industry [2] G. K. Sing and S. A. K. S. Ahmed, “Vibration signal analysis
using wavelet transform for isolation and identification of
standard networks, making it possible for condition
electrical faults in induction machine,” Elect. Power Syst. Res.,
monitoring to be applied in a more cost-effective vol. 68, no. 2, pp. 119–136, Feb. 2003.
manner. Plus, scalable designs no longer force a [3] S. A. Ansari and R. Baig, “A PC-based vibration analyzer for
small bakery to use the same condition monitoring condition monitoring of process machinery,” IEEE Trans. Instrum.
Meas., vol. 47, no. 2, pp. 378–383, Apr. 1998.
package as a large refinery or power plant.
[4] P. Bilski and W. Winiecki, “Virtual spectrum analyzer based
on data acquisition card,” IEEE Trans. Instrum. Meas., vol. 51, no.
The experimental setup consists of developing a low- 1, pp. 82–87, Feb. 2002.
cost vibration analyzer able to carry out online [5] P. Bilski and W. Winiecki, “A low-cost real-time virtual
spectrum analyzer,” IEEE Trans. Instrum. Meas., vol. 56, no. 6,
monitoring and provide an automatic diagnosis on the
pp. 2169–2174, Dec. 2007.
motor state. The proposed methodology establishes [6] G. Betta, C. Liguori, and A. Pietrosanto, “A multi-application
well-defined detectability regions for healthy and FFT analyzer based on DSP architecture,” IEEE Trans. Instrum.
faulty motors due to FFT and periodogram Meas., vol. 50, no. 3, pp. 825–832, Jun. 2001.
[7] G. Betta, M. D’Apuzzo, C. Ligouri, and A. Pietrosanto, “An
processing, which allows providing a reliable
intelligent FFT-analyzer,” IEEE Trans. Instrum. Meas., vol. 47, no.
diagnosis on the state of the motor by separating a 5, pp. 1173– 1179, Oct. 1998..
specific frequency range. In the proposed work two [8] G. Betta, C. Ligouri, A. Paolillo, and A. Pietrosanto, “A DSP-
specific failures have been analyzed yet, the system based FFTanalyzer for the fault diagnosis of rotating machine
based on vibration analysis,” IEEE Trans. Instrum. Meas., vol. 51,
has the capability of analyzing and detecting another
no. 6, pp. 1316–1322, Dec. 2002.
kind of failure by selecting the corresponding [9] J. A. Vite-Frias, R. J. Romero-Troncoso, and A. Ordaz-
frequency range on one specific acceleration axis Moreno, “VHDL core for 1024-point radix-4 FFT computation,” in
from the vibration spectrum. The frequency range of Proc. Int. Conf. ReCon- Fig, Puebla, Mexico, 2005, p. 24.
[10] L. M. Contreras-Medina, R. J. Romero-Troncoso, J. R.
the failure to be analyzed is determined.
Millan-Almaraz, and C. Rodriguez-Donate, “FPGA based
multiple-channel vibration analyzer embedded system for
The novelty of this work is due to the applications of industrial application in automatic failure detection,” in Proc.
LabVIEW, Virtual instrumentation software which is SIES, Montpellier, France, pp. 229–232, Jun. 2008.
[11] M. Aiello, A. Cataliotti, and S. Nuccio, “A comparison of
an innovative solution to meet the challenges in the
spectrum estimation techniques for nonstationary signals in
field of test, measurement and control. It combines induction motor drive measurements,” IEEE Trans. Instrum.
rapid development software and modular, flexible Meas., vol. 54, no. 6, pp. 2264– 2271, Dec. 2005.
hardware to create user-defined test systems. Virtual [12] B. Ayhan, M. Chow, and M. Song, “Multiple signature
processing-based fault detection schemes for broken rotor bar in
instrumentation delivers, Intuitive software tools for
induction motors,” IEEE Trans. Energy Convers., vol. 20, no. 2,
rapid test development. Fast, precise modular I/O pp. 336–343, Jun. 2005.
based on innovative commercial technologies. A PC- [13] M. El Hachemi Benbouzid, “A review of induction motors
based platform with integrated synchronization for signature analysis as medium for faults detection,” IEEE Trans.
Ind. Electron.,vol. 47, no. 5, pp. 984–992, Oct. 2000.
high accuracy and throughput. The investigations can
[14] F. Ponci, A. Monti, L. Cristaldi, and M. Lazzaroni,
be expanded by introducing Field-programmable gate “Diagnostic of faulty induction motor drive via wavelet
arrays (FPGAs) which are distinguished by being decomposition,” IEEE Trans. Instrum. Meas., vol. 56, no. 6, pp.
very fast and highly reconfigurable devices, allowing 2606–2615, Dec. 2007.
[15] A. Ordaz-Moreno, R. J. Romero-Troncoso, J. A. Vite-Frias,
the development of scalable parallel architectures for
J. R. Rivera-Guillen, and A. Garcia-Perez, “Automatic online
multichannel analysis without changing the internal diagnosis algorithm for broken-bar detection on induction motors
hardware and also improves the system speed. based on discrete wavelet transform for FPGA implementation,”
IEEE Trans. Ind. Electron., vol. 55, no. 5, pp. 2193–2202, May
2008.
V. ACKNOWLEDGEMENT
The Author is grateful to HOD ECE, Ajay Kumar
Garg Engineering College, Ghaziabad and TIFAC

62
ISSN: 2278 – 909X All Rights Reserved © 2015 IJARECE
International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE)
Volume 4, Issue 1, January 2015

Swati obtained B. Tech in Electronics and


communication engineering from Lords Institute of
Engineering and Technology for Women, Alwar
(Rajasthan) in 2012. Currently, pursuing M.Tech
(VLSI Design) in the Department of Electronics and
Communication Engineering at Ajay Kumar Garg
Engineering College, Ghaziabad. Her areas of
interest are Embedded System and Digital Signal
Processing. After completing M. Tech she plans to
pursue carrier in teaching.

Dr. K.K. Tripathi has vast experience of 48 years in


field of tecjnical education, in teaching, guiding
research and administration. He was founder
professor and HOD of electronics Engineering Deptt.
Of H.B.T.I. Kanpur. After completing 36 years of
distinguished service at H.B.T.I. Kanpur, he joined
premier technical institutions A.K.G.E.C.,
R.K.G.I.T., I.M.S. and H.R.T.I. Ghaziabad, his area
of research interest includes embedded system,
wireless optical communication. His area of interest
is I.C.T. specially Adhoc and sensor networks.
Presently he is professor Emeritus in ECE Deptt. Of
A.K.G.E.C. Ghaziabad.

63
ISSN: 2278 – 909X All Rights Reserved © 2015 IJARECE

Вам также может понравиться