Design and Implementation of ZigBee based Vibration Monitoring and Analysis for Electrical Machines

Size: px
Start display at page:

Download "Design and Implementation of ZigBee based Vibration Monitoring and Analysis for Electrical Machines"

Transcription

1 Design and Implementation of ZigBee based Vibration Monitoring and Analysis for Electrical Machines Suratsavadee K. Korkua 1 Wei-Jen Lee 1 Chiman Kwan 2 Student Member, IEEE Fellow, IEEE Member, IEEE 1. Energy Systems Research Center, The University of Texas at Arlington, Arlington, TX Signal Processing, Inc Valley Oak Circle, Rockville, MD 285 Abstract This paper presents a method to monitor and analyze the vibration of induction machine due to the rotor imbalance. A novel health monitoring system of electric machine based on wireless sensor network (ZigBee ) is developed in this paper. The communication protocol and software design for both wireless sensor network node and base station are also presented in detail. Moreover, the positioning scheme in ZigBee wireless network is also investigated. Based on the receiving strength signal indicator (RSSI), we can determine the distance of the sensed node by applying the distance-based positioning method. Experimental results of the proposed severity detection technique under different levels of rotor imbalance conditions are discussed and show the feasibility of this method for on-line vibrating monitoring system. Keywords: ZigBee, wireless sensor network, RSSI, induction machines, health monitoring system, vibration detection 1 Introduction Predictive maintenance by condition based monitoring of electrical machine is a scientific approach that becomes new strategy for maintenance management [1]-[3]. Traditionally, monitoring system is realized in wired systems formed by communication cables and various types of sensors. The cost of installation and maintenance these cables and sensors are more expensive than the cost of the sensors themselves. To overcome the restrictions of wired networks, using wireless system for monitoring is proposed. ZigBee is a new wireless networking technology with low power, low cost and short time-delay characteristics. Based on ZigBee network communication technology, the system can deal with the various operating parameters of the remote transmission, real-time data collection, and real-time health monitoring system [4]-[5]. Moreover, ZigBee wireless technology enables to access the location of each node under the network with several types of positioning algorithms. Anyway, this study is based on the distance of the location algorithm. Most recent research has investigated the electrical machines fault detection technique primarily based on the Motor Current Signature Analysis (MCSA) [6]-[7] with various DSP and signal processing techniques [8]-[9]. Since the rotor imbalance is mechanical related problem, the possibility of an analysis of machine vibrations is obvious [1]-[13]. This paper proposes and develops a ZigBee based wireless sensor network for health monitoring of induction motors. By observing the RSSI value and applying the distance-based positioning method, we can estimate the distance of the data collector node where fault happened. The vibration signals obtained from monitoring system are then processed and analyzed with signal processing techniques. In order to predict the level of severity of rotor imbalance, the vibration detection techniques with suitably modified algorithms is used to extract information for induction machine health diagnostic. 2 Wireless sensor network system 2.1 The proposed wireless machine health monitoring system The proposed wireless health monitoring system is shown in Fig. 1. In this proposed wireless sensor system, vibration signal from three-axis accelerometer are recorded and stored at the base station. Signal analysis is used to extract detailed information for induction machine health diagnostic. 3-Phase 11 Volt 6Hz PWM Inverter WSN WSN INDUCTION MOTOR Accelerometer LOAD Heath Monitoring System Base Station Fig. 1 Schematic diagram of the wireless machine health monitoring system

2 2.2 ZigBee /IEEE Standard IEEE standard defines the protocol and interconnection of devices via radio communication in a personal area network (PAN). It operates in the ISM (Industrial, Science and Medical) radio bands. The purpose is to provide a standard for ultra-low cost, ultra-low power consumption and low data. ZigBee technology may be used in various applications in industrial controls, embedded sensors, medical devices, and others. Based on these features provided by IEEE /ZigBee, the ZigBee technology is very suitable for our application. 2.3 ZigBee based System Framework The ZigBee system framework for data collecting system based on wireless sensor network is shown in Fig.2. It is made up of data collection nodes and PAN network coordinator. We are able to set up a network node in several nearby collection points. The nodes can carry out desired functions such as detecting the current/vibration signals, signal quantizing, simple processing, and the ZigBee/IEEE Standard package framing to transmit data to the PAN network coordinator. In the star topology used in this application, every device in the network can communicate only with the PAN coordinator. 3.1 CC243/31 Introduction The CC243/31 is a true System-On-Chip [14] for ZigBee/IEEE solutions for 2.4GHz wireless sensor network. It combines the excellent performance of the leading CC242 RF transceiver with an industry-standard enhanced 851 microcontroller (MCU), with 128 KB flash memory and 8 KB RAM. Both the embedded 851 MCU and the radio components have very low power consumption. The CC243/31 includes 12-bit ADC with up to eight inputs and configurable resolution. There are two powerful USARTs that support serial protocols. Combined with the ZigBee protocol stack from TI, the CC243 is one of the most competitive ZigBee solutions among industry. 3.2 ADXL33 MEMS Accelerometer The ADXL33 [15] is a complete 3-axis acceleration measurement system on a single monolithic IC. The ADXL33 has a measurement range of ±3 g minimum. The block diagram is illustrated in Fig. 4. It contains a micromachined sensor and signal conditioning circuit to implement the open loop acceleration measurement architecture. The output signals are analog voltages that are proportional to acceleration. Fig.2 Structure of the wireless sensor network 3 Design of nodes and base station The hardware framework is illustrated in Fig. 3. The main circuits include the power supply circuit, CC243/31 external circuit, sensor and signal conditioning circuits, flash ROM and RAM memory, serial port interface, and three LEDs for status indication. SENSOR Signal Conditioning Circuit Memory CC243 LED USART Interface CC243 LED Fig.3 Hardware framework PC Base Station Fig.4 Block diagram of ADXL33 MEMS accelerometer 3.3 Node & Base station The sensor nodes (shown in Fig. 5) are in charge of collecting information such as vibration signal. All vibration signals are digitized through a 12-bit ADC convert up to 2 samples per second. Storage unit has 128kb flash memory and 8kb RAM to be chosen. Controlled by the MCU, the data from the ADC can be temporarily stored in the storage unit 8kB RAM and then transmitted to the PAN network coordinator node through the ZigBee module. The base station includes PAN network coordination (shown in Fig. 5) and a PC. The network coordination primarily takes charge to distribute network address, and notarize the physical address, transmit test data. The network coordination can connect, and send the data and information to PC through RS232 or USB port.

