Rotating machines like wind turbines, hydro turbines, induction motors etc face different kind of wear and Tear. Most of these faults and wear and tear caused by the abnormal vibrations in the device. These machines are often operated under heavy-duty and with minimal downtime. The main faults that occur in these are following
These irregular vibration can result in faster degradation of the machine.Noise and can affect the mechanical behaviour of the machine. Machinery Vibration Analysis and Predictive Maintenance provides a detailed examination of the detection, location and diagnosis of faults in rotating and reciprocating machinery using vibration analysis. In this Instructable we will be using Wireless Vibration Sensor to overcome this problem. These sensors are industrial grade sensors and have been successfully deployed in many application like Structural analysis of civil infrastructures , vibration analysis of wind turbine, vibration analysis of the hydro turbine. We will be visualizing and analyzing the vibration data in Thing Speak. Here we will be demonstrating the following.
As mentioned in the last instructable " Mechanical Vibration Analysis of Induction Motors ". There are certain guidelines that are to be followed in order to segregate the fault and fault identifying vibration. For the brief rotational speed frequency is one of them. Rotation speed frequencies are characteristic of different faults.
The vibration values, that we are getting from the sensors are in milis. These consists of the following values.
peak to peak value = RMS value/0.707
RMS value = peak to peak value x 0.707
Earlier when the motor was in good condition we got the values around 0.002g. But when we tried it on a faulty motor the vibration we examined was about 0.80g to 1.29g. The faulty motor was subjected to high rotor eccentricity. So, we can improve the fault tolerance of the motor using the Vibration sensors.
For posting our temperature and Humidity values to the cloud we are using ThingSpeak MQTT API. ThingSpeak is an IoT platform. ThingSpeak is a free web service that lets you collect and store sensor data in the cloud. MQTT is a common protocol used in IoT systems to connect low-level devices and sensors. MQTT is used to pass short messages to and from a broker. ThingSpeak has recently added an MQTT broker so devices can send messages to ThingSpeak. You can follow the procedure to set up ThingSpeak Channel from this post
MQTT is a publish/subscribe architecture that is developed primarily to connect bandwidth and power-constrained devices over wireless networks. It is a simple and lightweight protocol that runs over TCP/IP sockets or WebSockets. MQTT over WebSockets can be secured with SSL. The publish/subscribe architecture enables messages to be pushed to the client devices without the device needing to continuously poll the server.
A client is any device that connects to the broker and can publish or subscribe to topics to access the information. A topic contains the routing information for the broker. Each client that wants to send messages publishes them to a certain topic, and each client that wants to receive messages subscribes to a certain topic
channels/
"channelID"/publish/fields/"fieldNumber"/"fieldNumber"channels/
"channelID"/subscribe/ "format"/"APIKey"channels/
"channelID"
/subscribe/fields/"fieldNumber"/"format""channelID"/
subscribe/fields/"fieldNumber"
/"apikey"We are using IFTTT applets to give real-time weather report Email notification to the user. For more on IFTTT setup you can go through this blog. So, We have implemented it through ThingSpeak. We are sending an Email Notification to the user whenever the change in Temperature occurs in a machine. It will trigger an email notification “What a beautiful day”. Every day at around 10:00 am (IST) we will be getting an email notification