Journal Search Engine
Search Advanced Search Adode Reader(link)
Download PDF Export Citaion korean bibliography PMC previewer
ISSN : 2005-0461(Print)
ISSN : 2287-7975(Online)
Journal of Society of Korea Industrial and Systems Engineering Vol.46 No.2 pp.168-175
DOI : https://doi.org/10.11627/jksie.2023.46.2.168

A Fault Prognostic System for the Logistics Rotational Equipment

Soo Hyung Kim†, Berdibayev Yergali, Hyeongki Jo, Kyu Ik Kim, Jin Suk Kim
Neoforce Co., Ltd.
Corresponding Author : mrjommer@naver.com
31/05/2023 22/06/2023 22/06/2023

Abstract


In the era of the 4th Industrial Revolution, Logistic 4.0 using data-based technologies such as IoT, Bigdata, and AI is a keystone to logistics intelligence. In particular, the AI technology such as prognostics and health management for the maintenance of logistics facilities is being in the spotlight. In order to ensure the reliability of the facilities, Time-Based Maintenance (TBM) can be performed in every certain period of time, but this causes excessive maintenance costs and has limitations in preventing sudden failures and accidents. On the other hand, the predictive maintenance using AI fault diagnosis model can do not only overcome the limitation of TBM by automatically detecting abnormalities in logistics facilities, but also offer more advantages by predicting future failures and allowing proactive measures to ensure stable and reliable system management. In order to train and predict with AI machine learning model, data needs to be collected, processed, and analyzed. In this study, we have develop a system that utilizes an AI detection model that can detect abnormalities of logistics rotational equipment and diagnose their fault types. In the discussion, we will explain the entire experimental processes : experimental design, data collection procedure, signal processing methods, feature analysis methods, and the model development.



물류 회전설비 고장예지 시스템

김 수형†, 볘르드바에브 예르갈리, 조 형기, 김 규익, 김 진석
주식회사 네오포스