3 Fig.5 A data collection node board (left side) and a PAN network coordinator (right side) developed in this study 4 RSSI based distance positioning method In order to determine the location of unknown nodes, most positioning studied in sensor networks is based on the Received Signal Strength Indication (RSSI) of the signal received from nodes with known locations. By applying a mathematical model, the position of nodes can be estimated by analyzing the RSSI signals. In this work, we use distance based localization algorithms. We use CC2431 as a wireless transceiver. ZigBee protocol stack and host-computer program can build a local area wireless positioning system. Basing on the RSSI value, these algorithms can find the distance of the transmitting node. From the test, the localization of sensor network can be conducted in a feasible and efficient way. 4.1 Received signal strength indicator (RSSI) The received signal strength is a function of the transmitted power and the distance between the sender and the receiver. The theoretical propagation model as the equation below shows. RSSI (1n log d A) (1) Where n is signal propagation constant which indicates the decreasing rate of signal strength in an environment, d is the distance between the transmitter and receiver, and A is the received signal strength at a distance of one meter. Given this model, we can first measure the receiving strength in different distances, and then adjust the value of n to let the model fit the actual data. We use CC2431 as the core of the location. CC2431's location uses received signal strength indicator (RSSI). When CC243/31 receives a packet it will automatically add an RSSI value to the received packet. After system startup, the location node first sends a certain sequence of RSSI Blast information broadcast. The node has been configured to wait for the completion of positioning at specified intervals. Then the location node sent RSSI request broadcast to the reference nodes. When the request is received, the reference node will sent back its location and the RSSI value Field Test Results In order to observe the accuracy of the distance-based positioning method, we do conduct experiments at different distance of the location node varied from -15 meters. We performed three measurements in an open space environment. By sending 1 packets from a transmitter, the results of RSSI at different testing distance can be shown in Table 1. TABLE I: RSSI VALUE AT DIFFERENT DISTANCE TESTS Range (m.) Test #1 Test #2 Test #3 RSSI RSSI RSSI Packets (db) Packets (db) Packets (db) The RSSI measurements were carried out in a real environment in order to analyze the RF propagation behavior of ZigBee modules in real working condition. To fit the experiment results with the theoretical propagation model, we choose the parameter of A=4 and n=2.5. The result in Fig.6 shows that the distance based positioning method of the proposed ZigBee wireless sensor network can provide satisfying accuracy. Fig.6 RSSI value (db) versus Distance: comparison between the averaged tested data (Blue line) with the propagation model (Black line). 5 Determination of rotor imbalance severity Rotor imbalances are common mechanical faults in induction motors. In general, a mechanical fault in the load part of the overall system can be observed from the variation of the load torque. When a mechanical fault happens, it will result in a rotating eccentricity at the rotating frequency [16]. These faults may also cause speed oscillations that have the effect on the stator current and finally lead to additional undesired harmonic components of power and torque at

4 some particular frequencies in the spectra. From the vibration spectrum analysis, the low frequency harmonics are associated with the rotational frequency and can be distinguished from the lower range of the spectrum. The mechanical vibration due to rotor imbalance is a once per revolution force. Therefore, the harmonics of rotor imbalance can be modeled as an integer multiple of rotating frequency [16]; 1 s f k. f ( ) vib s p (2) Where f is supply frequency, k is the integer s number, p is the number of pole pair, and s is the slip. Based on the vibration spectrum analysis, it is normally straightforward to locate the mechanical rotational frequency by monitoring the vibration spectrum and finding the most significant peak in the rotational frequency range expected. In this paper, all the techniques used here for signal analysis and processing have been implemented by MATLAB software. Block diagram of the proposed severity detection of rotor imbalance is shown in Fig. 7. Sample vibration signals and determine the RMS value occurring in a waveform. Crest factor can be used to differentiate the bearing fault and rotor imbalance fault. Fast Fourier Transform (FFT) algorithm is used to perform discrete Fourier transform (DFT) for all vibration signals. The amplitude of the FFT spectrum at the rotational frequency serves as the rotor imbalance indicator of the proposed monitoring system. Furthermore, the amplitude of this frequency component does reveal the severity level of the rotor imbalance fault. 7 Experimental setup and results In order to validate the proposed vibration based health monitoring system, the test-bed for mechanical fault was set up. Rotor imbalance was created on a 3-phase, 2-pole and 1h.p squirrel cage induction motor. Induction motor is fed from the variable speed drive at 5Hz. The wireless sensor network is implemented and accelerometer is also integrated in the system for detecting the vibration signals. Vibration signals were collected by using ADXL33 tri-axial accelerometer mounted on the motor housing (in Fig. 8). Axes of acceleration sensitivity corresponding to machine vibration are shown as in Fig. 9. exceed the baseline data? Y N Healthy Case Determine the Crest factor exceed the baseline data? N Y Check Bearing fault Fig. 8 A accelerometer mounted on the motor housing Calculation the spectrum amplitude at the rotational freq. Determine the rotor imbalance indicator Interpret the severity level Low: Medium: High The most important element of this test-bed is the flywheel which has holes drilled in it (Fig. 9.) The weights applied to these holes produce imbalance in the flywheel, thereby in the motor. The severity of the fault is determined by the weight. Fig. 7 Block diagram of the proposed severity detection technique of rotor imbalance The RMS value of the vibration signal is used for primary investigation of the machine health. The RMS values will be used to detect the severity of the abnormal condition. Z Y X The crest factor is the ratio of the peak value of the vibration signal to the RMS value. The purpose of this calculation is to give an analyst a quick idea of how much impacting is Fig. 9 Fly wheel design used in rotor imbalance test

