162 research outputs found

    Bayesian Approach to Infer Types of Faults on Electrical Machines from Acoustic Signal

    Get PDF
    Considering the classification of failures in electrical machines, the present paper aims to use supervised machine learning techniques in order to classify faults in electrical machines, using attributes from audio signals. In order to analyze data and recognize patterns, the considered supervised learning methods are: Bayesian Network, together with the BayesRule algorithm, Support Vector Machine and k-Nearest Neighbor. The performances and the results provided from these algorithms are then compared. The main contributions of this paper are the acquisition process of audio signals and the elaboration of Bayesian networks topologies and classifiers structures using the acquired signals, since the algorithms provide the generalization of the classification model by revealing the network structure. Also, the utilization of audio signals as input attributes to the classifiers is infrequent in the literature. The results show that the Support Vector Machine and k-Nearest Neighbor present a high accuracy. On the other hand, the Bayesian approach is advantageous due to the possibility of showing, through graph representations, the generalized structure to represent the trend of faults in real cases on industry applications.info:eu-repo/semantics/publishedVersio

    Learning for predictions: Real-time reliability assessment of aerospace systems

    Get PDF
    Prognostics and Health Management (PHM) aim to predict the Remaining Useful Life (RUL) of a system and to allow a timely planning of replacement of components, limiting the need for corrective maintenance and the down time of equipment. A major challenge in system prognostics is the availability of accurate physics based representations of the grow rate of faults. Additionally, the analysis of data acquired during flight operations is traditionally time consuming and expensive. This work proposes a computational method to overcome these limitations through the dynamic adaptation of the state-space model of fault propagation to on-board observations of system’s health. Our approach aims at enabling real-time assessment of systems health and reliability through fast predictions of the Remaining Useful Life that account for uncertainty. The strategy combines physics-based knowledge of the system damage propagation rate, machine learning and real-time measurements of the health status to obtain an accurate estimate of the RUL of aerospace systems. The RUL prediction algorithm relies on a dynamical estimator filter, which allows to deal with nonlinear systems affected by uncertainties with unknown distribution. The proposed method integrates a dynamical model of the fault propagation, accounting for the current and past measured health conditions, the past time history of the operating conditions (such as input command, load, temperature, etc.), and the expected future operating conditions. The model leverages the knowledge collected through the record of past fault measurements, and dynamically adapts the prediction of the damage propagation by learning from the observed time history. The original method is demonstrated for the RUL prediction of an electromechanical actuator for aircraft flight controls. We observe that the strategy allows to refine rapid predictions of the RUL in fractions of seconds by progressively learning from on-board acquisitions

    A Study on Comparison of Classification Algorithms for Pump Failure Prediction

    Get PDF
    The reliability of pumps can be compromised by faults, impacting their functionality. Detecting these faults is crucial, and many studies have utilized motor current signals for this purpose. However, as pumps are rotational equipped, vibrations also play a vital role in fault identification. Rising pump failures have led to increased maintenance costs and unavailability, emphasizing the need for cost-effective and dependable machinery operation. This study addresses the imperative challenge of defect classification through the lens of predictive modeling. With a problem statement centered on achieving accurate and efficient identification of defects, this study’s objective is to evaluate the performance of five distinct algorithms: Fine Decision Tree, Medium Decision Tree, Bagged Trees (Ensemble), RUS-Boosted Trees, and Boosted Trees. Leveraging a comprehensive dataset, the study meticulously trained and tested each model, analyzing training accuracy, test accuracy, and Area Under the Curve (AUC) metrics. The results showcase the supremacy of the Fine Decision Tree (91.2% training accuracy, 74% test accuracy, AUC 0.80), the robustness of the Ensemble approach (Bagged Trees with 94.9% training accuracy, 99.9% test accuracy, and AUC 1.00), and the competitiveness of Boosted Trees (89.4% training accuracy, 72.2% test accuracy, AUC 0.79) in defect classification. Notably, Support Vector Machines (SVM), Artificial Neural Networks (ANN), and k-Nearest Neighbors (KNN) exhibited comparatively lower performance. Our study contributes valuable insights into the efficacy of these algorithms, guiding practitioners toward optimal model selection for defect classification scenarios. This research lays a foundation for enhanced decision-making in quality control and predictive maintenance, fostering advancements in the realm of defect prediction and classification

    A Literature Review of Fault Diagnosis Based on Ensemble Learning

    Get PDF
    The accuracy of fault diagnosis is an important indicator to ensure the reliability of key equipment systems. Ensemble learning integrates different weak learning methods to obtain stronger learning and has achieved remarkable results in the field of fault diagnosis. This paper reviews the recent research on ensemble learning from both technical and field application perspectives. The paper summarizes 87 journals in recent web of science and other academic resources, with a total of 209 papers. It summarizes 78 different ensemble learning based fault diagnosis methods, involving 18 public datasets and more than 20 different equipment systems. In detail, the paper summarizes the accuracy rates, fault classification types, fault datasets, used data signals, learners (traditional machine learning or deep learning-based learners), ensemble learning methods (bagging, boosting, stacking and other ensemble models) of these fault diagnosis models. The paper uses accuracy of fault diagnosis as the main evaluation metrics supplemented by generalization and imbalanced data processing ability to evaluate the performance of those ensemble learning methods. The discussion and evaluation of these methods lead to valuable research references in identifying and developing appropriate intelligent fault diagnosis models for various equipment. This paper also discusses and explores the technical challenges, lessons learned from the review and future development directions in the field of ensemble learning based fault diagnosis and intelligent maintenance

    The Use of Advanced Soft Computing for Machinery Condition Monitoring

    Get PDF
    The demand for cost effective, reliable and safe machinery operation requires accurate fault detection and classification. These issues are of paramount importance as potential failures of rotating and reciprocating machinery can be managed properly and avoided in some cases. Various methods have been applied to tackle these issues, but the accuracy of those methods is variable and leaves scope for improvement. This research proposes appropriate methods for fault detection and diagnosis. The main consideration of this study is use Artificial Intelligence (AI) and related mathematics approaches to build a condition monitoring (CM) system that has incremental learning capabilities to select effective diagnostic features for the fault diagnosis of a reciprocating compressor (RC). The investigation involved a series of experiments conducted on a two-stage RC at baseline condition and then with faults introduced into the intercooler, drive belt and 2nd stage discharge and suction valve respectively. In addition to this, three combined faults: discharge valve leakage combined with intercooler leakage, suction valve leakage combined with intercooler leakage and discharge valve leakage combined with suction valve leakage were created and simulated to test the model. The vibration data was collected from the experimental RC and processed through pre-processing stage, features extraction, features selection before the developed diagnosis and classification model were built. A large number of potential features are calculated from the time domain, the frequency domain and the envelope spectrum. Applying Neural Networks (NNs), Support Vector Machines (SVMs), Relevance Vector Machines (RVMs) which integrate with Genetic Algorithms (GAs), and principle components analysis (PCA) which cooperates with principle components optimisation, to these features, has found that the features from envelope analysis have the most potential for differentiating various common faults in RCs. The practical results for fault detection, diagnosis and classification show that the proposed methods perform very well and accurately and can be used as effective tools for diagnosing reciprocating machinery failure

    Fault diagnosis of main engine journal bearing based on vibration analysis using Fisher linear discriminant, K-nearest neighbor and support vector machine

    Get PDF
    Vibration technique in a machine condition monitoring provides useful reliable information, bringing significant cost benefits to industry. By comparing the signals of a machine running in normal and faulty conditions, detection of defected journal bearings is possible. This paper presents fault diagnosis of a journal bearing based on vibration analysis using three classifiers: Fisher Linear Discriminant (FLD), K-Nearest Neighbor (KNN) and Support Vector Machine (SVM). The frequency-domain vibration signals of an internal combustion engine with intact and defective main journal bearings were obtained. 30 features were extracted by using statistical and vibration parameters. These features were used as inputs to the classifiers. Two different solution methods - variable K value and RBF kernel width (σ) were applied for FLD, KNN and SVM, respectively, in order to achieve the best accuracy. Finally, performance of the three classifiers was calculated in journal bearing fault diagnosis. The results demonstrated that the performance of SVM was significantly better in comparison to FLD and KNN. Also the results confirmed the potential of this procedure in fault diagnosis of journal bearings

    Acoustic Condition Monitoring & Fault Diagnostics for Industrial Systems

    Get PDF
    Condition monitoring and fault diagnostics for industrial systems is required for cost reduction, maintenance scheduling, and reducing system failures. Catastrophic failure usually causes significant damage and may cause injury or fatality, making early and accurate fault diagnostics of paramount importance. Existing diagnostics can be improved by augmenting or replacing with acoustic measurements, which have proven advantages over more traditional vibration measurements including, earlier detection of emerging faults, increased diagnostic accuracy, remote sensors and easier setup and operation. However, industry adoption of acoustics remains in relative infancy due to vested confidence and reliance on existing measurement and, perceived difficulties with noise contamination and diagnostic accuracy. Researched acoustic monitoring examples typically employ specialist surface-mount transducers, signal amplification, and complex feature extraction and machine learning algorithms, focusing on noise rejection and fault classification. Usually, techniques are fine-tuned to maximise diagnostic performance for the given problem. The majority investigate mechanical fault modes, particularly Roller Element Bearings (REBs), owing to the mechanical impacts producing detectable acoustic waves. The first contribution of this project is a suitability study into the use of low-cost consumer-grade acoustic sensors for fault diagnostics of six different REB health conditions, comparing against vibration measurements. Experimental results demonstrate superior acoustic performance throughout but particularly at lower rotational speed and axial load. Additionally, inaccuracies caused by dynamic operational parameters (speed in this case), are minimised by novel multi-Support Vector Machine training. The project then expands on existing work to encompass diagnostics for a previously unreported electrical fault mode present on a Brush-Less Direct Current motor drive system. Commonly studied electrical faults, such as a broken rotor bar or squirrel cage, result from mechanical component damage artificially seeded and not spontaneous. Here, electrical fault modes are differentiated as faults caused by issues with the power supply, control system or software (not requiring mechanical damage or triggering intervention). An example studied here is a transient current instability, generated by non-linear interaction of the motor electrical parameters, parasitic components and digital controller realisation. Experimental trials successfully demonstrate real-time feature extraction and further validate consumer-grade sensors for industrial system diagnostics. Moreover, this marks the first known diagnosis of an electrically-seeded fault mode as defined in this work. Finally, approaching an industry-ready diagnostic system, the newly released PYNQ-Z2 Field Programmable Gate Array is used to implement the first known instance of multiple feature extraction algorithms that operate concurrently in continuous real-time. A proposed deep-learning algorithm can analyse the features to determine the optimum feature extraction combination for ongoing continuous monitoring. The proposed black-box, all-in-one solution, is capable of accurate unsupervised diagnostics on almost any application, maintaining excellent diagnostic performance. This marks a major leap forward from fine-tuned feature extraction performed offline for artificially seeded mechanical defects to multiple real-time feature extraction demonstrated on a spontaneous electrical fault mode with a versatile and adaptable system that is low-cost, readily available, with simple setup and operation. The presented concept represents an industry-ready all-in-one acoustic diagnostic solution, that is hoped to increase adoption of acoustic methods, greatly improving diagnostics and minimising catastrophic failures

    Advances in power quality analysis techniques for electrical machines and drives: a review

    Get PDF
    The electric machines are the elements most used at an industry level, and they represent the major power consumption of the productive processes. Particularly speaking, among all electric machines, the motors and their drives play a key role since they literally allow the motion interchange in the industrial processes; it could be said that they are the medullar column for moving the rest of the mechanical parts. Hence, their proper operation must be guaranteed in order to raise, as much as possible, their efficiency, and, as consequence, bring out the economic benefits. This review presents a general overview of the reported works that address the efficiency topic in motors and drives and in the power quality of the electric grid. This study speaks about the relationship existing between the motors and drives that induces electric disturbances into the grid, affecting its power quality, and also how these power disturbances present in the electrical network adversely affect, in turn, the motors and drives. In addition, the reported techniques that tackle the detection, classification, and mitigations of power quality disturbances are discussed. Additionally, several works are reviewed in order to present the panorama that show the evolution and advances in the techniques and tendencies in both senses: motors and drives affecting the power source quality and the power quality disturbances affecting the efficiency of motors and drives. A discussion of trends in techniques and future work about power quality analysis from the motors and drives efficiency viewpoint is provided. Finally, some prompts are made about alternative methods that could help in overcome the gaps until now detected in the reported approaches referring to the detection, classification and mitigation of power disturbances with views toward the improvement of the efficiency of motors and drives.Peer ReviewedPostprint (published version

    Improving building occupant comfort through a digital twin approach:A Bayesian network model and predictive maintenance method

    Get PDF
    This study introduces a Bayesian network model to evaluate the comfort levels of occupants of two non-residential Norwegian buildings based on data collected from satisfaction surveys and building performance parameters. A Digital Twin approach is proposed to integrate building information modeling (BIM) with real-time sensor data, occupant feedback, and a probabilistic model of occupant comfort to detect and predict HVAC issues that may impact comfort. The study also uses 200000 points as historical data of various sensors to understand the previous building systems’ behavior. The study also presents new methods for using BIM as a visualization platform and for predictive maintenance to identify and address problems in the HVAC system. For predictive maintenance, nine machine learning algorithms were evaluated using metrics such as ROC, accuracy, F1-score, precision, and recall, where Extreme Gradient Boosting (XGB) was the best algorithm for prediction. XGB is on average 2.5% more accurate than Multi-Layer Perceptron (MLP), and up to 5% more accurate than the other models. Random Forest is around 96% faster than XGBoost while being relatively easier to implement. The paper introduces a novel method that utilizes several standards to determine the remaining useful life of HVAC, leading to a potential increase in its lifetime by at least 10% and resulting in significant cost savings. The result shows that the most important factors that affect occupant comfort are poor air quality, lack of natural light, and uncomfortable temperature. To address the challenge of applying these methods to a wide range of buildings, the study proposes a framework using ontology graphs to integrate data from different systems, including FM, CMMS, BMS, and BIM. This study’s results provide insight into the factors that influence occupant comfort, help to expedite identifying equipment malfunctions and point towards potential solutions, leading to more sustainable and energy-efficient buildings.publishedVersio
    • …
    corecore