Abstract

This paper shows the health monitoring and assessment of a three-phase induction motor in abnormal conditions using a machine learning algorithm. The convolutional neural network (CNN) and recurrent neural network (RNN) algorithms are the prominent methods used in machine learning algorithms, and the combined method is known as the CRNN method. The abnormal conditions of a three phase-induction motor are represented by three-phase faults, line-to-ground faults, etc. The pattern of fault current is traced, and key features are extracted by the CRNN algorithm. The performance parameters like THD (%), accuracy, and reliability of abnormal conditions are measured with the CRNN algorithm. The assessment of abnormal conditions is being realized at the terminals of a three-phase induction motor. A fuzzy logic controller (FLC) is also used to assess such abnormalities. It is observed that performance parameters are found to be better with the CRNN method in comparison to CNN, RNN, ANN, and other methods. Such a realization makes the system more compatible with abnormality recognition.

1. Introduction

Induction motors are one of the most versatile and frequently used variable-speed drives for industrial and domestic applications. Normally, the three-phase supply-based induction motor is used to drive heavy loads. The major challenge with the induction motor is maintaining the normal supply. The changing loads, fault conditions, and overspeeding affect the supply and create abnormalities that can be assessed using the machine learning algorithm. The monitoring aspect of machine failure diagnostics is important, and for recognizing a failure in mechanical systems, classifying the error, and recognizing group faults, numerous sensors are installed to gather information from thermal imaging or vibration. Afterward, these data are analyzed to see whether a defect has occurred or not, and if so, what kind of fault it is.

Traditionally, to identify a machine’s malfunction, a sensor is required for signal acquisition, feature selection, and fault categorization, as well as extraction. Sensing data acquisition entails gathering sensor data while the device in use is active. Conventional extracted features include original sensor data from time data in both the temporal and frequency domains. A new framework for deep learning is proposed to achieve very accurate machine fault detection and to understand how to facilitate and expedite deep neural network training networks. In comparison to current techniques, the suggested technique is more accurate and quicker to train. The initial sensor data are utilized using wavelet transformation to turn the data into pictures, followed by assembling the time-frequency distributions. Then, a trained network is applied to extract more fundamental features, including the time-frequency label [15]. The higher tiers of the algorithm are then fine-tuned using photographs and neural network design. The document causes a bug in the system, in which experiments and a diagnosis pathway are used to confirm the pipeline’s efficiency and applicability in general on three fundamental mechanical data sets containing gearboxes, induction motors, and bearings with three-time series samples of different sizes [611].

The proposed method can be used to diagnose faults in rotary machine systems’ exterior bearings and uses deep learning and information fusion. The suggested method takes as its direct input raw signals from various phases of the motor current, from which features are then retrieved. Afterward, CNN classifies each feature set separately for the network of neurons. An innovative decision-level information fusion strategy is presented to combine data from all of the used convolutional neural networks in order to improve classification accuracy. CNN provides higher accuracy in its image recognition pattern and a better approach to automatically detecting important features without any human supervision. On the contrary, RNN produces the sequential output, which depends on time-sequence events. Decision-level data processing has difficulty because of straightforward pattern categorization problems that can be efficiently solved by well-known supervised learning algorithms. The suggested fault diagnosis product’s efficacy is validated by tests that used genuine bearing fault signals [1214]. This work describes a technique for identifying bearing defects and tracking bearing deterioration in electric motors. The method collects fault features that reflect various faults based on signal kurtosis and cross-correlation, and the characteristics are then integrated to create a health index using hierarchical clustering and a semisupervised k-nearest neighbour distance measure. Experiments with a computer cooling fan motor bearing and a simulator for machinery faults were used to validate the method. The technique can locate defects under masking noise and diagnose faults in their early stages. Additionally, it offers a health index that monitors fault degeneration while excluding intermittent defects. Furthermore, inaccurate reference data are not necessary [1518]. In theory, sophisticated artificial intelligence-based systems provide early fault identification, but their complexity conflicts with instant messaging are fundamental characteristics.

This manuscript utilizes the motor current signature, which is already present in standard drives, and proposes a combination of simulations and upsampling to practice the neural network effectively without any need for numerous broken prototypes, which is the main obstacle to industrial viability [1922]. Deep conviction systems for biomedical applications using intuitive procedures with a cross-point approach are analyzed. The mechanism of the Internet of things (IoT) integrated with radio frequency identification (RFID) technology for healthcare systems gives fruitful information. Biomedical signals for healthcare using Hadoop infrastructure with artificial intelligence and fuzzy logic interpretation show the health analysis [2325]. An induction motor driven by an inverter and its diagnosis using a machine learning algorithm are well analyzed. With the help of growing curvilinear component analysis, the stator of an induction motor helps to track the fault at the grid terminal. A diagnosis of the IGBT converter and current sensor fault for the inverter-driven induction motor using the online Simulink method is well explained in [2628].

2. Mathematical Modeling of Three-phase Induction Motor

The mathematical modeling of a three-phase induction motor is designed in the d-q reference frame coordinates. The conversion of three-phase coordinates to (dq) coordinates is assessed using the Clarke and Park transformation. In the Clarke transformation, three-phase (a, b, and c) coordinates are converted into stationary reference coordinates (αβ). A further Park transformation is used to convert the stationary reference coordinates (αβ) into synchronous reference frame coordinates (dq). The mathematical modeling of a three-phase induction motor is represented aswhere and are d-axis stator voltage and stator current, respectively. and are d-axis rotor voltage and rotor current, respectively. and are q-axis stator voltage and stator current, respectively. and are q-axis rotor voltage and rotor current, respectively.