5 RMS Vibration Signal (V.) Z-axis Vibration Spectrum Y-axis Vibration Spectrum X-axis Vibration Spectrum Rotor imbalance was created using four different weights namely, 5g, 1g, 15 and 2g. No fault data was also collected as baseline data and considered as g. All threeaxis vibration data were calculated the RMS values. As shown in Fig. 1, the RMS values are increasing corresponding to the level of imbalance mass. However, the change in crest factor is small as represented in Table 2. It implies that the degree of impacting is relatively small from bearing faults. TABLE II CREST FACTOR OF THREE-AXIS VIBRATION SIGNALS FOR DIFFERENT IMBALANCE MASS TESTS Imbalance mass (g.) Crest factor X-axis Y-axis Z-axis g g g g g X-axis Y-axis Z-axis Weight of imbalance mass (g.) Fig. 1 RMS value of vibration signals from different imbalance mass tests In order to observe the frequency component amplitude of vibration signals, FFT algorithm is used to perform the vibration signals. The spectrum component amplitude at rotating frequency is shown in Fig. 11. It can be noticed that the rotational harmonic at 5 Hz has a dominant value. In addition, by increasing the weight of imbalance mass, the amplitude of this frequency component will apparently increase in the spectrum. Therefore, the spectrum amplitude can be used to specify the degree of fault for the certain operating condition Frequency(Hz) Frequency(Hz) g. 5 g. 1 g. 15 g. 2 g Frequency(Hz) Fig axis vibration spectrum component amplitude at rotating frequency from different weights of imbalance mass Furthermore, based on the analyzed vibration data and the linear approximation, the relationship between the rotor imbalance indicator and the severity level can be represented in Fig. 12. It is important to note that any estimation is subject to error. However, this relationship can be use as trend to determine the severity level of the fault. For example, the change of rotor imbalance indicator during the time interval T-T1 can be used to predict the range of the severity level. The result from the prediction will be a very useful part of the condition monitoring system and the estimation on the usable life of the equipment. Rotor Imbalance Indicator T T1 Prognostic Region X-axis Y-axis Z-axis Low Severity level High Fig. 12 Rotor imbalance indicator of different levels of imbalance severity

6 8 Conclusion The method of rotor imbalance fault diagnostic through vibration analysis has been analyzed and determined on their ability to detect the induction motor abnormalities. Both hardware and software design of a ZigBee based wireless health monitoring system for induction machine is discussed in detail in this paper. By using MEMS accelerometer which is low cost, light in weight, compact in size and consume low power, this leads to the proposed vibration detection method. It is a non physical contact type which is free from electrical hazards. Moreover, it is more flexible because of tri-axial vibration measurement. Vibration signals have been analyzed and determined to detect the mechanical faults. The implementations of analysis technique in time and frequency domain are given. The proposed rotor imbalance detection technique is verified with different level of severity. Rotor imbalance indicator can be used to estimate the range of severity level which is very useful part of the predictive maintenance. RSSI of CC2431 provides the distance between the base station and monitored devices. This feature gives operator the ability to identify the location of the equipment that requires immediate attention. The proposed wireless health monitoring system is tested under various operating conditions and is found to work satisfactorily. 9 References [1] B. Lu, T. G. Habetler, and R. G. Harley, A survey of efficiency estimation methods of in-service induction motors with considerations of condition monitoring, in Proc. 25 International Electric Machine and Drive Conference (IEMDC), May 25, pp [2] M. E. Steele, R. A. Ashen, and L.G. Knight, An electrical method for condition monitoring of motors, International Conf. Electrical Machines Design and Application, IEE Publication No.213, pp , July 1982 [3] R. Natarajan, J. L. Kohler, and J. Sottile, Condition monitoring of slip ring induction motors, Electric power system, Vol. 15, pp , 1988 [4] M. Gao, J. Xu, J. Tian, and F. Zhang, ZigBee wireless mesh networks for remote monitoring system of pumping unit, in Proc. of Intelligent Control and Automation, Jun , 28, pp [5] Y.-W. Bai, and C.-H. Hung, Remote power on/off control and current measurement for home electric outlets based on a low-power embedded board and zigbee communication, in Proc. of Consumer Electronics, Apr , 28, pp [6] T. G. Habetler, R. G. Harley, R. M. Tallam, S. B. Lee, R. Obaid, and J. Stack, Complete current-based induction motor condition monitoring: stator, rotor, bearings, and load, CIEP 22 VIII IEEE International Power Electronics Congress, Oct. 22. [7] R. Obaid and T. G. Habetler, Effect of load on detecting mechanical faults in small induction motors, in Proc. 23 Symposium on Diagnostics for Electric Machines, Power Electronics and Drives (SDEMPED), Aug 23, pp [8] R. R. Schoen and T. G. Habetler, Effects of timevarying loads on rotor fault detection in induction machines, IEEE Trans. Industry Applications, Vol. 31, pp.9-96, July [9] S. A. Saleh, A. Kazzaz and G. K. Singh, Experimental investigations on induction machines condition monitoring and fault diagnosis using digital signal processing techniques, in 23 Electrical Power Systems Research, pp [1] S. Rajagopalan, J. M. Aller, J. A. Restrepo, T. G. Habetler and R. G. Harley, Analytic-wavelet-ridge-based detection of dynamic eccentricity in brushless direct current motors functioning under dynamic operating conditions, IEEE Trans. Industrial Electronics, Vol. 54, No.3, pp , June. 27. [11] C. M. Riley, B. K. Lin, T. G. Habetler, and R. R. Schoen, A method for sensorless on-line vibration monitoring of induction machines, IEEE Trans. Industry Applications, Vol. 34, pp , Nov [12] Maurice L. Adamis, JR. Rotating machinery vibration: From analysis to troubleshooting, 21 [13] G. S. Maruthi, and K. P. Vittal, Electrical fault detection in three phase squairrel cage induction motor by vibration analysis using MEMS accelerometer, in Proc. of 25 IEEE Power Electronics and Drives Systems (PEDS), Nov. 28 3, 25, pp [14] Chipcon TI, A True System-on-Chip solution for 2.4 GHz IEEE /ZigBee CC243 DataSheet (Rev.2.1) cc243.pdf, 28 [15] Analog Devices, Small, Low Power, 3-Axis imems Accelerometer ADXL33 datasheet (Rev. A), 26. [16] C. Kral, T. G. Habetler, and R. G. Harley, Detection of mechanical imbalances of induction machines without spectral analysis of time domain signal, IEEE Trans. Industry Applications, Vol. 4, pp , July. 24.

Wireless Health Monitoring System for Vibration Detection of Induction Motors

Wireless Health Monitoring System for Vibration Detection of Induction Motors Page 1 of 6 Wireless Health Monitoring System for Vibration Detection of Induction Motors Suratsavadee Korkua 1 Himanshu Jain 1 Wei-Jen Lee 1 Chiman Kwan 2 Student Member, IEEE Fellow, IEEE Member, IEEE

More information

Broken Rotor Bar Fault Detection using Wavlet

Broken Rotor Bar Fault Detection using Wavlet Broken Rotor Bar Fault Detection using Wavlet sonalika mohanty Department of Electronics and Communication Engineering KISD, Bhubaneswar, Odisha, India Prof.(Dr.) Subrat Kumar Mohanty, Principal CEB Department

