DIAGNOSIS OF GEARBOX FAULT USING ACOUSTIC SIGNAL

Size: px
Start display at page:

Download "DIAGNOSIS OF GEARBOX FAULT USING ACOUSTIC SIGNAL"

Transcription

1 International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 4, April 2018, pp , Article ID: IJMET_09_04_030 Available online at ISSN Print: and ISSN Online: IAEME Publication Scopus Indexed DIAGNOSIS OF GEARBOX FAULT USING ACOUSTIC SIGNAL Dr. G Diwakar Professor, Mechanical Engineering Department, Koneru Lakshmaiah Educational Foundation, Vaddeswaram, Guntur, Andhra Pradesh, India R Dileep, P Satya Nikhit, N H S Venkata sai, A Bala Krishna UG Scholar, Mechanical Engineering, Koneru Lakshmaiah Educational Foundation, Vaddeswaram, Guntur, Andhra Pradesh, India ABSTRACT Gear-Box is an important component in automobile which transfers the power from the engine or motor to wheels by performing necessary speed reductions. Any fault in gearbox leads to reduction in speed and performance. Gearbox maintenance is of utmost importance in monitoring the condition of automobiles. Condition monitoring is one of the predictive maintenance techniques which helps in reducing maintenance costs and is of great importance in the modern industrial applications. In this paper acoustic signal generated by gear-box is used for diagnosing the fault. The sound signal generated by the gear box is analyzed in good and faulty conditions and the results are presented. Keywords: Gear box, Gear tooth, Acoustic signal and Microphone. Cite this Article: Dr. G Diwakar, R Dileep, P Satya Nikhit, N H S Venkata Sai and A Bala Krishna, Diagnosis of Gearbox Fault Using Acoustic Signal, International Journal of Mechanical Engineering and Technology, 9(4), 2018, pp INTRODUCTION Gearbox is a chief component in the power transmission in case of automobiles and other machinery. It is used to increase or decrease speed. In case of automobiles, it takes input from clutch shaft and gives output to the driver shaft, which is later transferred to the wheels. So, it becomes important to periodically monitor and diagnose the faults in gearbox. Condition monitoring is a maintenance technique in which parameters like temperature, vibration or an acoustic signal is monitored to identify a significant amount of change that indicates fault is developed or being developed. In condition monitoring there are different types of condition monitoring techniques like Acoustic signal emission, Infrared thermography, Vibration signature analysis and diagnosis, Analysis of Lubricant, Ultra-sound testing and Motor-Current-Signature-Analysis editor@iaeme.com

2 Dr. G Diwakar, R Dileep, P Satya Nikhit, N H S Venkata Sai and A Bala Krishna Vibration-signature-analysis is a technique which is used to detect any change in condition of vibration of the gearbox in contrast to normal operating condition [1-2]. Acoustic-Signal-Analysis is another method which can be used in a similar way to detect any change in normal operating condition of gearbox by analyzing deviation of sound loudness and occurring peak values at the corresponding frequencies. Acoustic-Signal-Analysis is used to diagnose the fault using frequency domain plots and spectrum analysis [3]. The data acquisition can be done by using an accelerometer which gives vibration as output wave [4]. After acquiring the data, methods like Support Vector Machine also known as SVM, which can be used to draw the hyper plane on the graph and sets the limit of decision parameter above which it is considered to be a fault in equipment. SVM produces great accuracy in classifying fault and its diagnosis [5]. Fault detection and diagnosis can also be done using statistical methods such as analyzing the RMS value, shape-factor, amplitude peak value, peak to peak, crest-factor and kurtosis etc. With the advent of SCADA (Supervisory-Control- And-Data-Acquisition) systems the monitoring became easy. SCADA systems use parameters like statistical methods, Time-domain analysis, Cepstrum analysis, Time synchronous averaging, Fast-Fourier Transform and Wavelet transforms etc. [6]. Development of powerful and efficient microprocessors has made online condition-monitoring easy and efficient. A computer application is necessary in carrying out online condition-monitoring [7]. Amplitude and phase modulation is a commonly used technique in fault diagnosis of gears [8]. In this paper, microphone is used for acquiring sound signals from gearbox. The acoustic signal received from microphone is used to detect and analyze gear box faults. The audio signal is recorded from the gear box before and after artificially introducing gear tooth fault. The signal is loaded into the MATLAB and spectrum is developed with the help of Fast Fourier Transform (FFT). 2. CONSTRUCTION OF EXPERIMENTAL WORK 2.1. Gearbox specifications: The splendor bike gearbox is selected for performing the experiment. Its specifications are given below. Gear No. Table 1 Gearbox details Teeth on gear of input shaft Teeth on gear of output shaft Gearratios Gear I Gear II Gear III Gear IV Electric motor specifications: AC type, single phase and 50 Hz operated electric induction motor is chosen for our requirement and its specifications are as follows. Speed Table 2 Specifications of electric motor power Operating voltage Operating current 1440 rpm 0.25 HP V A editor@iaeme.com

3 Diagnosis of Gearbox Fault Using Acoustic Signal Output shaft of above specified electric induction motor is coupled to input shaft of above specified gearbox using rigid coupling and whole assembly is fitted on a wooden board using bolts, nuts, washers and dampers. Dampers are provided to pacify the unnecessary vibrations or noise and to receive the readings as accurate as possible. The whole assembly is covered to prevent external disturbances Assembly line-diagram: After assembly the whole setup is: Figure 1 Final Assembly Figure 2 Experimental setup 3. EXPERIMENTAL PROCEDURE Motor is connected to normal household power supply (AC). The equipment is operated in peaceful environment, by placing the microphone inside the gearbox. Audio recordings for each gear before and after tooth breakage are taken. After converting all the recorded files into the mp3 format, waveforms are loaded to Matlab in.mp3 format since Matlab accepts only.mp3 and.wav type audio files. In the Matlab time and frequency domain plots (using FFT) are obtained. Graphs are plotted between loudness (i.e. decibels) and frequency (in Hz), for which single sided magnitude spectrum is chosen. Figure 3a Gears assembly inside gearbox before gear tooth breakage editor@iaeme.com