The torque equation is given by

Electromagnetic torque is given bywhere is the pole pair.

The general structure of a grid-connected three-phase induction motor is shown in Figure 1.

3. Design of the Convolution Neural Network (CNN)

CNN is defined as a product of the two inputs in the real-time domain. A particular kind of feedforward neural network is the convolutional neural network (CNN). It can be used for target recognition, segmentation, and image classification, among other things. The CNN model is different from other neural networks in that it has convolutional and pooling layers. The feedforward network can be illustrated as a function, as given in the following equation:where are inputs vectors. are output vectors. f is the faulty current at the different level.

The convolution layer’s goal is to derive local characteristics from input data, as shown in the following equation:

Conv is a convolution layer, YF is a set of extracted features, and extraction of the convolution layer from X. Yf is the set of extracted features after the pooling layer. CNN has Softmax layers to integrate and categorize features as part of a classification model. The compressed features of the output are given as Yff , as shown in the following equation:

The architecture of CNN with a pooling layer is shown in Figure 2, and data extraction from Table 1 process is shown in Figure 3.

4. Design of the Recurrent Neural Network (RNN)

RNNs are a variety of feedforward neural networks . RNN is most often used for data that has a sequence, for example in speech recognition and translation software. A popular RNN model was the LSTM LSTM-RNN, which uses memory cells to retain long-term data to address the issue of vanishing gradients. As a classification algorithm, LSTM-RNN additionally includes Softmax layers as well as full levels [22]. The architecture of the RNN is shown in Figure 4. The normalized output of the RNN is represented mathematically, as shown in the following equation:

5. Design of the Convolution Recurrent Neural Network (CRNN)

CRNN is a combination of CNN and RNN. The effectiveness of CNN-based models in utilizing geographic information characteristics, such as those seen in photographs, is good. CNN, unfortunately, is unable to handle sequential data. RNN-based models, on the other hand, excel at modeling sequential data, such as texts. A novel model called CRNN is suggested, which combines CNN and RNN and is influenced by their traits. The characteristics of the inputs are extracted by the CNN, and the retrieved features are further processed by the RNN to lessen the dependence on variables under various variable situations. By eliminating the ambiguity and boundary conditions of the images, it investigates the options one at a time [22]. The general equations of CRNN are listed in the following equations:where t is the LSTM step. xt is the input data. ht is the hidden data. ct is the cell state. it, ft, and ot are the input gate, forget gate, and output gate, respectively. Ws, Us, and bs are the weights and bias. σ, tanh,◦ are sigmoid functions, hyperbolic tangents, and multiplicators, respectively. The mixed solution of CNN and RNN in mathematical form for evaluating the various fault conditions of a three-phase induction motor is shown as

The architecture of the problem solution of CRNN is shown in Figure 5. The forget gate is mathematically represented by , which means that it is the dot product of the convolution of two inputs. While taking the dot product of two inputs, a few elements are removed from the output, which can be forgotten. LSTM is a long short-term memory that is an extended part of an RNN, and it occurs when gradient failure.

6. Result and Performance Analysis of the Abnormal Condition

In previous sections, the designs of CNN, RNN, and CRNN have been discussed in detail. Now, the performance parameters like THD (%), accuracy, and reliability will be estimated for the performance analysis of the single and multilabeling data. The comparison of THD (%) of fault current for single and multilabeling data is shown in Table 2. Such a graphic comparison is also depicted in Figure 6. In the same way, a comparison of the accuracy of fault current for single and multilabeling data is shown in Table 3 for the precision of 1.2% and 1.9%. Such a graphic comparison is also depicted in Figure 7.

In the same way, a comparison of the reliability of fault current for single and multilabeling data is shown in Table 4 for the precisions of 1.2% and 1.9%. Such a graphic comparison is also depicted in Figure 8.

It is observed that in Figures 68, the least and improved values of THD (%), accuracy, and reliability are attained with CRNN in comparison to CNN, RNN, and ANN [19]. THD is defined as total harmonic distortion, which is represented as is the distortion factor, which is given in the following equation:

where X01 is the fundamental harmonic component, and X1 is the rms input value.

7. Conclusion

This study uses a machine learning method to monitor and evaluate a three-phase induction motor’s health when it is in an aberrant state. The CRNN approach, which combines the well-known CNN and RNN algorithms, is one of the main machine learning algorithms. Three-phase faults and line-to-ground faults, are some of the abnormal conditions of a three-phase induction motor. By using the CRNN technique, the fault current’s pattern is tracked and its main features are retrieved. With the CRNN algorithm, performance metrics including THD (%), accuracy, and reliability of abnormal conditions are measured. Also, the performance metrics including THD (%), accuracy, and reliability of abnormal conditions are measured. This abnormal condition assessment is realized at the terminals of a three-phase induction motor. An artificial neural network (ANN) is also used to evaluate this irregularity. When compared to ANN, RNN, CNN, and other approaches, the CRNN method is proven to have better performance metrics. This realization improves the system’s ability to detect abnormalities.

8. Future Scope

It is also a possibility that performance parameters like THD (%), accuracy, and reliability of abnormal conditions can be improved by using other advanced methods for the perfect recognition of abnormal conditions in induction motors.

Data Availability

No data were used to support the study.

Conflicts of Interest

The authors declare that they have no conflicts of interest.