More information

Capacitive MEMS accelerometer for condition monitoring

Capacitive MEMS accelerometer for condition monitoring Capacitive MEMS accelerometer for condition monitoring Alessandra Di Pietro, Giuseppe Rotondo, Alessandro Faulisi. STMicroelectronics 1. Introduction Predictive maintenance (PdM) is a key component of

More information

1 INTRODUCTION 2 MODELLING AND EXPERIMENTAL TOOLS

1 INTRODUCTION 2 MODELLING AND EXPERIMENTAL TOOLS Investigation of Harmonic Emissions in Wound Rotor Induction Machines K. Tshiloz, D.S. Vilchis-Rodriguez, S. Djurović The University of Manchester, School of Electrical and Electronic Engineering, Power

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

Current based Normalized Triple Covariance as a bearings diagnostic feature in induction motor

Current based Normalized Triple Covariance as a bearings diagnostic feature in induction motor 19 th World Conference on Non-Destructive Testing 2016 Current based Normalized Triple Covariance as a bearings diagnostic feature in induction motor Leon SWEDROWSKI 1, Tomasz CISZEWSKI 1, Len GELMAN 2

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

Vibration Analysis of Induction Motors with Unbalanced Loads

Vibration Analysis of Induction Motors with Unbalanced Loads Vibration Analysis of Induction Motors with Unbalanced Loads Selahattin GÜÇLÜ 1, Abdurrahman ÜNSAL 1 and Mehmet Ali EBEOĞLU 1 1 Dumlupinar University, Department of Electrical Engineering, Tavşanlı Yolu,

More information

Application of Electrical Signature Analysis. Howard W Penrose, Ph.D., CMRP President, SUCCESS by DESIGN

Application of Electrical Signature Analysis. Howard W Penrose, Ph.D., CMRP President, SUCCESS by DESIGN Application of Electrical Signature Analysis Howard W Penrose, Ph.D., CMRP President, SUCCESS by DESIGN Introduction Over the past months we have covered traditional and modern methods of testing electric

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

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

Volume 1, Number 1, 2015 Pages Jordan Journal of Electrical Engineering ISSN (Print): , ISSN (Online):

Volume 1, Number 1, 2015 Pages Jordan Journal of Electrical Engineering ISSN (Print): , ISSN (Online): JJEE Volume, Number, 2 Pages 3-24 Jordan Journal of Electrical Engineering ISSN (Print): 249-96, ISSN (Online): 249-969 Analysis of Brushless DC Motor with Trapezoidal Back EMF using MATLAB Taha A. Hussein

More information

Swinburne Research Bank

Swinburne Research Bank Swinburne Research Bank http://researchbank.swinburne.edu.au Tashakori, A., & Ektesabi, M. (2013). A simple fault tolerant control system for Hall Effect sensors failure of BLDC motor. Originally published

More information

Current-Based Online Bearing Fault Diagnosis for Direct-Drive Wind Turbines via Spectrum Analysis and Impulse Detection

Current-Based Online Bearing Fault Diagnosis for Direct-Drive Wind Turbines via Spectrum Analysis and Impulse Detection Current-Based Online Bearing Fault Diagnosis for Direct-Drive Wind Turbines via Spectrum Analysis and Impulse Detection Xiang Gong, Member, IEEE, and Wei Qiao, Member, IEEE Abstract--Online fault diagnosis

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

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

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

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 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

A NEW MOTOR SPEED MEASUREMENT ALGORITHM BASED ON ACCURATE SLOT HARMONIC SPECTRAL ANALYSIS

A NEW MOTOR SPEED MEASUREMENT ALGORITHM BASED ON ACCURATE SLOT HARMONIC SPECTRAL ANALYSIS A NEW MOTOR SPEED MEASUREMENT ALGORITHM BASED ON ACCURATE SLOT HARMONIC SPECTRAL ANALYSIS M. Aiello, A. Cataliotti, S. Nuccio Dipartimento di Ingegneria Elettrica -Università degli Studi di Palermo Viale

More information

A Survey of Sensor Technologies for Prognostics and Health Management of Electronic Systems

A Survey of Sensor Technologies for Prognostics and Health Management of Electronic Systems Applied Mechanics and Materials Submitted: 2014-06-06 ISSN: 1662-7482, Vols. 602-605, pp 2229-2232 Accepted: 2014-06-11 doi:10.4028/www.scientific.net/amm.602-605.2229 Online: 2014-08-11 2014 Trans Tech

More information

Frequency Converter Influence on Induction Motor Rotor Faults Detection Using Motor Current Signature Analysis Experimental Research

Frequency Converter Influence on Induction Motor Rotor Faults Detection Using Motor Current Signature Analysis Experimental Research SDEMPED 03 Symposium on Diagnostics for Electric Machines, Power Electronics and Drives Atlanta, GA, USA, 24-26 August 03 Frequency Converter Influence on Induction Motor Rotor Faults Detection Using Motor

More information

Master Op-Doc/Test Plan

Master Op-Doc/Test Plan Power Supply Master Op-Doc/Test Plan Define Engineering Specs Establish battery life Establish battery technology Establish battery size Establish number of batteries Establish weight of batteries Establish

More information

Stator Fault Detector for AC Motors Based on the TMS320F243 DSP Controller

Stator Fault Detector for AC Motors Based on the TMS320F243 DSP Controller Stator Fault Detector for AC Motors Based on the TMS320F243 DSP Controller Bin Huo and Andrzej M. Trzynadlowski University of Nevada, Electrical Engineering Department/260, Reno, NV 89557-0153 Ph. (775)

More information

ANALYSIS OF EFFECTS OF VECTOR CONTROL ON TOTAL CURRENT HARMONIC DISTORTION OF ADJUSTABLE SPEED AC DRIVE

ANALYSIS OF EFFECTS OF VECTOR CONTROL ON TOTAL CURRENT HARMONIC DISTORTION OF ADJUSTABLE SPEED AC DRIVE ANALYSIS OF EFFECTS OF VECTOR CONTROL ON TOTAL CURRENT HARMONIC DISTORTION OF ADJUSTABLE SPEED AC DRIVE KARTIK TAMVADA Department of E.E.E, V.S.Lakshmi Engineering College for Women, Kakinada, Andhra Pradesh,

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

