Predictive_Maintenance_using_Machine_Learning
Predictive_Maintenance_using_Machine_Learning
IV. M ODULES
A. Server
The data from various sensors of the tubing machine
is fetched continuously and stored on the company server.
Company uses MongoDB database since the volume of data
generated is large. This data is then later used for the purpose
of maintenance of the manufacturing unit. This project deals
with small amount of data, hence uses MySQL database and
uploads the data on the server.
B. Client
The operator at a particular manufacturing plant can get
the updates of the manufacturing unit. He would get to know
the sensor readings at a particular timestamp from the server,
which would help him to know if the unit is functioning
properly or not, Hence, he can conduct the maintenance of the
machine accordingly, thus preventing the complete machine
failure.
C. Backend
The data fetched from the sensors is cleaned and pre-
processed to extract important features for data analysis and
finding patterns and correlations among the parameters. The
cleaned data is then used to train a machine learning model
which would predict the parameter values over a period of
time. Different models were trained on the parameters and
their accuracy was calculated. The models were trained using
classification and regression algorithms. LSTM model of deep
learning was also implemented to make the predictions.
B. LSTM
Long short-term memory is an artificial recurrent neural revolutions per min, ams/ccm input etc. These parameters
network (RNN) architecture used in the field of Natural are recorded by the sensors of the tubing machine over a
Language Processing and Deep Learning. Standard feed for- period of time, and hence maintenance can be scheduled as
ward neural networks such as CNN and RNN, don’t have per the requirements. This model will prove to be extremely
feedback connections. LSTMs have advantage in this aspect useful maintaining the productivity and minimizing the cost
over simple neural networks. LSTMs can process single data of maintenance.This will reduce the time for which the unit
points such as images as well as entire sequences of data such remains idle and maintenance. The model was very effective
as speeches. The standard LSTM unit is made up of a cell, in predicting the time when the machine will be down based
input gate, output gate and forget gate. The cell remembers on the previous historical sensor data that it received.
the numbers periodically and three gates control the entry
and exit of information from the cell. LSTMs have been REFERENCES
established to address the vanishing gradient problem that [1] T. Salunkhe, N. I. Jamadar, and S. B. Kivade, “Prediction of Remaining
Useful Life of Mechanical Components-A Review,” vol. 3, no. 6, pp.
can be encountered when training traditional RNNs. They can 125–135, 2018.
remember the information for long periods of time. [2] D. An, N. H. Kim, and J. H. Choi, “Practical options for selecting
datadriven or physics-based prognostics algorithms with reviews,” Reliab.
Eng. Syst. Saf., vol. 133, pp. 223–236, 2019.
[3] N. Sapankevych, R. Sankar, “Time series prediction using support vector
machines: A Survey”, 2009.
[4] Angius, A.; Colledani, M.; Yemane, A. Impact of condition based
maintenance policies on the service level of multi-stage manufacturing
systems. Control. Eng. Pract. 2018, 76, 65–78.
[5] Ribeiro, I.M.; Godina, R.; Pimentel, C.; Silva, F.J.G.; Matias, J.C.O.
Implementing TPM supported by 5S to improve the availability of an
automotive production line. Procedia Manuf. 2019, 38, 1574–1581.
[6] Lasisi, A.; Attoh-Okine, N. Principal components analysis and track
quality index: A machine learning approach. Transp. Res. Part. C Emerg.
Technol. 2018, 91, 230–248.
VI. C ONCLUSION
This model proposes a system which will predict the failure
of the manufacturing unit based on parameters like tempera-
ture, pressure and also the machine parameters like speed,