4 Dr. G Diwakar, R Dileep, P Satya Nikhit, N H S Venkata Sai and A Bala Krishna 3.1. Matlab source code: Time domain plot: [y fs] = audioread('x.mp3'); N = length(y); samples = 0:N-1; t = samples/fs; plot(t,y) xlabel('time - seconds') ylabel(loudness - decibels') title('time-domain-plot') Figure 3b Gears in gearbox after breaking tooth of 3 rd and 4 th gears Frequency domain plot: [y fs] = audioread( X.mp3 ); N = length(y); Y_mag = abs(fft(y)); bin_values = [0:N-1]; freq_hz = bin_values*fs/n; M_2 = ceil(n/2); figure( ); Plot(freq_Hz(1:M_2), 10*log10(Y_mag(1:M_2))) xlabel( Frequency in Hertz ) ylabel( Magnitude in decibels ); title( magnitude spectrum (single sided) ); editor@iaeme.com

5 Diagnosis of Gearbox Fault Using Acoustic Signal axis tight 4. PLOTS OF RECORDED AUDIO SIGNALS 4.1. Time domain plot (Healthy gearbox): Figure 4 Gear I Figure 5 Gear II Figure 6 Gear III Figure 7 Gear IV 4.2. Time domain plot (Faulty-After breaking one tooth of 3 rd and 4 th gears): Figure 8 Gear I Figure 9 Gear II editor@iaeme.com

6 Dr. G Diwakar, R Dileep, P Satya Nikhit, N H S Venkata Sai and A Bala Krishna Figure 10 Gear III Figure 11 Gear IV 4.3. Frequency domain plot (FFT of healthy gearbox): Figure 12 Gear I Figure 13 Gear II editor@iaeme.com

7 Diagnosis of Gearbox Fault Using Acoustic Signal Figure 14 Gear III Figure 15 Gear IV 4.4. Frequency domain plot (Faulty-gearbox): Figure 16 Gear I editor@iaeme.com

8 Dr. G Diwakar, R Dileep, P Satya Nikhit, N H S Venkata Sai and A Bala Krishna Figure 17 Gear II Figure 18 Gear III 5. RESULTS AND DISCUSSION Gear NO. Healthy Figure 19 Gear IV Table 3 Gearbox details Faulty Frequency peaks (Hz) Loudness (decibels) Frequency peaks (Hz) Loudness (decibels) Gear I Gear II Gear III Gear IV editor@iaeme.com

9 Diagnosis of Gearbox Fault Using Acoustic Signal For, healthy gearbox, the peak value is obtained at the frequency of 73.5 (averagely) with amplitude of around 40.8 decibels. For faulty gearbox, the peak value is obtained at the frequency of (averagely) with amplitude value of around decibels. Through analysis of audio signal, fault detection and diagnosis is done and the equipment can be monitored using acoustic signal analysis. 6. CONCLUSION The acoustic signals are acquired for healthy and faulty conditions of the gearbox at different gears. Analysis of frequency-domain is performed on the acquired acoustic signals which are in time-domain form, with the help of Fast-Fourier-Transform function in Matlab. It is observed that loudness amplitudes and frequency peaks differ for the healthy and faulty gearbox conditions. Hence, from the deviation in loudness amplitudes and frequency peak values from the normal values of healthy gearbox, it can be said that the condition of gearbox at which unusual frequency peaks and amplitudes occur should be diagnosed with fault. REFERENCES [1] G Diwakar, MRS Satyanarayana and P Ravi Kumar. Detection of Gear fault using vibration analysis. International Journal of Emerging Technology and Advanced Engineering, 2, 2012, pp [2] V Ranjith Kumar, P Venkata Vara Prasad and G Diwakar. Detection of Gear Fault Using Vibration Analysis. International Journal of Research in Engineering and Science, 3, 2015, pp [3] Zijun Zhang, Anoop Verma and Andrew Kusiak. Fault analysis and condition monitoring of the wind turbine gearbox. IEEE transactions of energy conversion, 27, 2012, pp [4] P Vecer, M Kreidl and R Smid. Condition indicators for gearbox condition monitoring systems. Acta polytechnica, 45, 2005, pp [5] Achmad Widodo and Bo-Suk Yang. Support vector machine in machine condition monitoring and fault diagnosis. Mechanical systems and signal processing, 21, 2007, pp [6] Fausto Pedro Garcia Marquez, Andrew Mark Tobias, Jesus Maria Pinar Perez and Mayorkinos Papaelias. Condition monitoring of wind turbines: Techniques and methods. Renewable energy, 46, 2012, pp [7] T Praveen Kumar, B Sabhrish, M Saimurugan and K I Ramachandran. Pattern recognition based on-line condition monitoring system for fault diagnosis of automobile gearbox. Measurement, 114, 2018, pp [8] P D McFadden. Detecting fatigue cracks in gears by amplitude and phase demodulation of the meshing vibration. Journal of Vibration, Acoustics, Stress, and Reliability in Design, 108, 1986, pp editor@iaeme.com

Review on Fault Identification and Diagnosis of Gear Pair by Experimental Vibration Analysis

Review on Fault Identification and Diagnosis of Gear Pair by Experimental Vibration Analysis Review on Fault Identification and Diagnosis of Gear Pair by Experimental Vibration Analysis 1 Ajanalkar S. S., 2 Prof. Shrigandhi G. D. 1 Post Graduate Student, 2 Assistant Professor Mechanical Engineering

More information

Fault Detection of Double Stage Helical Gearbox using Vibration Analysis Techniques

Fault Detection of Double Stage Helical Gearbox using Vibration Analysis Techniques IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 08, 2016 ISSN (online): 2321-0613 Fault Detection of Double Stage Helical Gearbox using Vibration Analysis Techniques D.

More information

Assistant Professor, Department of Mechanical Engineering, Institute of Engineering & Technology, DAVV University, Indore, Madhya Pradesh, India

Assistant Professor, Department of Mechanical Engineering, Institute of Engineering & Technology, DAVV University, Indore, Madhya Pradesh, India IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Analysis of Spur Gear Faults using Frequency Domain Technique Rishi Kumar Sharma 1, Mr. Vijay Kumar Karma 2 1 Student, Department

More information

Study of Improper Chamfering and Pitting Defects of Spur Gear Faults Using Frequency Domain Technique

Study of Improper Chamfering and Pitting Defects of Spur Gear Faults Using Frequency Domain Technique Study of Improper Chamfering and Pitting Defects of Spur Gear Faults Using Frequency Domain Technique 1 Vijay Kumar Karma, 2 Govind Maheshwari Mechanical Engineering Department Institute of Engineering

More information

FAULT DIAGNOSIS OF SINGLE STAGE SPUR GEARBOX USING NARROW BAND DEMODULATION TECHNIQUE: EFFECT OF SPALLING

FAULT DIAGNOSIS OF SINGLE STAGE SPUR GEARBOX USING NARROW BAND DEMODULATION TECHNIQUE: EFFECT OF SPALLING IMPACT: International Journal of Research in Engineering & Technology (IMPACT: IJRET) Vol. 1, Issue 3, Aug 2013, 11-16 Impact Journals FAULT DIAGNOSIS OF SINGLE STAGE SPUR GEARBOX USING NARROW BAND DEMODULATION

More information

Fault diagnosis of Spur gear using vibration analysis. Ebrahim Ebrahimi

Fault diagnosis of Spur gear using vibration analysis. Ebrahim Ebrahimi Fault diagnosis of Spur gear using vibration analysis Ebrahim Ebrahimi Department of Mechanical Engineering of Agricultural Machinery, Faculty of Engineering, Islamic Azad University, Kermanshah Branch,

More information

Bearing fault detection of wind turbine using vibration and SPM

Bearing fault detection of wind turbine using vibration and SPM Bearing fault detection of wind turbine using vibration and SPM Ruifeng Yang 1, Jianshe Kang 2 Mechanical Engineering College, Shijiazhuang, China 1 Corresponding author E-mail: 1 rfyangphm@163.com, 2

More information

CONDITIONING MONITORING OF GEARBOX USING VIBRATION AND ACOUSTIC SIGNALS

CONDITIONING MONITORING OF GEARBOX USING VIBRATION AND ACOUSTIC SIGNALS CONDITIONING MONITORING OF GEARBOX USING VIBRATION AND ACOUSTIC SIGNALS Mr. Rohit G. Ghulanavar 1, Prof. M.V. Kharade 2 1 P.G. Student, Dr. J.J.Magdum College of Engineering Jaysingpur, Maharashtra (India)

More information

VIBRATIONAL MEASUREMENT ANALYSIS OF FAULT LATENT ON A GEAR TOOTH

VIBRATIONAL MEASUREMENT ANALYSIS OF FAULT LATENT ON A GEAR TOOTH VIBRATIONAL MEASUREMENT ANALYSIS OF FAULT LATENT ON A GEAR TOOTH J.Sharmila Devi 1, Assistant Professor, Dr.P.Balasubramanian 2, Professor 1 Department of Instrumentation and Control Engineering, 2 Department

More information

DIAGNOSIS OF ROLLING ELEMENT BEARING FAULT IN BEARING-GEARBOX UNION SYSTEM USING WAVELET PACKET CORRELATION ANALYSIS

DIAGNOSIS OF ROLLING ELEMENT BEARING FAULT IN BEARING-GEARBOX UNION SYSTEM USING WAVELET PACKET CORRELATION ANALYSIS DIAGNOSIS OF ROLLING ELEMENT BEARING FAULT IN BEARING-GEARBOX UNION SYSTEM USING WAVELET PACKET CORRELATION ANALYSIS Jing Tian and Michael Pecht Prognostics and Health Management Group Center for Advanced

More information

Fault Diagnosis of Gearbox Using Various Condition Monitoring Indicators for Non-Stationary Speed Conditions: A Comparative Analysis

Fault Diagnosis of Gearbox Using Various Condition Monitoring Indicators for Non-Stationary Speed Conditions: A Comparative Analysis nd International and 17 th National Conference on Machines and Mechanisms inacomm1-13 Fault Diagnosis of Gearbox Using Various Condition Monitoring Indicators for Non-Stationary Speed Conditions: A Comparative

More information

Prognostic Health Monitoring for Wind Turbines

Prognostic Health Monitoring for Wind Turbines Prognostic Health Monitoring for Wind Turbines Wei Qiao, Ph.D. Director, Power and Energy Systems Laboratory Associate Professor, Department of ECE University of Nebraska Lincoln Lincoln, NE 68588-511

More information

Fault Diagnosis of ball Bearing through Vibration Analysis

Fault Diagnosis of ball Bearing through Vibration Analysis Fault Diagnosis of ball Bearing through Vibration Analysis Rupendra Singh Tanwar Shri Ram Dravid Pradeep Patil Abstract-Antifriction bearing failure is a major factor in failure of rotating machinery.

More information

Automobile Independent Fault Detection based on Acoustic Emission Using FFT

Automobile Independent Fault Detection based on Acoustic Emission Using FFT SINCE2011 Singapore International NDT Conference & Exhibition, 3-4 November 2011 Automobile Independent Fault Detection based on Acoustic Emission Using FFT Hamid GHADERI 1, Peyman KABIRI 2 1 Intelligent

More information

Time-Frequency Enhancement Technique for Bevel Gear Fault Diagnosis

Time-Frequency Enhancement Technique for Bevel Gear Fault Diagnosis Time-Frequency Enhancement Technique for Bevel Gear Fault Diagnosis Dennis Hartono 1, Dunant Halim 1, Achmad Widodo 2 and Gethin Wyn Roberts 3 1 Department of Mechanical, Materials and Manufacturing Engineering,

More information

GEARBOX FAULT DETECTION BY MOTOR CURRENT SIGNATURE ANALYSIS. A. R. Mohanty

GEARBOX FAULT DETECTION BY MOTOR CURRENT SIGNATURE ANALYSIS. A. R. Mohanty ICSV14 Cairns Australia 9-12 July, 2007 GEARBOX FAULT DETECTION BY MOTOR CURRENT SIGNATURE ANALYSIS A. R. Mohanty Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Kharagpur,

More information

Classification of Misalignment and Unbalance Faults Based on Vibration analysis and KNN Classifier

Classification of Misalignment and Unbalance Faults Based on Vibration analysis and KNN Classifier Classification of Misalignment and Unbalance Faults Based on Vibration analysis and KNN Classifier Ashkan Nejadpak, Student Member, IEEE, Cai Xia Yang*, Member, IEEE Mechanical Engineering Department,

More information

An Improved Method for Bearing Faults diagnosis

An Improved Method for Bearing Faults diagnosis An Improved Method for Bearing Faults diagnosis Adel.boudiaf, S.Taleb, D.Idiou,S.Ziani,R. Boulkroune Welding and NDT Research, Centre (CSC) BP64 CHERAGA-ALGERIA Email: a.boudiaf@csc.dz A.k.Moussaoui,Z

More information

A simulation of vibration analysis of crankshaft

A simulation of vibration analysis of crankshaft RESEARCH ARTICLE OPEN ACCESS A simulation of vibration analysis of crankshaft Abhishek Sharma 1, Vikas Sharma 2, Ram Bihari Sharma 2 1 Rustam ji Institute of technology, Gwalior 2 Indian Institute of technology,

More information

Vibration based condition monitoring of rotating machinery

Vibration based condition monitoring of rotating machinery Vibration based condition monitoring of rotating machinery Goutam Senapaty 1* and Sathish Rao U. 1 1 Department of Mechanical and Manufacturing Engineering, Manipal Institute of Technology, Manipal Academy

More information

Current-Based Diagnosis for Gear Tooth Breaks in Wind Turbine Gearboxes

Current-Based Diagnosis for Gear Tooth Breaks in Wind Turbine Gearboxes Current-Based Diagnosis for Gear Tooth Breaks in Wind Turbine Gearboxes Dingguo Lu Student Member, IEEE Department of Electrical Engineering University of Nebraska-Lincoln Lincoln, NE 68588-5 USA Stan86@huskers.unl.edu

More information

A train bearing fault detection and diagnosis using acoustic emission

A train bearing fault detection and diagnosis using acoustic emission Engineering Solid Mechanics 4 (2016) 63-68 Contents lists available at GrowingScience Engineering Solid Mechanics homepage: www.growingscience.com/esm A train bearing fault detection and diagnosis using

More information

Rotating Machinery Fault Diagnosis Techniques Envelope and Cepstrum Analyses

Rotating Machinery Fault Diagnosis Techniques Envelope and Cepstrum Analyses Rotating Machinery Fault Diagnosis Techniques Envelope and Cepstrum Analyses Spectra Quest, Inc. 8205 Hermitage Road, Richmond, VA 23228, USA Tel: (804) 261-3300 www.spectraquest.com October 2006 ABSTRACT

More information

Enayet B. Halim, Sirish L. Shah and M.A.A. Shoukat Choudhury. Department of Chemical and Materials Engineering University of Alberta

Enayet B. Halim, Sirish L. Shah and M.A.A. Shoukat Choudhury. Department of Chemical and Materials Engineering University of Alberta Detection and Quantification of Impeller Wear in Tailing Pumps and Detection of faults in Rotating Equipment using Time Frequency Averaging across all Scales Enayet B. Halim, Sirish L. Shah and M.A.A.

More information

Wavelet analysis to detect fault in Clutch release bearing

Wavelet analysis to detect fault in Clutch release bearing Wavelet analysis to detect fault in Clutch release bearing Gaurav Joshi 1, Akhilesh Lodwal 2 1 ME Scholar, Institute of Engineering & Technology, DAVV, Indore, M. P., India 2 Assistant Professor, Dept.

More information

Vibration Analysis of deep groove ball bearing using Finite Element Analysis

Vibration Analysis of deep groove ball bearing using Finite Element Analysis RESEARCH ARTICLE OPEN ACCESS Vibration Analysis of deep groove ball bearing using Finite Element Analysis Mr. Shaha Rohit D*, Prof. S. S. Kulkarni** *(Dept. of Mechanical Engg.SKN SCOE, Korti-Pandharpur,

More information

Fault diagnosis of massey ferguson gearbox using power spectral density

Fault diagnosis of massey ferguson gearbox using power spectral density Journal of Agricultural Technology 2009, V.5(1): 1-6 Fault diagnosis of massey ferguson gearbox using power spectral density K.Heidarbeigi *, Hojat Ahmadi, M. Omid and A. Tabatabaeefar Department of Power

More information

SHAFT MISALIGNMENT PREDICTION ON BASIS OF DISCRETE WAVELET TRANSFORM

SHAFT MISALIGNMENT PREDICTION ON BASIS OF DISCRETE WAVELET TRANSFORM International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 7, July 2018, pp. 336 344, Article ID: IJMET_09_07_038 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=9&itype=7

More information

Analysis of Deep-Groove Ball Bearing using Vibrational Parameters

Analysis of Deep-Groove Ball Bearing using Vibrational Parameters Analysis of Deep-Groove Ball Bearing using Vibrational Parameters Dhanush N 1, Dinesh G 1, Perumal V 1, Mohammed Salman R 1, Nafeez Ahmed.L 2 U.G Student, Department of Mechanical Engineering, Gojan School

More information

Vibration-based Fault Detection of Wind Turbine Gearbox using Empirical Mode Decomposition Method

Vibration-based Fault Detection of Wind Turbine Gearbox using Empirical Mode Decomposition Method International Journal of Science and Advanced Technology (ISSN -8386) Volume 3 No 8 August 3 Vibration-based Fault Detection of Wind Turbine Gearbox using Empirical Mode Decomposition Method E.M. Ashmila

More information

DEVELOPMENT OF AN EXPERT SYSTEM FOR CONDITION MONITORING OF SUBMARINES USING IR THERMOGRAPHY

DEVELOPMENT OF AN EXPERT SYSTEM FOR CONDITION MONITORING OF SUBMARINES USING IR THERMOGRAPHY International Journal of Mechanical Engineering and Technology (IJMET) Volume 8, Issue 4, April 2017, pp. 26 33 Article ID: IJMET_08_04_004 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=8&itype=4

More information

Vibration Analysis on Rotating Shaft using MATLAB

Vibration Analysis on Rotating Shaft using MATLAB IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 06 December 2016 ISSN (online): 2349-784X Vibration Analysis on Rotating Shaft using MATLAB K. Gopinath S. Periyasamy PG

More information

MCSA and SVM for gear wear monitoring in lifting cranes

MCSA and SVM for gear wear monitoring in lifting cranes MCSA and SVM for gear wear monitoring in lifting cranes Raymond Ghandour 1, Fahed Abdallah 1 and Mario Eltabach 2 1 Laboratoire HEUDIASYC, UMR CNRS 7253, Université de Technologie de Compiègne, Centre

More information

ANALYSIS OF MACHINERY HEALTH CONSIDERING THE PARAMETERS OF VIBRATION IN A MULTI-FUNCTIONING ARRANGEMENT

ANALYSIS OF MACHINERY HEALTH CONSIDERING THE PARAMETERS OF VIBRATION IN A MULTI-FUNCTIONING ARRANGEMENT Proceedings of the International Conference on Mechanical Engineeringand Renewable Energy 2017 (ICMERE2017) 18 20 December, 2017, Chittagong, Bangladesh ICMERE2017-PI-328 ANALYSIS OF MACHINERY HEALTH CONSIDERING

More information

Research Article High Frequency Acceleration Envelope Power Spectrum for Fault Diagnosis on Journal Bearing using DEWESOFT

Research Article High Frequency Acceleration Envelope Power Spectrum for Fault Diagnosis on Journal Bearing using DEWESOFT Research Journal of Applied Sciences, Engineering and Technology 8(10): 1225-1238, 2014 DOI:10.19026/rjaset.8.1088 ISSN: 2040-7459; e-issn: 2040-7467 2014 Maxwell Scientific Publication Corp. Submitted:

More information

Fault detection of a spur gear using vibration signal with multivariable statistical parameters

Fault detection of a spur gear using vibration signal with multivariable statistical parameters Songklanakarin J. Sci. Technol. 36 (5), 563-568, Sep. - Oct. 204 http://www.sjst.psu.ac.th Original Article Fault detection of a spur gear using vibration signal with multivariable statistical parameters

More information

How to Use the Method of Multivariate Statistical Analysis Into the Equipment State Monitoring. Chunhua Yang

How to Use the Method of Multivariate Statistical Analysis Into the Equipment State Monitoring. Chunhua Yang 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 205) How to Use the Method of Multivariate Statistical Analysis Into the Equipment State Monitoring

More information

STUDY OF FAULT DIAGNOSIS ON INNER SURFACE OF OUTER RACE OF ROLLER BEARING USING ACOUSTIC EMISSION

STUDY OF FAULT DIAGNOSIS ON INNER SURFACE OF OUTER RACE OF ROLLER BEARING USING ACOUSTIC EMISSION STUDY OF FAULT DIAGNOSIS ON INNER SURFACE OF OUTER RACE OF ROLLER BEARING USING ACOUSTIC EMISSION Avinash V. Patil, Dr. Bimlesh Kumar 2 Faculty of Mechanical Engg.Dept., S.S.G.B.C.O.E.&T.,Bhusawal,Maharashtra,India

More information

Guan, L, Gu, F, Shao, Y, Fazenda, BM and Ball, A

Guan, L, Gu, F, Shao, Y, Fazenda, BM and Ball, A Gearbox fault diagnosis under different operating conditions based on time synchronous average and ensemble empirical mode decomposition Guan, L, Gu, F, Shao, Y, Fazenda, BM and Ball, A Title Authors Type

More information

Condition Monitoring and Vibrational Analysis of Shaft Through Experimental and FEA Approach

Condition Monitoring and Vibrational Analysis of Shaft Through Experimental and FEA Approach ISSN 2395-1621 Condition Monitoring and Vibrational Analysis of Shaft Through Experimental and FEA Approach #1 Prajakta M Patil, #2 Ashish U Gandigude 1 praj.patil91@gmail.com 2 ashish.gandigude@zealeducation.com

More information

Tools for Advanced Sound & Vibration Analysis

Tools for Advanced Sound & Vibration Analysis Tools for Advanced Sound & Vibration Ravichandran Raghavan Technical Marketing Engineer Agenda NI Sound and Vibration Measurement Suite Advanced Signal Processing Algorithms Time- Quefrency and Cepstrum

More information

Prediction of Defects in Antifriction Bearings using Vibration Signal Analysis

Prediction of Defects in Antifriction Bearings using Vibration Signal Analysis Prediction of Defects in Antifriction Bearings using Vibration Signal Analysis M Amarnath, Non-member R Shrinidhi, Non-member A Ramachandra, Member S B Kandagal, Member Antifriction bearing failure is

More information

Fault Detection Using Hilbert Huang Transform

Fault Detection Using Hilbert Huang Transform International Journal of Research in Advent Technology, Vol.6, No.9, September 2018 E-ISSN: 2321-9637 Available online at www.ijrat.org Fault Detection Using Hilbert Huang Transform Balvinder Singh 1,

More information

Automatic Fault Classification of Rolling Element Bearing using Wavelet Packet Decomposition and Artificial Neural Network

Automatic Fault Classification of Rolling Element Bearing using Wavelet Packet Decomposition and Artificial Neural Network Automatic Fault Classification of Rolling Element Bearing using Wavelet Packet Decomposition and Artificial Neural Network Manish Yadav *1, Sulochana Wadhwani *2 1, 2* Department of Electrical Engineering,

More information

Wavelet Transform for Bearing Faults Diagnosis

Wavelet Transform for Bearing Faults Diagnosis Wavelet Transform for Bearing Faults Diagnosis H. Bendjama and S. Bouhouche Welding and NDT research centre (CSC) Cheraga, Algeria hocine_bendjama@yahoo.fr A.k. Moussaoui Laboratory of electrical engineering

More information

VIBRATION MONITORING OF VERY SLOW SPEED THRUST BALL BEARINGS

VIBRATION MONITORING OF VERY SLOW SPEED THRUST BALL BEARINGS VIBRATION MONITORING OF VERY SLOW SPEED THRUST BALL BEARINGS Vipul M. Patel and Naresh Tandon ITMME Centre, Indian Institute of Technology, Hauz Khas, New Delhi 110016, India e-mail: ntandon@itmmec.iitd.ernet.in

More information

Congress on Technical Diagnostics 1996

Congress on Technical Diagnostics 1996 Congress on Technical Diagnostics 1996 G. Dalpiaz, A. Rivola and R. Rubini University of Bologna, DIEM, Viale Risorgimento, 2. I-4136 Bologna - Italy DYNAMIC MODELLING OF GEAR SYSTEMS FOR CONDITION MONITORING

More information

Vibration and Current Monitoring for Fault s Diagnosis of Induction Motors

Vibration and Current Monitoring for Fault s Diagnosis of Induction Motors Vibration and Current Monitoring for Fault s Diagnosis of Induction Motors Mariana IORGULESCU, Robert BELOIU University of Pitesti, Electrical Engineering Departament, Pitesti, ROMANIA iorgulescumariana@mail.com

More information

[Prasad*, 4.(10): October, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Prasad*, 4.(10): October, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY DETECTION OF BEARING FAULT USING VIBRATION ANALYSIS AND CONTROLLING THE VIBRATIONS P.Venkata Vara Prasad*, V.Ranjith Kumar * Department

More information

Advanced Data Analysis Pattern Recognition & Neural Networks Software for Acoustic Emission Applications. Topic: Waveforms in Noesis

Advanced Data Analysis Pattern Recognition & Neural Networks Software for Acoustic Emission Applications. Topic: Waveforms in Noesis Advanced Data Analysis Pattern Recognition & Neural Networks Software for Acoustic Emission Applications Topic: Waveforms in Noesis 1 Noesis Waveforms Capabilities Noesis main features relating to Waveforms:

More information

Vibration analysis for fault diagnosis of rolling element bearings. Ebrahim Ebrahimi

Vibration analysis for fault diagnosis of rolling element bearings. Ebrahim Ebrahimi Vibration analysis for fault diagnosis of rolling element bearings Ebrahim Ebrahimi Department of Mechanical Engineering of Agricultural Machinery, Faculty of Engineering, Islamic Azad University, Kermanshah

More information

Application Note. Monitoring strategy Diagnosing gearbox damage

Application Note. Monitoring strategy Diagnosing gearbox damage Application Note Monitoring strategy Diagnosing gearbox damage Application Note Monitoring strategy Diagnosing gearbox damage ABSTRACT This application note demonstrates the importance of a systematic

More information

Detection of faulty high speed wind turbine bearing using signal intensity estimator technique

Detection of faulty high speed wind turbine bearing using signal intensity estimator technique Received: 20 May 2017 Revised: 24 July 2017 Accepted: 30 August 2017 DOI: 10.1002/we.2144 RESEARCH ARTICLE Detection of faulty high speed wind turbine bearing using signal intensity estimator technique

More information

A Review on Fault Diagnosis of Gear-Box by Using Vibration Analysis Method

A Review on Fault Diagnosis of Gear-Box by Using Vibration Analysis Method A Review on Fault Diagnosis of Gear-Box by Using Vibration Analysis Method Mr. Sagar B. Ghodake 1, Prof. A. K. Mishra 2, Prof. A. V. Deokar 3 1 M.E. Student, Department of Mechanical Engineering, AVCOE,

More information

INDUCTION MOTOR FAULT DIAGNOSTICS USING FUZZY SYSTEM

INDUCTION MOTOR FAULT DIAGNOSTICS USING FUZZY SYSTEM INDUCTION MOTOR FAULT DIAGNOSTICS USING FUZZY SYSTEM L.Kanimozhi 1, Manimaran.R 2, T.Rajeshwaran 3, Surijith Bharathi.S 4 1,2,3,4 Department of Mechatronics Engineering, SNS College Technology, Coimbatore,

More information

Gearbox Vibration Source Separation by Integration of Time Synchronous Averaged Signals

Gearbox Vibration Source Separation by Integration of Time Synchronous Averaged Signals Gearbox Vibration Source Separation by Integration of Time Synchronous Averaged Signals Guicai Zhang and Joshua Isom United Technologies Research Center, East Hartford, CT 06108, USA zhangg@utrc.utc.com

More information

A Deep Learning-based Approach for Fault Diagnosis of Roller Element Bearings

A Deep Learning-based Approach for Fault Diagnosis of Roller Element Bearings A Deep Learning-based Approach for Fault Diagnosis of Roller Element Bearings Mohammakazem Sadoughi 1, Austin Downey 2, Garrett Bunge 3, Aditya Ranawat 4, Chao Hu 5, and Simon Laflamme 6 1,2,3,4,5 Department

More information

ROTOR FAULTS DETECTION IN SQUIRREL-CAGE INDUCTION MOTORS BY CURRENT SIGNATURE ANALYSIS

ROTOR FAULTS DETECTION IN SQUIRREL-CAGE INDUCTION MOTORS BY CURRENT SIGNATURE ANALYSIS ROTOR FAULTS DETECTION IN SQUIRREL-CAGE INDUCTION MOTORS BY CURRENT SIGNATURE ANALYSIS SZABÓ Loránd DOBAI Jenő Barna BIRÓ Károly Ágoston Technical University of Cluj (Romania) 400750 Cluj, P.O. Box 358,

More information

Condition Monitoring of Rotationg Equpiment s using Vibration Signature Analysis- A Review

Condition Monitoring of Rotationg Equpiment s using Vibration Signature Analysis- A Review Condition Monitoring of Rotationg Equpiment s using Vibration Signature Analysis- A Review Murgayya S B, Assistant Professor, Department of Automobile Engineering, DSCE, Bangalore Dr. H.N Suresh, Professor

More information

Vibration Monitoring for Defect Diagnosis on a Machine Tool: A Comprehensive Case Study

Vibration Monitoring for Defect Diagnosis on a Machine Tool: A Comprehensive Case Study Vibration Monitoring for Defect Diagnosis on a Machine Tool: A Comprehensive Case Study Mouleeswaran Senthilkumar, Moorthy Vikram and Bhaskaran Pradeep Department of Production Engineering, PSG College

More information

Intelligent Fault Detection of Retainer Clutch Mechanism of Tractor by ANFIS and Vibration Analysis

Intelligent Fault Detection of Retainer Clutch Mechanism of Tractor by ANFIS and Vibration Analysis Modern Mechanical Engineering, 23, 3, 7-24 http://dx.doi.org/.4236/mme.23.33a3 Published Online July 23 (http://www.scirp.org/journal/mme) Intelligent Fault Detection of Retainer Clutch Mechanism of Tractor

More information

Detection of Wind Turbine Gear Tooth Defects Using Sideband Energy Ratio

Detection of Wind Turbine Gear Tooth Defects Using Sideband Energy Ratio Wind energy resource assessment and forecasting Detection of Wind Turbine Gear Tooth Defects Using Sideband Energy Ratio J. Hanna Lead Engineer/Technologist jesse.hanna@ge.com C. Hatch Principal Engineer/Technologist

More information

Condition based monitoring: an overview

Condition based monitoring: an overview Condition based monitoring: an overview Acceleration Time Amplitude Emiliano Mucchi Universityof Ferrara Italy emiliano.mucchi@unife.it Maintenance. an efficient way to assure a satisfactory level of reliability

More information

Analysis of Wound Rotor Induction Machine Low Frequency Vibroacoustic Emissions under Stator Winding Fault Conditions

Analysis of Wound Rotor Induction Machine Low Frequency Vibroacoustic Emissions under Stator Winding Fault Conditions Analysis of Wound Rotor Induction Machine Low Frequency Vibroacoustic Emissions under Stator Winding Fault Conditions N Sarma, Q Li, S. Djurović, A C Smith, S M Rowland University of Manchester, School

More information

Prediction of Defects in Roller Bearings Using Vibration Signal Analysis

Prediction of Defects in Roller Bearings Using Vibration Signal Analysis World Applied Sciences Journal 4 (1): 150-154, 2008 ISSN 1818-4952 IDOSI Publications, 2008 Prediction of Defects in Roller Bearings Using Vibration Signal Analysis H. Mohamadi Monavar, H. Ahmadi and S.S.

More information

Modern Vibration Signal Processing Techniques for Vehicle Gearbox Fault Diagnosis

Modern Vibration Signal Processing Techniques for Vehicle Gearbox Fault Diagnosis Vol:, No:1, 1 Modern Vibration Signal Processing Techniques for Vehicle Gearbox Fault Diagnosis Mohamed El Morsy, Gabriela Achtenová International Science Index, Mechanical and Mechatronics Engineering

More information

SEPARATING GEAR AND BEARING SIGNALS FOR BEARING FAULT DETECTION. Wenyi Wang

SEPARATING GEAR AND BEARING SIGNALS FOR BEARING FAULT DETECTION. Wenyi Wang ICSV14 Cairns Australia 9-12 July, 27 SEPARATING GEAR AND BEARING SIGNALS FOR BEARING FAULT DETECTION Wenyi Wang Air Vehicles Division Defence Science and Technology Organisation (DSTO) Fishermans Bend,

More information

JCHPS Special Issue 9: April Page 404

JCHPS Special Issue 9: April Page 404 VIBRATION ANALYSIS OF DRIVE SHAFT WITH TRANSVERSE CRACK BY USING FINITE ELEMENT ANALYSIS Vigneshkumar Arumugam *, C.Thamotharan, P.Naveenchandran *Department of Automobile Engineering, Bharath University,

More information

Experimental Crack Depth Measurement And Life Prediction Of Bearing Using Vibration Analysis

Experimental Crack Depth Measurement And Life Prediction Of Bearing Using Vibration Analysis Technology ICATEST 2015, 08 March 2015 Experimental Crack Depth Measurement And Life Prediction Of Bearing Using Vibration Analysis Mr.P. S. Sangale 1, Dr.Kishor B. Kale 2, Dr.A. D. Dongare 3 1 Assistant

More information

Also, side banding at felt speed with high resolution data acquisition was verified.

Also, side banding at felt speed with high resolution data acquisition was verified. PEAKVUE SUMMARY PeakVue (also known as peak value) can be used to detect short duration higher frequency waves stress waves, which are created when metal is impacted or relieved of residual stress through

More information

THEORETICAL AND EXPERIMENTAL STUDIES ON VIBRATIONS PRODUCED BY DEFECTS IN DOUBLE ROW BALL BEARING USING RESPONSE SURFACE METHOD

THEORETICAL AND EXPERIMENTAL STUDIES ON VIBRATIONS PRODUCED BY DEFECTS IN DOUBLE ROW BALL BEARING USING RESPONSE SURFACE METHOD IJRET: International Journal of Research in Engineering and Technology eissn: 9-6 pissn: -708 THEORETICAL AND EXPERIMENTAL STUDIES ON VIBRATIONS PRODUCED BY DEFECTS IN DOUBLE ROW BALL BEARING USING RESPONSE

More information

Chapter 4 REVIEW OF VIBRATION ANALYSIS TECHNIQUES

Chapter 4 REVIEW OF VIBRATION ANALYSIS TECHNIQUES Chapter 4 REVIEW OF VIBRATION ANALYSIS TECHNIQUES In this chapter, a review is made of some current vibration analysis techniques used for condition monitoring in geared transmission systems. The perceived

More information

Analysis Of Induction Motor With Broken Rotor Bars Using Discrete Wavelet Transform Princy P 1 and Gayathri Vijayachandran 2

Analysis Of Induction Motor With Broken Rotor Bars Using Discrete Wavelet Transform Princy P 1 and Gayathri Vijayachandran 2 Analysis Of Induction Motor With Broken Rotor Bars Using Discrete Wavelet Transform Princy P 1 and Gayathri Vijayachandran 2 1 Dept. Of Electrical and Electronics, Sree Buddha College of Engineering 2

More information

Scalable systems for early fault detection in wind turbines: A data driven approach

Scalable systems for early fault detection in wind turbines: A data driven approach Scalable systems for early fault detection in wind turbines: A data driven approach Martin Bach-Andersen 1,2, Bo Rømer-Odgaard 1, and Ole Winther 2 1 Siemens Diagnostic Center, Denmark 2 Cognitive Systems,

More information

Monitoring of Deep Groove Ball Bearing Defects Using the Acoustic Emission Technology

Monitoring of Deep Groove Ball Bearing Defects Using the Acoustic Emission Technology International Journal of Sciences: Basic and Applied Research (IJSBAR) ISSN 2307-4531 (Print & Online) http://gssrr.org/index.php?journal=journalofbasicandapplied ---------------------------------------------------------------------------------------------------------------------------

More information

Comparison of Fault Detection Techniques for an Ocean Turbine

Comparison of Fault Detection Techniques for an Ocean Turbine Comparison of Fault Detection Techniques for an Ocean Turbine Mustapha Mjit, Pierre-Philippe J. Beaujean, and David J. Vendittis Florida Atlantic University, SeaTech, 101 North Beach Road, Dania Beach,

More information

IET (2014) IET.,

IET (2014) IET., Feng, Yanhui and Qiu, Yingning and Infield, David and Li, Jiawei and Yang, Wenxian (2014) Study on order analysis for condition monitoring wind turbine gearbox. In: Proceedings of IET Renewable Power Generation

More information

A Novel Fault Diagnosis Method for Rolling Element Bearings Using Kernel Independent Component Analysis and Genetic Algorithm Optimized RBF Network

A Novel Fault Diagnosis Method for Rolling Element Bearings Using Kernel Independent Component Analysis and Genetic Algorithm Optimized RBF Network Research Journal of Applied Sciences, Engineering and Technology 6(5): 895-899, 213 ISSN: 24-7459; e-issn: 24-7467 Maxwell Scientific Organization, 213 Submitted: October 3, 212 Accepted: December 15,

More information

Presentation at Niagara Falls Vibration Institute Chapter January 20, 2005

Presentation at Niagara Falls Vibration Institute Chapter January 20, 2005 Monitoring Gear Boxes with PeakVue Presentation at Niagara Falls Vibration Institute Chapter January 20, 2005 1 WHAT IS A STRESS WAVE? 2 Hertz Theory Prediction for Various Size Metal Balls 3 Frequencies

More information

Shaft Vibration Monitoring System for Rotating Machinery

Shaft Vibration Monitoring System for Rotating Machinery 2016 Sixth International Conference on Instrumentation & Measurement, Computer, Communication and Control Shaft Vibration Monitoring System for Rotating Machinery Zhang Guanglin School of Automation department,

More information

Application of Wavelet Packet Transform (WPT) for Bearing Fault Diagnosis

Application of Wavelet Packet Transform (WPT) for Bearing Fault Diagnosis International Conference on Automatic control, Telecommunications and Signals (ICATS5) University BADJI Mokhtar - Annaba - Algeria - November 6-8, 5 Application of Wavelet Packet Transform (WPT) for Bearing

More information

Fault Diagnosis on Bevel Gearbox with Neural Networks and Feature Extraction

Fault Diagnosis on Bevel Gearbox with Neural Networks and Feature Extraction http://dx.doi.org/0.5755/ j0.eee.2.5.3334 ELEKTRONIKA IR ELEKTROTECHNIKA, ISSN 392-25, VOL. 2, NO. 5, 205 Fault Diagnosis on Bevel Gearbox with Neural Networks and Feature Extraction Tayyab Waqar, Mustafa

More information

In situ blocked force measurement in gearboxes with potential application for condition monitoring

In situ blocked force measurement in gearboxes with potential application for condition monitoring In situ blocked force measurement in gearboxes with potential application for condition monitoring ALSDEG ABOHNIK A thesis submitted in partial fulfilment of the requirements of the Salford University

More information

Gearbox Fault Diagnosis using Independent Angular Re-Sampling Technique, Wavelet Packet Decomposition and ANN

Gearbox Fault Diagnosis using Independent Angular Re-Sampling Technique, Wavelet Packet Decomposition and ANN International Journal of Research and Scientific Innovation (IJRSI) Volume IV, Issue IV, April 217 ISSN 2321 27 Gearbox Fault Diagnosis using Independent Angular Re-Sampling Technique, Wavelet Packet Decomposition

More information

MODELING AND CHARECTERIZATION OF CRACK DEPTH ON ROTOR BEARING USING ARTIFICIAL NEURAL NETWORKS

MODELING AND CHARECTERIZATION OF CRACK DEPTH ON ROTOR BEARING USING ARTIFICIAL NEURAL NETWORKS International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 3, March 2018, pp. 813 827, Article ID: IJMET_09_03_083 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=9&itype=3

More information

1190. Intelligent fault classification of rolling bearings using neural network and discrete wavelet transform

1190. Intelligent fault classification of rolling bearings using neural network and discrete wavelet transform 1190. Intelligent fault classification of rolling bearings using neural network and discrete wavelet transform Mehrdad Nouri Khajavi 1, Majid Norouzi Keshtan 2 1 Department of Mechanical Engineering, Shahid

More information

STUDY ON IDENTIFICATION OF FAULT ON OUTER RACE OF ROLLER BEARING USING ACOUSTIC EMISSION

STUDY ON IDENTIFICATION OF FAULT ON OUTER RACE OF ROLLER BEARING USING ACOUSTIC EMISSION STUDY ON IDENTIFICATION OF FAULT ON OUTER RACE OF ROLLER BEARING USING ACOUSTIC EMISSION Avinash V. Patil and Dr. Bimlesh Kumar 2 Faculty of Mechanical Engg.Dept., S.S.G.B.C.O.E.&T.,Bhusawal,Maharashtra,India

More information

Effect of crack depth of Rotating stepped Shaft on Dynamic. Behaviour

Effect of crack depth of Rotating stepped Shaft on Dynamic. Behaviour Effect of crack depth of Rotating stepped Shaft on Dynamic Behaviour Mr.S.P.Bhide 1, Prof.S.D.Katekar 2 1 PG Scholar, Mechanical department, SKN Sinhgad College of Engineering, Maharashtra, India 2 Head

More information

Statistical analysis of low frequency vibrations in variable speed wind turbines

Statistical analysis of low frequency vibrations in variable speed wind turbines IOP Conference Series: Materials Science and Engineering OPEN ACCESS Statistical analysis of low frequency vibrations in variable speed wind turbines To cite this article: X Escaler and T Mebarki 2013

More information

1733. Rolling element bearings fault diagnosis based on correlated kurtosis kurtogram

1733. Rolling element bearings fault diagnosis based on correlated kurtosis kurtogram 1733. Rolling element bearings fault diagnosis based on correlated kurtosis kurtogram Xinghui Zhang 1, Jianshe Kang 2, Jinsong Zhao 3, Jianmin Zhao 4, Hongzhi Teng 5 1, 2, 4, 5 Mechanical Engineering College,

More information

Appearance of wear particles. Time. Figure 1 Lead times to failure offered by various conventional CM techniques.

Appearance of wear particles. Time. Figure 1 Lead times to failure offered by various conventional CM techniques. Vibration Monitoring: Abstract An earlier article by the same authors, published in the July 2013 issue, described the development of a condition monitoring system for the machinery in a coal workshop

More information

Fundamentals of Vibration Measurement and Analysis Explained

Fundamentals of Vibration Measurement and Analysis Explained Fundamentals of Vibration Measurement and Analysis Explained Thanks to Peter Brown for this article. 1. Introduction: The advent of the microprocessor has enormously advanced the process of vibration data

More information

Statistical Analysis of Vibration Signals for Monitoring Gear Condition 1

Statistical Analysis of Vibration Signals for Monitoring Gear Condition 1 Damascus Univ. Journal Vol. (23)-No. (2)2007 Alattas- Basaleem Statistical Analysis of Vibration Signals for Monitoring Gear Condition 1 Moh'd Aqeel Alattas 2 Moh'd Omer Basaleem 3 Abstract This paper

More information

Blade Fault Diagnosis using Artificial Neural Network

Blade Fault Diagnosis using Artificial Neural Network Fault Diagnosis using Artificial Neural Network Wai Keng Ngui 1, Mohd Salman Leong 2, Mohd Ibrahim Shapiai 3 and Meng Hee Lim 4 1, 2, 4 Institute of Noise and Vibration, Universiti Teknologi Malaysia,

More information

DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS

DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS K. Vinoth Kumar 1, S. Suresh Kumar 2, A. Immanuel Selvakumar 1 and Vicky Jose 1 1 Department of EEE, School of Electrical

More information

CHAPTER 4 EXPERIMENTAL STUDIES 4.1 INTRODUCTION

CHAPTER 4 EXPERIMENTAL STUDIES 4.1 INTRODUCTION CHAPTER 4 EXPERIMENTAL STUDIES 4.1 INTRODUCTION The experimental set up and procedures are described in the following subsections. Two sets of experiments were done. The first study involves determination

More information

Application of Artificial Neural Networks for Identification of Unbalance and Looseness in Rotor Bearing Systems

Application of Artificial Neural Networks for Identification of Unbalance and Looseness in Rotor Bearing Systems International Journal of Applied Science and Engineering 213. 11, 1: 69-84 Application of Artificial Neural Networks for Identification of Unbalance and Looseness in Rotor Bearing Systems M. Chandra Sekhar

More information

FAULT DETECTION IN DEEP GROOVE BALL BEARING USING FFT ANALYZER

FAULT DETECTION IN DEEP GROOVE BALL BEARING USING FFT ANALYZER FAULT DETECTION IN DEEP GROOVE BALL BEARING USING FFT ANALYZER Sushmita Dudhade 1, Shital Godage 2, Vikram Talekar 3 Akshay Vaidya 4, Prof. N.S. Jagtap 5 1,2,3,4, UG students SRES College of engineering,

More information

Frequency Response Analysis of Deep Groove Ball Bearing

Frequency Response Analysis of Deep Groove Ball Bearing Frequency Response Analysis of Deep Groove Ball Bearing K. Raghavendra 1, Karabasanagouda.B.N 2 1 Assistant Professor, Department of Mechanical Engineering, Bellary Institute of Technology & Management,

More information

Novel Spectral Kurtosis Technology for Adaptive Vibration Condition Monitoring of Multi Stage Gearboxes

Novel Spectral Kurtosis Technology for Adaptive Vibration Condition Monitoring of Multi Stage Gearboxes Novel Spectral Kurtosis Technology for Adaptive Vibration Condition Monitoring of Multi Stage Gearboxes Len Gelman *a, N. Harish Chandra a, Rafal Kurosz a, Francesco Pellicano b, Marco Barbieri b and Antonio

More information