NON-INVASIVE ROTOR BAR FAULTS DIAGNOSIS OF INDUCTION MACHINES USING VIRTUAL INSTRUMENTATION

NON-INVASIVE ROTOR BAR FAULTS DIAGNOSIS OF INDUCTION MACHINES USING VIRTUAL INSTRUMENTATION NON-INVASIVE ROTOR BAR FAULTS DIAGNOSIS OF INDUCTION MACHINES USING VIRTUAL INSTRUMENTATION Loránd SZABÓ Károly Ágoston BIRÓ Jenő Barna DOBAI Technical University of Cluj (Romania) 3400 Cluj, P.O. Box

More information

ISSN Vol.05,Issue.01, January-2017, Pages:

ISSN Vol.05,Issue.01, January-2017, Pages: WWW.IJITECH.ORG ISSN 2321-8665 Vol.05,Issue.01, January-2017, Pages:0028-0032 Digital Control Strategy for Four Quadrant Operation of Three Phase BLDC Motor with Load Variations MD. HAFEEZUDDIN 1, KUMARASWAMY

More information

CHAPTER 5 FAULT DIAGNOSIS OF ROTATING SHAFT WITH SHAFT MISALIGNMENT

CHAPTER 5 FAULT DIAGNOSIS OF ROTATING SHAFT WITH SHAFT MISALIGNMENT 66 CHAPTER 5 FAULT DIAGNOSIS OF ROTATING SHAFT WITH SHAFT MISALIGNMENT 5.1 INTRODUCTION The problem of misalignment encountered in rotating machinery is of great concern to designers and maintenance engineers.

More information

A Novel Approach to Electrical Signature Analysis

A Novel Approach to Electrical Signature Analysis A Novel Approach to Electrical Signature Analysis Howard W Penrose, Ph.D., CMRP Vice President, Engineering and Reliability Services Dreisilker Electric Motors, Inc. Abstract: Electrical Signature Analysis

More information

A Model Based Digital PI Current Loop Control Design for AMB Actuator Coils Lei Zhu 1, a and Larry Hawkins 2, b

A Model Based Digital PI Current Loop Control Design for AMB Actuator Coils Lei Zhu 1, a and Larry Hawkins 2, b A Model Based Digital PI Current Loop Control Design for AMB Actuator Coils Lei Zhu 1, a and Larry Hawkins 2, b 1, 2 Calnetix, Inc 23695 Via Del Rio Yorba Linda, CA 92782, USA a lzhu@calnetix.com, b lhawkins@calnetix.com

More information

PERMANENT magnet brushless DC motors have been

PERMANENT magnet brushless DC motors have been Inverter Switch Fault Diagnosis System for BLDC Motor Drives A. Tashakori and M. Ektesabi Abstract Safe operation of electric motor drives is of prime research interest in various industrial applications.

More information

REVIEW ON VIBRATION SENSOR BASED MONITORING SYSTEM FOR FAULT DETECTION IN MECHANICAL INSTRUMENTS USING LABVIEW

REVIEW ON VIBRATION SENSOR BASED MONITORING SYSTEM FOR FAULT DETECTION IN MECHANICAL INSTRUMENTS USING LABVIEW REVIEW ON VIBRATION SENSOR BASED MONITORING SYSTEM FOR FAULT DETECTION IN MECHANICAL INSTRUMENTS USING LABVIEW Nikhil Ghatul 1, P.B.Borole 2 1 M. Tech Scholar, Electrical Engineering Dept., VJTI, Mumbai,

More information

IN MANY industrial applications, ac machines are preferable

IN MANY industrial applications, ac machines are preferable IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 46, NO. 1, FEBRUARY 1999 111 Automatic IM Parameter Measurement Under Sensorless Field-Oriented Control Yih-Neng Lin and Chern-Lin Chen, Member, IEEE Abstract

More information

A Comparison of Different Techniques for Induction Motor Rotor Fault Diagnosis

A Comparison of Different Techniques for Induction Motor Rotor Fault Diagnosis Journal of Physics: Conference Series A Comparison of Different Techniques for Induction Motor Rotor Fault Diagnosis To cite this article: A Alwodai et al 212 J. Phys.: Conf. Ser. 364 1266 View the article

More information

A PID Controller for Real-Time DC Motor Speed Control using the C505C Microcontroller

A PID Controller for Real-Time DC Motor Speed Control using the C505C Microcontroller A PID Controller for Real-Time DC Motor Speed Control using the C505C Microcontroller Sukumar Kamalasadan Division of Engineering and Computer Technology University of West Florida, Pensacola, FL, 32513

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

Design of double loop-locked system for brush-less DC motor based on DSP

Design of double loop-locked system for brush-less DC motor based on DSP International Conference on Advanced Electronic Science and Technology (AEST 2016) Design of double loop-locked system for brush-less DC motor based on DSP Yunhong Zheng 1, a 2, Ziqiang Hua and Li Ma 3

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

ROTOR FLUX VECTOR CONTROL TRACKING FOR SENSORLESS INDUCTION MOTOR

ROTOR FLUX VECTOR CONTROL TRACKING FOR SENSORLESS INDUCTION MOTOR International Journal of Scientific & Engineering Research, Volume 7, Issue 4, April-2016 668 ROTOR FLUX VECTOR CONTROL TRACKING FOR SENSORLESS INDUCTION MOTOR Fathima Farook 1, Reeba Sara Koshy 2 Abstract

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

PeakVue Analysis for Antifriction Bearing Fault Detection

PeakVue Analysis for Antifriction Bearing Fault Detection Machinery Health PeakVue Analysis for Antifriction Bearing Fault Detection Peak values (PeakVue) are observed over sequential discrete time intervals, captured, and analyzed. The analyses are the (a) peak

More information

Keyword: AVR Microcontroller, GSM, LCD, remote monitoring, Sensors, ZigBee.

Keyword: AVR Microcontroller, GSM, LCD, remote monitoring, Sensors, ZigBee. Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Design & Implementation

More information

Wireless Speed Control of an Induction Motor Using Pwm Technique with Gsm

Wireless Speed Control of an Induction Motor Using Pwm Technique with Gsm IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 6, Issue 2 (May. - Jun. 2013), PP 01-05 Wireless Speed Control of an Induction Motor Using

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

ELECTRIC MACHINES MODELING, CONDITION MONITORING, SEUNGDEOG CHOI HOMAYOUN MESHGIN-KELK AND FAULT DIAGNOSIS HAMID A. TOLIYAT SUBHASIS NANDI