초록


    1. Introduction

    Recently, digital transformation is underway due to logistics intelligence as Logistic 4.0 using data-based technologies such as IoT, Bigdata, and AI is accelerating. These core technologies of the 4th Industrial Revolution have become major industries throughout the operation and maintenance of logistics facilities due to their economic advantages [3].

    With the recent activation of non-contact work due to changes in the social environment such as COVID-19, logistics centers are also being automated and unmanned. Therefore, the use of Logistics 4.0 such as robotics, digital twin, IoT, and AI is being carried out in various forms. In particular, computational intelligence, or AI technology, is being attempted to optimize and maintain the logistics operations of automation facilities such as parcel sorter, transport facilities, and logistics warehouses.

    However, despite the intensive growth of logistics intelligence, facility maintenance faces many difficulties. Logistics facilities are frequently disrupted by poor operating conditions such as high loads, and damages to their major parts are likely to cause major accidents such as the suspension of the entire logistics center. For instance, recently there was a suspension of Daejeon Hub Terminal, which accounts for one-third of total delivery volume of a South Korean logistics company that accounts for about half of the domestic delivery volume. Then it caused delays in services and expensive costs to redistribute the holds, which were about 1.5 millions, to other terminals [5].

    The main components of most logistics automation facilities are rotating mechanical components such as motors and bearings. The machines are typical cases of early detection as they always have potential elements of danger and large accidents.

    In order to ensure the reliability of the facilities, Time-Based Maintenance (TBM) can be performed in every certain period of time, but this causes excessive maintenance costs and has limitations in preventing sudden failures and accidents.

    Unlike TBM, the predictive maintenance using AI fault diagnosis model can automatically detect abnormalities in logistics facilities, predict future failures, and take proactive measures, so it can ensure stable and reliable system management at low maintenance costs. A Research has found that the predictive maintenance of mechanical facilities can reduce unexpected downtime losses by up to 20% and minimize maintenance costs by up to 10% [1].

    The predictive maintenance market is expected to grow from 4 billion dollars in 2020 to 13 billion dollars by 2025. In particular, the delivery and logistics industry is expected to grow from 548 million dollars in 2020 to 1.7 billion dollars by 2025, and AI-based predictive maintenance technology is expected to be an core technology in the logistics industry in the future [4].

    In this study, we created a fault diagnosis system for a rotating machine of a logistics center. Specifically, we collected normal and abnormal state of machines for training AI models, and we were able to detect failures of motor components such as bearing, rotor, and stator. In the rest of paper, I will explain how we design AI models, collect data, transform data, and train AI algorithms.

    2. Model Design

    2.1 Design of Fault Monitoring System

    The facility diagnosis model in the fault monitoring system is for detecting abnormal signals from acquired sensor data and diagnosing which type of faults has occurred to the machine. The model becomes the main algorithm for the monitoring system, which collects vibration and current sensor data, processes them in order to diagnose any fault issue, and displays a current state of the machine. The whole system design is shown in <Figure 1>. In this paper, we are going to focus on the AI model using vibration data as emphasized with a red-dotted line in the figure.

    2.2 Design of AI Fault Diagnosis Model

    The algorithm of the fault diagnosis model is divided to two parts : anomaly detection and fault type diagnosis. The procedure of the AI fault diagnosis model is illustrated in <Figure 2> and is briefly defined as the followings.

    • A data acquisition device collects a sensor data in real- time. This type of data is called time-waveform data, or raw data.

    • We remove noise from the raw data by using a denoising method, and then calculate mathematically significant factors, so called feature parameters. These factors are used for the anomaly detection. For fault type diagnosis, we convert the domain of the time-waveform data to the frequency domain and find the signature frequency for each fault types.

    • The feature parameters are saved in a database and diagnosed by the anomaly detection. If the data is detected as an abnormal data, then it is further diagnosed to see which fault type it is.

    • After the model diagnoses the condition of the machine, the data is defined as its condition and saved in the database.

    3. Data Preparation and Transformation

    3.1 Data Acquisition

    We collected sensor data from an rotor kit, which is a motor-drive experimental setup as illustrated in <Figure 3>. An industrial conveyor belt is powered by a motor, which means that if we can predict a motor failure, we can prevent the malfunction of a conveyor belt. Therefore, we created the rotor kit in order to collect motor data and find fault signatures for the AI model.

    In order to collect different types of fault, we prepared intentionally damaged motors. The specification of the motor used in the rotor kit are 1.5kW power supply and four poles. Although the motor is smaller than general motors for industrial conveyor belts, but we chose to use the size of a motor because of its price competitiveness. We damaged components inside the motor to create intentional failure of the motor, and since we were able to control the experiment, we labeled which part of the motor is broken. All fault labels and the number of data samples are listed in <Table 1>.

    The data we achieved from the sensor is vibration data, measured in acceleration. The vibration is is a sinusoidal waveform and is collected 16,384 samples per a second. The <Figure 4> illustrates the normal and abnormal vibration data we collected for the experiment.

    3.2 Noise Filtering

    In order to analyze the vibration data more precisely, we need to remove noises from the sensor data. There are several noise removing methods such as autoregressive filtering, wavelet decomposition, etc. When removing noises from vibration signals, people often use the autoregressive filtering model, or so-called the AR model.

    The AR model is a model that predicts a current state by summing up the past states regressively, <Equation 1>.

    y i = i = 1 p ψ i y t i + a t
    (1)

    Since a discrete noise of the vibration is considered predictable due to its repetitive behavior, we can predict the noise using the AR model [9]. We can remove the noise from the original vibration in order to yield the denoised vibration signal as shown in <Equation 2>.

    e ( n ) = x ( n ) = x p ( n ) ,
    (2)

    where e (n) is the clean vibration, x(n) is the original, and xp (n) is the discrete noise.

    The discrete noise is obtained by <Equation 3>.

    x p ( n ) = k = 1 p a ( k ) x ( n k ) ,
    (3)

    where n and k are time indexes, p is the order of the model, and a(k) are regressive parameters.

    After we applied the noise filtering method to the bearing data, we achieved a denoised fault data. The illustration in <Figure 5> describes the comparison between the original faulty signal and the denoised signal.

    3.3 Feature Extraction for Anomaly Detection

    The anomaly detection model needs to discriminate abnormality from time waveform data; therefore, we need to train the model with representative and summarized values, which is also called feature parameters. Feature parameters are inputs for training machine learning algorithms, and they are important factors to achieve high precision. We used three statistical indexes as feature parameters to demonstrate uniqueness of the vibration waveform: root mean squared, crest factor, and skewness. The equations for the indexes are shown in <Table 2>.

    The root mean square and crest factor are key factors to represent time waveform [2]. Those factors are illustrated in <Figure 6>.

    In addition to the two factors, skewness, which describes how sharp the peak is, can also show the uniqueness of vibration signals. Unlike the moderate normal vibration, the faulty vibration tends to have spikes as shown in <Figure 4>.

    3.4 Feature Extraction for Fault Diagnosis

    While statistically analyzing time waveform was enough for anomaly detection, we need to transform the time waveform data to a different type of waveform in order to find what type of fault the machine has. Each fault type has its specific frequency. That is, although they are rotating at the same time, a cracked rotor has different rotational occurrence to a cracked bearing because their sizes are different. Therefore, if we find the signature frequencies of each fault type, we can identify the corresponding failed components.

    Therefore, we need to transform the time waveform data to the frequency waveform data. The most popular method is the Fourier Transform. We used a faster algorithm of the method to transform the time waveform data to the frequency data. The <Figure 7 A-C> illustrate the frequency data of a bearing, a rotor and a stator while they are abnormal [8].

    To analyze the frequency data, we need to find the signature frequencies of the faults. These frequencies are defined as <Table 3>[2].

    Using the frequency equations, we can find the signature frequencies from <Figure 7A-C>. The <Figure 8A-C> show the signature frequencies of each components.

    As illustrated in <Figure 8A-C>, although the signature frequencies are not dominant, they are definitely depicted in the waveform. We record the magnitudes of the frequencies and use them as feature paramters for the fault type detection model.

    4. Training Model

    4.1 Training Dataset for Anomaly Detection Model

    We calculated RMS, crest factor, and skewness from the time waveform vibration data and created a training dataset. Since we collected each 2,400 seconds of normal and abnormal data, we can create a dataset of 4,800 records of RMS, crest factor, and skewness. The dataset is divided into the training dataset and testing dataset, respectively 7 to 3 ratio. The dataset for normal and abnormal data is shown in <Figure 9A-B>.

    As illustrated in <Figure 9>, the normal data is labeled 0, and the abnormal data is labeled 1. Since there are only two types of data, we used a binary classification algorithm.

    4.2 Anomaly Detection Model Algorithm

    There are many binary classificiation methods such as the Decision Tree, the SVM, etc. In order to find the algorithm that has highest accuracy for the data, we used the AutoML library, so-called Pycaret. The library automatically validates the training dataset to all algorithms that it allows and evaluates the prediction score.

    We used 10-fold cross validation method to train the anomaly detection dataset. The cross validation method is for normalizing the prediction result after the model is trained. The <Figure 10> shows the prediction score for the anomaly detection.

    The validation result shows that quadratic discriminant analysis predicts the most accurately with 91.4%. This is a result for self-testing with the training dataset; therefore, the model can perform less when it is evaluated with the testing dataset.

    4.3 Training Dataset for Fault Diagnosis Model

    For the fault type diagnosis model, we collected the signature frequencies and labeled each record with its fault type. The size of the dataset is 4,800 with normal state motor. Although it is a fault type detection model, we trained normal state in order to distinguish normal and fault states. The normal state is labeled as Motor. The <Figure 11> illustrates the dataset for fault type detection model.

    The dataset for the fault type detection model is also divided, respectively 7 to 3 ratio.

    4.4 Fault Diagnosis Model Algorithm

    To effectively train the dataset for the model, we used four famous classification models, which are Extra Trees, Extreme Gradient Boost, Random Forest, and Catboost, with two classic models, Decision Tree and SVM [6]. The validation result is shown in <Figure 12>.

    5. Model Evaluation

    We measured the performance of the models by calculating accuracy, precision, and recall. In addition to accuracy that is most definitely used as a metric to calculate the performance of a model, precision and recall are also important metrics to be considered because as the number of the prediction increases, the accuracy can be biased.

    The followings are the equations for accuracy, precision, and recall.

    A c c u r a c y = T P + T N T P + T N + F P + F N
    (4)

    Precision = T P T P + F P
    (5)

    R e c a l l = T P T P + F N
    (6)

    For the Quadratic Discriminant Analysis classification algorithm for the anomaly detection model showed the performance as <Table 4>.

    The anomaly detection model showed that it can find abnormality with 88% correctness. Despite the fact that this is a high accuracy, we can improve the accuracy by training more abnormal data.

    The performance of the fault type detection model is shown in <Table 5>.

    We noticed that the performance of the fault type detection model is higher than the anomaly detection model. It is because we used more number of features for the fault type detection model. However, since the frequency analysis takes a longer time than the time analysis, the fault type detection model costs higher than the anomaly detection model. Therefore, we can conclude that using both models in order to make them supplement to one another would yield the optimal result for the fault diagnosis monitoring system.

    6. Concluding Remarks

    In this paper, we developed a fault diagnosis model for rotating machines that are used in logistics facilities by analyzing vibration data from the rotor kit that imitates a motor in an industrial conveyor belt. As the result, we were successfully able to diagnose fault types of the data from the kit.

    In logistics facilities, there are other important facilities. We can further extend this study by applying this fault detection algorithm to other facilities.

    Acknowledgement

    This work was supported by the Innopolis Foundation grant funded by the Ministry of Science and ICT (No. 1711175676, Development of a Fault Prognostic System for Power Plant Rotational Equipment based on AI Technologies)

    Figure

    JKSIE-46-2-168_F1.gif

    Fault Diagnosis Monitoring System

    JKSIE-46-2-168_F2.gif

    Motor Fault Diagnosis Model Design

    JKSIE-46-2-168_F3.gif

    Rotor Kit

    JKSIE-46-2-168_F4.gif

    Normal and Abnormal Vibration Waveform

    JKSIE-46-2-168_F5.gif

    The Comparison Between the Signals

    JKSIE-46-2-168_F6.gif

    Peak and RMS of Time Waveform

    JKSIE-46-2-168_F7A.gif

    Vibration of a Bearing in the Frequency Domain

    JKSIE-46-2-168_F7B.gif

    Vibration of a Rotor in the Frequency Domain

    JKSIE-46-2-168_F7C.gif

    Vibration of a Stator in the Frequency Domain

    JKSIE-46-2-168_F8A.gif

    Bearing - Outer Race Fault Frequency

    JKSIE-46-2-168_F8B.gif

    Rotor - Eccentricity Fault Frequency

    JKSIE-46-2-168_F8C.gif

    Stator - Shorted Coil Fault Frequency

    JKSIE-46-2-168_F9A.gif

    Normal Training Dataset

    JKSIE-46-2-168_F9B.gif

    Abnormal Training Dataset

    JKSIE-46-2-168_F10.gif

    Anomaly Detection Training Result

    JKSIE-46-2-168_F11.gif

    Fault Diagnosis Model Dataset

    JKSIE-46-2-168_F12.gif

    Fault Diagnosis Training Result

    Table

    Fault Labels and Data Acquisition Amount

    Time Waveform Feature Parameters

    Vibration Signature Analysis for Motor Components

    The Performance of Anomaly Detection

    The Performance of Fault Type Detection

    Reference

    1. Banks, M., 8 Causes of Lost Productivity in Manufacturing and How Managers Can Address Them in 2022, Manufactoring Tomorrow, March 14, 2022. https://www.manufacturingt omorrow.com/story/2022/03/8-causes-of-lost-productivi ty-in-manufacturing-and-how-managers-can-address-th em-in-2022/18384/.
    2. Berry, J., Predictive Maintenance and Vibration Signatur e Analysis I, first ed., Entek IRD International, 1993, pp. 2-6-6-64.
    3. da Silva, R.M. Frederico, G.F., and Garza-Reyes, J.A., Logistics Service Providers and Industry 4.0: A Systemati c Literature Review, Logistics, 2023, 7, 11.
    4. Global Market Trend Report - Prognositics and Health Management Market, Innopolis Report, 2021. pp. 1-17.
    5. Jo, A.H., CJ Daehantongun, Daejeonteomineol Gadongju ngdane Yeonmal Taekbae Bisang, Newspim, November 14, 2018. https://www.newspim.com/news/view/20181113000806.
    6. Jung, H. and Kim, J.A., Machine Learning Approach for Mechanical Motor Fault Diagnosis, Journal of Korean Society of Industrial and System Engineering, 2017, pp. 57-64.
    7. Kim, S., Berdibayev, Y., Park, J., Jung, J., Lee, S., Kim, K., Jo, H., Ahn, C., and Kim, J., A Fault Diagnostic Model for Electric Rotating Machines, Proceedings of the 10th International Conference on Big Data Applicatio ns and Services, 2022, Jeju Island, Korea, pp. 51-58.
    8. Saruhan, H., Saridemir, S., Qicek, A., and Uygur, I., Vibration analysis of rolling element bearings defects. Journal of Applied Research and Technology, 2014, Vol. 12, No. 3, pp. 384-395.
    9. Sim, J., Kim, S., Park, H.J., and Choi, J.-H. A Tutorial for Feature Engineering in the Prognostics and Health Management of Gears and Bearings, Appl. Sci., 2020, Vol. 10, p. 5639.
    10. Wilson, S.J., Data Representation for Time Series Data Mining: Time Domain Approaches, Wiley Interdisciplina ry Reviews: Computational Statistics, 2017, Vol. 9, No. 1, pp. e1392:1-6.
    11. Yu, G.S. and Moon, Y.M., Development Trend of Smart Factory Facility Diagnosis and Predictive Maintenance Technology, The Journal of The Korean Institute of Com munication Sciences, 2020, Vol. 37, No. 7, pp. 36-42.