ELECTRIC MACHINES MODELING, CONDITION MONITORING, SEUNGDEOG CHOI HOMAYOUN MESHGIN-KELK AND FAULT DIAGNOSIS HAMID A. TOLIYAT SUBHASIS NANDI ELECTRIC MACHINES MODELING, CONDITION MONITORING, AND FAULT DIAGNOSIS HAMID A. TOLIYAT SUBHASIS NANDI SEUNGDEOG CHOI HOMAYOUN MESHGIN-KELK CRC Press is an imprint of the Taylor & Francis Croup, an informa

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

ABSTRACT I. INTRODUCTION

ABSTRACT I. INTRODUCTION 2017 IJSRST Volume 3 Issue 8 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology A Novel Zeta Converter with Pi Controller for Power Factor Correction in Induction Motor

More information

A Comparative Study of FFT, STFT and Wavelet Techniques for Induction Machine Fault Diagnostic Analysis

A Comparative Study of FFT, STFT and Wavelet Techniques for Induction Machine Fault Diagnostic Analysis A Comparative Study of FFT, STFT and Wavelet Techniques for Induction Machine Fault Diagnostic Analysis NEELAM MEHALA, RATNA DAHIYA Department of Electrical Engineering National Institute of Technology

More information

Simulation Analysis of Three Phase & Line to Ground Fault of Induction Motor Using FFT

Simulation Analysis of Three Phase & Line to Ground Fault of Induction Motor Using FFT www.ijird.com June, 4 Vol 3 Issue 6 ISSN 78 (Online) Simulation Analysis of Three Phase & Line to Ground Fault of Induction Motor Using FFT Anant G. Kulkarni Research scholar, Dr. C. V. Raman University,

More information

Applicability of ZigBee Technology to Electric Motor Rotor Measurements

Applicability of ZigBee Technology to Electric Motor Rotor Measurements Applicability of ZigBee Technology to Electric Motor Rotor Measurements Ville Särkimäki, Risto Tiainen, Tuomo Lindh and Jero Ahola Department of Electrical Engineering Lappeenranta University of Technology

More information

Analog Devices: High Efficiency, Low Cost, Sensorless Motor Control.

Analog Devices: High Efficiency, Low Cost, Sensorless Motor Control. Analog Devices: High Efficiency, Low Cost, Sensorless Motor Control. Dr. Tom Flint, Analog Devices, Inc. Abstract In this paper we consider the sensorless control of two types of high efficiency electric

More information

Application Note. GE Grid Solutions. Multilin 8 Series Applying Electrical Signature Analysis in 869 for Motor M&D. Overview.

Application Note. GE Grid Solutions. Multilin 8 Series Applying Electrical Signature Analysis in 869 for Motor M&D. Overview. GE Grid Solutions Multilin 8 Series Applying Electrical Signature Analysis in 869 for Motor M&D Application Note GE Publication Number: GET-20060 Copyright 2018 GE Multilin Inc. Overview Motors play a

More information

LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES

LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES 1 Guntha Karthik, 2 Prof.Singam Jayanthu, 3 Bhushan N Patil, and 4 R.Prashanth

More information

Automated Bearing Wear Detection

Automated Bearing Wear Detection Mike Cannon DLI Engineering Automated Bearing Wear Detection DLI Engr Corp - 1 DLI Engr Corp - 2 Vibration: an indicator of machine condition Narrow band Vibration Analysis DLI Engr Corp - 3 Vibration

More information

Pulse Width Modulated Motor Drive Fault Detection Using Electrical Signature Analysis

Pulse Width Modulated Motor Drive Fault Detection Using Electrical Signature Analysis Pulse Width Modulated Motor Drive Fault Detection Using Electrical Signature Analysis By ALL-TEST Pro, LLC & EMA Inc. Industry s use of Motor Drives for AC motors continues to grow and the Pulse-Width

More information

ISSCC 2006 / SESSION 20 / WLAN/WPAN / 20.5

ISSCC 2006 / SESSION 20 / WLAN/WPAN / 20.5 20.5 An Ultra-Low Power 2.4GHz RF Transceiver for Wireless Sensor Networks in 0.13µm CMOS with 400mV Supply and an Integrated Passive RX Front-End Ben W. Cook, Axel D. Berny, Alyosha Molnar, Steven Lanzisera,

More information

Broken Rotor Bar Fault Diagnosis in VFD Driven Induction Motors by an Improved Vibration Monitoring Technique

Broken Rotor Bar Fault Diagnosis in VFD Driven Induction Motors by an Improved Vibration Monitoring Technique International Journal of Performability Engineering, Vol. 13, No. 1, January 2017, pp. 87-94 Totem Publisher, Inc., 4625 Stargazer Dr., Plano, Texas 75024, U.S.A Broken Rotor Bar Fault Diagnosis in VFD

More information

WiBeaM : Design and Implementation of Wireless Bearing Monitoring System

WiBeaM : Design and Implementation of Wireless Bearing Monitoring System WiBeaM : Design and Implementation of Wireless Bearing Monitoring System VMD Jagannath Supervisor: Dr Bhaskaran Raman Department of Computer Science & Engineering Indian Institute of Technology, Kanpur

More information

Current Rebuilding Concept Applied to Boost CCM for PF Correction

Current Rebuilding Concept Applied to Boost CCM for PF Correction Current Rebuilding Concept Applied to Boost CCM for PF Correction Sindhu.K.S 1, B. Devi Vighneshwari 2 1, 2 Department of Electrical & Electronics Engineering, The Oxford College of Engineering, Bangalore-560068,

More information

AN4378 Application note

AN4378 Application note Application note Using the BlueNRG family transceivers under FCC title 47 part 15 in the 2400 2483.5 MHz band Introduction BlueNRG family devices are very low power Bluetooth low energy (BLE) devices compliant

More information

Wire and Wireless Linked Remote Control for the Group Lighting System Using Induction Lamps

Wire and Wireless Linked Remote Control for the Group Lighting System Using Induction Lamps PEDS 2007 Wire and Wireless Linked Remote Control for the Group Lighting System Using Induction Lamps Kyu Min Cho*, Jae Eul Yeon**, Ma Xian Chao***, and Hee Jun Kim*** * Dept. of Information and Communications,

More information

Implementation of RSSI-Based 3D Indoor Localization using Wireless Sensor Networks Based on ZigBee Standard

Implementation of RSSI-Based 3D Indoor Localization using Wireless Sensor Networks Based on ZigBee Standard Implementation of RSSI-Based 3D Indoor Localization using Wireless Sensor Networks Based on ZigBee Standard Thanapong Chuenurajit 1, DwiJoko Suroso 2, and Panarat Cherntanomwong 1 1 Department of Computer

More information

Fault Diagnosis of an Induction Motor Using Motor Current Signature Analysis

Fault Diagnosis of an Induction Motor Using Motor Current Signature Analysis Fault Diagnosis of an Induction Motor Using Motor Current Signature Analysis Swapnali Janrao and Prof. Mrs. Rupalee Ambekar Department of Electrical Engineering, BVP s College of Engineering (Deemed to

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

NVH analysis of a 3 phase 12/8 SR motor drive for HEV applications

NVH analysis of a 3 phase 12/8 SR motor drive for HEV applications NVH analysis of a 3 phase 12/8 SR motor drive for HEV applications Mathieu Sarrazin 1, Steven Gillijns 1, Jan Anthonis 1, Karl Janssens 1, Herman van der Auweraer 1, Kevin Verhaeghe 2 1 LMS, a Siemens

More information

muse Capstone Course: Wireless Sensor Networks

muse Capstone Course: Wireless Sensor Networks muse Capstone Course: Wireless Sensor Networks Experiment for WCC: Channel and Antenna Characterization Objectives 1. Get familiar with the TI CC2500 single-chip transceiver. 2. Learn how the MSP430 MCU

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

CHAPTER 4 FUZZY BASED DYNAMIC PWM CONTROL

CHAPTER 4 FUZZY BASED DYNAMIC PWM CONTROL 47 CHAPTER 4 FUZZY BASED DYNAMIC PWM CONTROL 4.1 INTRODUCTION Passive filters are used to minimize the harmonic components present in the stator voltage and current of the BLDC motor. Based on the design,

More information

Design of A Closed Loop Speed Control For BLDC Motor

Design of A Closed Loop Speed Control For BLDC Motor International Refereed Journal of Engineering and Science (IRJES) ISSN (Online) 2319-183X, (Print) 2319-1821 Volume 3, Issue 11 (November 214), PP.17-111 Design of A Closed Loop Speed Control For BLDC

More information

Design of WSN for Environmental Monitoring Using IoT Application

Design of WSN for Environmental Monitoring Using IoT Application Design of WSN for Environmental Monitoring Using IoT Application Sarika Shinde 1, Prof. Venkat N. Ghodke 2 P.G. Student, Department of E and TC Engineering, DPCOE Engineering College, Pune, Maharashtra,

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

ARM BASED WAVELET TRANSFORM IMPLEMENTATION FOR EMBEDDED SYSTEM APPLİCATİONS

ARM BASED WAVELET TRANSFORM IMPLEMENTATION FOR EMBEDDED SYSTEM APPLİCATİONS ARM BASED WAVELET TRANSFORM IMPLEMENTATION FOR EMBEDDED SYSTEM APPLİCATİONS 1 FEDORA LIA DIAS, 2 JAGADANAND G 1,2 Department of Electrical Engineering, National Institute of Technology, Calicut, India

More information

On the Design of Software and Hardware for a WSN Transmitter

On the Design of Software and Hardware for a WSN Transmitter 16th Annual Symposium of the IEEE/CVT, Nov. 19, 2009, Louvain-La-Neuve, Belgium 1 On the Design of Software and Hardware for a WSN Transmitter Jo Verhaevert, Frank Vanheel and Patrick Van Torre University

More information

Wireless Ad hoc and Sensor Network Underground with Sensor Data in Real-Time

Wireless Ad hoc and Sensor Network Underground with Sensor Data in Real-Time Wireless Ad hoc and Sensor Network Underground with Sensor Data in Real-Time Emmanuel Odei-Lartey, Klaus Hartmann Center for Sensor Systems, University of Siegen Paul-Bonatz-Str. 9-11, 57068 Siegen, Germany

More information

Comparative Investigation of Diagnostic Media for Induction Motors: A Case of Rotor Cage Faults

Comparative Investigation of Diagnostic Media for Induction Motors: A Case of Rotor Cage Faults 1092 IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 47, NO. 5, OCTOBER 2000 Comparative Investigation of Diagnostic Media for Induction Motors: A Case of Rotor Cage Faults Andrzej M. Trzynadlowski,

More information

Analysis of Voltage Source Inverters using Space Vector PWM for Induction Motor Drive

Analysis of Voltage Source Inverters using Space Vector PWM for Induction Motor Drive IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) ISSN: 2278-1676 Volume 2, Issue 6 (Sep-Oct. 2012), PP 14-19 Analysis of Voltage Source Inverters using Space Vector PWM for Induction

More information

CONDITION MONITORING OF SQUIRREL CAGE INDUCTION MACHINE USING NEURO CONTROLLER

CONDITION MONITORING OF SQUIRREL CAGE INDUCTION MACHINE USING NEURO CONTROLLER CONDITION MONITORING OF SQUIRREL CAGE INDUCTION MACHINE USING NEURO CONTROLLER 1 M.Premkumar, 2 A.Mohamed Ibrahim, 3 Dr.T.R.Sumithira 1,2 Assistant professor in Department of Electrical & Electronics Engineering,

More information

LabVIEW Based Condition Monitoring Of Induction Motor

LabVIEW Based Condition Monitoring Of Induction Motor RESEARCH ARTICLE OPEN ACCESS LabVIEW Based Condition Monitoring Of Induction Motor 1PG student Rushikesh V. Deshmukh Prof. 2Asst. professor Anjali U. Jawadekar Department of Electrical Engineering SSGMCE,

More information

Current Signature Analysis to Diagnose Incipient Faults in Wind Generator Systems

Current Signature Analysis to Diagnose Incipient Faults in Wind Generator Systems Current Signature Analysis to Diagnose Incipient Faults in Wind Generator Systems Lucian Mihet Popa *, Birgitte Bak-Jensen **, Ewen Ritchie ** and Ion Boldea * * Department of Electrical Machines and Drives,

More information

Frequency Variable Three Phase Inverter Connected to PWM to Control the Induction Motor

Frequency Variable Three Phase Inverter Connected to PWM to Control the Induction Motor Frequency Variable Three Phase Inverter Connected to PWM to Control the Induction Motor 1 Ms.R.Indu Poornima, 2 V Sindu, 3 K.Senthil Kumar 1,2 Assistant Professor, Dept. of Information and Technology,

More information

Wireless Sensor Networks for Aerospace Applications

Wireless Sensor Networks for Aerospace Applications SAE 2017 Aerospace Standards Summit th 25-26 April 2017, Cologne, Germany Wireless Sensor Networks for Aerospace Applications Dr. Bahareh Zaghari University of Southampton, UK June 9, 2017 In 1961, the

More information

Detection of outer raceway bearing defects in small induction motors using stator current analysis

Detection of outer raceway bearing defects in small induction motors using stator current analysis Sādhanā Vol. 30, Part 6, December 2005, pp. 713 722. Printed in India Detection of outer raceway bearing defects in small induction motors using stator current analysis İZZET Y ÖNEL, K BURAK DALCI and

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

MEASUREMENT of physical conditions in buildings

MEASUREMENT of physical conditions in buildings INTL JOURNAL OF ELECTRONICS AND TELECOMMUNICATIONS, 2012, VOL. 58, NO. 2, PP. 117 122 Manuscript received August 29, 2011; revised May, 2012. DOI: 10.2478/v10177-012-0016-4 Digital Vibration Sensor Constructed

More information

Indirect Rotor Field Oriented Control (IRFOC) for Three Phase Induction Motor Drive Using MOSFET

Indirect Rotor Field Oriented Control (IRFOC) for Three Phase Induction Motor Drive Using MOSFET Indirect Rotor Field Oriented Control (IRFOC) for Three Phase Induction Motor Drive Using MOSFET Abstract: Govind R Shivbhakt PG Student, Department of Electrical Engineering, Government College of Engineering,

More information

Time- Frequency Techniques for Fault Identification of Induction Motor

Time- Frequency Techniques for Fault Identification of Induction Motor International Journal of Electronic Networks Devices and Fields. ISSN 0974-2182 Volume 8 Number 1 (2016) pp. 13-17 International Research Publication House http://www.irphouse.com Time- Frequency Techniques

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

AGN 008 Vibration DESCRIPTION. Cummins Generator Technologies manufacture ac generators (alternators) to ensure compliance with BS 5000, Part 3.

AGN 008 Vibration DESCRIPTION. Cummins Generator Technologies manufacture ac generators (alternators) to ensure compliance with BS 5000, Part 3. Application Guidance Notes: Technical Information from Cummins Generator Technologies AGN 008 Vibration DESCRIPTION Cummins Generator Technologies manufacture ac generators (alternators) to ensure compliance

More information

Analysis of Indirect Temperature-Rise Tests of Induction Machines Using Time Stepping Finite Element Method

Analysis of Indirect Temperature-Rise Tests of Induction Machines Using Time Stepping Finite Element Method IEEE TRANSACTIONS ON ENERGY CONVERSION, VOL. 16, NO. 1, MARCH 2001 55 Analysis of Indirect Temperature-Rise Tests of Induction Machines Using Time Stepping Finite Element Method S. L. Ho and W. N. Fu Abstract

More information

Fault Detection in Three Phase Induction Motor

Fault Detection in Three Phase Induction Motor Fault Detection in Three Phase Induction Motor A.Selvanayakam 1, W.Rajan Babu 2, S.K.Rajarathna 3 Final year PG student, Department of Electrical and Electronics Engineering, Sri Eshwar College of Engineering,

More information

Open Access Research on RSSI Based Localization System in the Wireless Sensor Network

Open Access Research on RSSI Based Localization System in the Wireless Sensor Network Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 1139-1146 1139 Open Access Research on RSSI Based Localization System in the Wireless Sensor

More information

A Solar-Powered Wireless Data Acquisition Network

A Solar-Powered Wireless Data Acquisition Network A Solar-Powered Wireless Data Acquisition Network E90: Senior Design Project Proposal Authors: Brian Park Simeon Realov Advisor: Prof. Erik Cheever Abstract We are proposing to design and implement a solar-powered

More information

Latest Control Technology in Inverters and Servo Systems

Latest Control Technology in Inverters and Servo Systems Latest Control Technology in Inverters and Servo Systems Takao Yanase Hidetoshi Umida Takashi Aihara. Introduction Inverters and servo systems have achieved small size and high performance through the

More information

- GOMS II. -GOMS II Gearbox Online Monitoring System. P o w e r T r a n s m i s s i o n. Application Note Wind Energy

- GOMS II. -GOMS II Gearbox Online Monitoring System. P o w e r T r a n s m i s s i o n. Application Note Wind Energy -GOMS II Gearbox Online Monitoring System Application Note Wind Energy Content: 1 SYSTEM DESCRIPTION EGOMS II WIND... 3 1.1 System for Online Vibration Measurement...4 1.2 Technical Details of the EGOMS

More information

DIAGNOSING THE FAULTY MODEL OF A MOTOR BASED ON FFT ANALYZER WITH VIBRATING ANALYSIS

DIAGNOSING THE FAULTY MODEL OF A MOTOR BASED ON FFT ANALYZER WITH VIBRATING ANALYSIS International Journal of Engineering & Scientific Research Vol.5 Issue 10, October 2017, ISSN: 2347-6532 Impact Factor: 6.660 Journal Home page: http://www.ijmra.us, Email:editorijmie@gmail.com Double-Blind

More information

EXPERIMENTAL INVESTIGATION OF FAULTY GEARBOX USING MOTOR CURRENT SIGNATURE ANALYSIS.

EXPERIMENTAL INVESTIGATION OF FAULTY GEARBOX USING MOTOR CURRENT SIGNATURE ANALYSIS. P a g e 1 EXPERIMENTAL INVESTIGATION OF FAULTY GEARBOX USING MOTOR CURRENT SIGNATURE ANALYSIS. A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF Bachelor of Technology In

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

BROKEN ROTOR BARS DETECTION IN SQUIRREL-CAGE INDUCTION MACHINES BY MOTOR CURRENT SIGNATURE ANALYSIS METHOD

BROKEN ROTOR BARS DETECTION IN SQUIRREL-CAGE INDUCTION MACHINES BY MOTOR CURRENT SIGNATURE ANALYSIS METHOD Scientific Bulletin of the Electrical Engineering Faculty Year 11 No. 3 (17) ISSN 1843-6188 BROKEN ROTOR BARS DETECTION IN SQUIRREL-CAGE INDUCTION MACHINES BY MOTOR CURRENT SIGNATURE ANALYSIS METHOD C.

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