Intelligent Edge Devices for Predictive Maintenance on IMMs: Comparison
Please note this is a comparison between Version 2 by Camila Xu and Version 1 by Pedro Nunes.

A considerable part of enterprises’ total expenses is dedicated to maintenance interventions. Predictive maintenance (PdM) has appeared as a solution to decrease these costs; however, the necessity of end-to-end solutions in deploying predictive models and the fact that these models are often difficult to interpret by maintenance practitioners hinder the adoption of PdM approaches.

  • predictive maintenance
  • PdM
  • edge computing
  • smart edge devices

1. Introduction

One-third of the global plastics production is processed by injection molding [1], making injection molding machines (IMMs) widely used industrial assets. Figure 1 depicts the main components of a typical IMM. During the injection process, plastic pallets stored in a feed hopper are melted along the barrel by heating bands and injected via pressure into a mold cavity filled with plastic material. After solidifying, the material is ejected from the mold cavity, producing a three-dimensional part. The complexity of the injection molding process makes the maintenance of IMMs and their components a challenge [2], which has particular importance when it is acknowledged that expenses related to maintenance are typically a considerable part of an enterprises’ total expenses [3]. For this reason, adopting sensors to monitor IMMs and their components is very common, especially concerning injection molds [4[4][5],5], as they are a key component of the injection process [6].
Figure 1. Schematic of an IMM and its components [7].
Injection molds are subjected to degradation due to repeated use, high temperatures, pressure, and contact with melted materials, which may cause issues including such as surface degradation, dimensional changes, or misalignment. These issues may be time-consuming, leading to high periods of unavailability, or may be easily solved without a major intervention. Scheduling maintenance actions for these components is challenging, as the time between two failures does not follow a pattern, and requires balancing the mold’s performance with the expected maintenance costs. Furthermore, keeping detailed records of mold maintenance activities, including repairs, modifications, and maintenance history is essential for maintenance planning; however, this can be challenging in large-scale manufacturing.

2. Maintenance of IMMs and Their Components

IMMs are widely used assets for which maintenance is challenging due to the high number of parameters and components involved in the injection process. Research has been carried out on ways to improve maintenance actions for IMMs and their components, particularly by exploiting process parameters monitored by sensors. In [16][8], the authors used the maximum entropy principle [17][9] together with a fuzzy technique to deal with only censored data uncertainty while incorporating the knowledge of the maintenance staff to reduce annual maintenance costs of IMMs. On the other hand, [18][10] used a copulas model that considered the dependence of different failure modes to optimize maintenance actions on an IMM.
In [19][11], the authors presented an interesting work in which a statistical method based on kernel density was mixed with outlier detection for PdM in the case of the hydraulic pump of an IMM. Although an interesting path, the proposed approach is in an embryonic stage and lacks results. The process parameters of injection were analyzed by [20][12], who adopted the Nelson Rules [21][13] to detect abnormal patterns in the injection process. Other authors have exploited machine learning (ML) techniques to handle IMM maintenance. For instance, [22][14] employed several data mining techniques to forecast machine-related disruptions on IMMs, while [23][15] employed reinforcement learning for real-time production planning and scheduling in smart manufacturing of injection molding thermoplastics. The authors of [2] exploited ML classification algorithms to distinguish between optimal and borderline functioning of IMMs in order to trigger maintenance actions when borderline functioning is detected. Other research has focused on creating the necessary apparatus to monitor and collect relevant data for further analysis [24[16][17],25], which is the basis for applying maintenance actions based on the actual condition of the equipment.
One of the main fields within PdM is prognostics, in which the main focus is determining the number of working cycles a given industrial asset can perform before its failure [7][18]. One of the main challenges in such approaches is the fact that the sensor data often present stochastic patterns that do not allow for determination of the asset’s degradation [26][19]. As is apparent from this overview of maintenance solutions for IMMs and their components, the majority of research has focused on classifying the working state of the assets or detecting anomalous behaviors, as there are no monotonic sensor signals able to describe the degradation process. In the present work, new features are created through the combination of anomaly detection and GFTs, enabling degradation assessment of injection molds by determining their failure probability. This contributes to the field of prognostics more broadly, as the same approach may be employed in other industrial use cases where the degradation of assets follows a stochastic distribution of abnormal events.

3. Fault Trees (FTs) and Generalized Fault Trees (GFTs)

Reliability analysis is concerned with the failure probability of a given system or part. It relies on statistical data from relevant parameters of a given process. One of the most widely used reliability methodologies is FTA [27][20], which is exploited by well-known entities such as NASA [28][21].
FTA graphically represents a failure event, designated as the top event (TE) using a fault tree (FT). An example of a generic FT is depicted in Figure 2. This structure has two main components, namely, the basic events (BEs) and the gates or operators. BEs are the root factors responsible for causing a given TE, while gates are logic operators (𝐴𝑁𝐷 and 𝑂𝑅) that compute the probability of the TE based on the probability of the BEs according to 𝐴𝑁𝐷(𝐹𝑋,𝐹𝑌)=𝐹𝑋𝐹𝑌 and 𝑂𝑅(𝐹𝑋,𝐹𝑌)=𝐹𝑋+𝐹𝑌𝐹𝑋𝐹𝑌, where X and Y are two BEs and 𝐹𝑋 and 𝐹𝑌 are the respective cumulative density functions (CDF) of X and Y. Note that the 𝐴𝑁𝐷 gate triggers when both of the input BEs have occurred, while the 𝑂𝑅 gate triggers when at least one of the input BEs has occurred. In addition to quantitative analysis enabled by the calculation of TE probability, FTA allows for qualitative analysis of the minimal cut sets (MCS), which are the sets containing the minimum number of BEs to ensure the occurrence of a TE [29][22] (for example, the minimal cut sets for the FT shown in Figure 2 are 𝐶1={𝐵𝐸1} and 𝐶2={𝐵𝐸2,𝐵𝐸3}.
Figure 2.
Skeleton of a generic fault tree.
There have been several approaches for quantitative analysis of FT proposed in the literature, such as state-space models [30[23][24][25],31,32], simulation methods [29[22][26][27],33,34], algebraic approaches [35[28][29],36], and commercial software tools and model checkers such as Galileo [37][30], Coral [38][31], DFTCalc [39][32], and Storm [40][33], among others [41][34]. Although research effort that has been dedicated to FTA, the methodology does have a number of issues [42,43][35][36]. Typically, the TE represents the failure of a complex system, while BEs represent the failure of parts or components within the main system. This has two limitations: (1) expert knowledge is necessary to build the FT structure according to the possible failure modes of the components, which may be tedious and expensive; and (2) the probability of BEs, which is the failure probability of a given part or component, does not accord with the actual state of degradation of these components, as its calculation is only based on the hazard rate calculated from historical data on the malfunctioning of these components.
To overcome the aforementioned issues, the GFT methodology was proposed in [42][35]. Contrary to FTA, the GFT methodology does not rely on previous expert knowledge of the system, as the BEs are generated automatically from data; in addition, the tree structure that best describes a given TE is automatically obtained through a training procedure. The definition of BEs from continuous data can be achieved by discretizing the data, using cutting-edge parameters [42[35][36],43], or using an anomaly detection technique to detect abnormal events which are then used as BEs in the GFT analysis [13][37]. With respect to the training process, it can be used to either minimize the error between the CDF obtained by the GFT and the real CDF of the TE for a given dataset, or to optimize the maintenance costs.

References

  1. Osswald, T.A.; Hernández-Ortiz, J.P.; Hanser Publishers; Hanser Gardner Publications. Polymer Processing-Modeling and Simulation; Gardner Publication Inc.: Cincinnati, OH, USA, 2006; p. 596.
  2. Pierleoni, P.; Palma, L.; Belli, A.; Sabbatini, L. Using Plastic Injection Moulding Machine Process Parameters for Predictive Maintenance Purposes. In Proceedings of the 2020 International Conference on Intelligent Engineering and Management (ICIEM), London, UK, 17–19 June 2020; pp. 115–120.
  3. Garg, A.; Deshmukh, S. Maintenance management: Literature review and directions. J. Qual. Maint. Eng. 2006, 12, 205–238.
  4. Ogorodnyk, O.; Martinsen, K. Monitoring and Control for Thermoplastics Injection Molding A Review. Procedia CIRP 2018, 67, 380–385.
  5. Ageyeva, T.; Horváth, S.; Kovács, J.G. In-Mold Sensors for Injection Molding: On the Way to Industry 4.0. Sensors 2019, 19, 3551.
  6. Gomes, T.E.P.; Cadete, M.S.; Ferreira, J.A.F.; Febra, R.; Silva, J.; Noversa, T.; Pontes, A.J.; Neto, V. Development of an Open-Source Injection Mold Monitoring System. Sensors 2023, 23, 3569.
  7. Groover, M.P. Fundamentals of Modern Manufacturing: Materials, Processes, and Systems, Enhanced eText, 4th ed.; Wiley: Hoboken, NJ, USA, 2019; p. 816.
  8. Fuentes-Huerta, M.A.; González-González, D.S.; Cantú-Sifuentes, M.; Praga-Alejo, R.J. Fuzzy reliability centered maintenance considering personnel experience and only censored data. Comput. Ind. Eng. 2021, 158, 107440.
  9. Jaynes, E.T. Information Theory and Statistical Mechanics. Phys. Rev. 1957, 106, 620–630.
  10. Fuentes-Huerta, M.A.; González-González, D.S.; Cantú-Sifuentes, M.; Praga-Alejo, R.J. RCM implementation on plastic injection molding machine considering correlated failure modes and small size sample. Int. J. Adv. Manuf. Technol. 2018, 95, 3465–3473.
  11. Rivera, D.L.; Scholz, M.R.; Bühl, C.; Krauss, M.; Schilling, K. Is Big Data About to Retire Expert Knowledge? A Predictive Maintenance Study. IFAC-PapersOnLine 2019, 52, 1–6.
  12. Park, C.; Moon, D.; Do, N.; Bae, S.M. A predictive maintenance approach based on real-time internal parameter monitoring. Int. J. Adv. Manuf. Technol. 2016, 85, 623–632.
  13. Nelson, L.S. The Shewhart Control Chart—Tests for Special Causes. J. Qual. Technol. 1984, 16, 237–239.
  14. Bazargan-Lari, M.R.; Taghipour, S. A Data Mining Approach for Forecasting Machine Related Disruptions. In Proceedings of the 2021 Annual Reliability and Maintainability Symposium (RAMS), Orlando, FL, USA, 24–27 May 2021; pp. 1–7.
  15. Ghaleb, M.; Namoura, H.A.; Taghipour, S. Reinforcement Learning-based Real-time Scheduling under Random Machine Breakdowns and Other Disturbances: A Case Study. In Proceedings of the 2021 Annual Reliability and Maintainability Symposium (RAMS), Orlando, FL, USA, 24–27 May 2021.
  16. García, Á.; Bregon, A.; Martínez-Prieto, M.A. A non-intrusive Industry 4.0 retrofitting approach for collaborative maintenance in traditional manufacturing. Comput. Ind. Eng. 2022, 164, 107896.
  17. Moreira, E.E.; Alves, F.S.; Martins, M.; Ribeiro, G.; Pina, A.; Aguiam, D.E.; Sotgiu, E.; Fernandes, E.P.; Gaspar, J. Industry 4.0: Real-time monitoring of an injection molding tool for smart predictive maintenance. In Proceedings of the 2020 25th IEEE International Conference on Emerging Technologies and Factory Automation (ETFA), Vienna, Austria, 8–11 September 2020; pp. 1209–1212.
  18. Nunes, P.; Santos, J.; Rocha, E. Challenges in predictive maintenance—A review. CIRP J. Manuf. Sci. Technol. 2023, 40, 53–67.
  19. Żuławiński, W.; Maraj-Zygma̧t, K.; Shiri, H.; Wyłomańska, A.; Zimroz, R. Framework for stochastic modelling of long-term non-homogeneous data with non-Gaussian characteristics for machine condition prognosis. Mech. Syst. Signal Process. 2023, 184, 109677.
  20. Ruijters, E.; Stoelinga, M. Fault tree analysis: A survey of the state-of-the-art in modeling, analysis and tools. Comput. Sci. Rev. 2015, 15, 29–62.
  21. Stamatelatos, M.; Caraballo, M.J.; Vesely, W.; Dugan, J.; Fragola, M.J.; Minarick, M.J.; Railsback, M.J.; Jsc, N. Fault Tree Handbook with Aerospace Applications; Technical Report; NASA: Washington, DC, USA, 2002.
  22. Durga Rao, K.; Gopika, V.; Sanyasi Rao, V.V.; Kushwaha, H.S.; Verma, A.K.; Srividya, A. Dynamic fault tree analysis using Monte Carlo simulation in probabilistic safety assessment. Reliab. Eng. Syst. Saf. 2009, 94, 872–883.
  23. Khakzad, N.; Khan, F.; Amyotte, P. Risk-based design of process systems using discrete-time Bayesian networks. Reliab. Eng. Syst. Saf. 2013, 109, 5–17.
  24. Kabir, S.; Walker, M.; Papadopoulos, Y. Dynamic system safety analysis in HiP-HOPS with Petri Nets and Bayesian Networks. Saf. Sci. 2018, 105, 55–70.
  25. Jiang, G.J.; Li, Z.Y.; Qiao, G.; Chen, H.X.; Li, H.B.; Sun, H.H. Reliability Analysis of Dynamic Fault Tree Based on Binary Decision Diagrams for Explosive Vehicle. Math. Probl. Eng. 2021, 2021, 5559475.
  26. Chiacchio, F.; Iacono, A.; Compagno, L.; D’Urso, D. A general framework for dependability modelling coupling discrete-event and time-driven simulation. Reliab. Eng. Syst. Saf. 2020, 199, 106904.
  27. Xu, Z.; Guo, D.; Wang, J.; Li, X.; Ge, D. A numerical simulation method for a repairable dynamic fault tree. Eksploatacja i Niezawodnosc 2021, 23, 34–41.
  28. Merle, G.; Roussel, J.M.; Lesage, J.J.; Bobbio, A. Probabilistic algebraic analysis of fault trees with priority dynamic gates and repeated events. IEEE Trans. Reliab. 2010, 59, 250–261.
  29. Elderhalli, Y.; Hasan, O.; Tahar, S. A Methodology for the Formal Verification of Dynamic Fault Trees Using HOL Theorem Proving. IEEE Access 2019, 7, 136176–136192.
  30. Sullivan, K.; Dugan, J.; Coppit, D. The Galileo fault tree analysis tool. In Proceedings of the Digest of Papers, Twenty-Ninth Annual International Symposium on Fault-Tolerant Computing (Cat. No.99CB36352), Madison, WI, USA, 15–18 June 1999; IEEE: Piscataway, NJ, USA, 2003; pp. 232–235.
  31. Boudali, H.; Nijmeijer, A.P.; Stoelinga, M.I. DFTSim: A simulation tool for extended dynamic fault trees. In Proceedings of the 42nd Annual Simulation Symposium 2009, ANSS 2009, Part of the 2009 Spring Simulation Multiconference, San Diego, CA, USA, 22–27 March 2009; pp. 9–16.
  32. Arnold, F.; Belinfante, A.; Van der Berg, F.; Guck, D.; Stoelinga, M. DFTCalc: A Tool for Efficient Fault Tree Analysis. In Computer Safety, Reliability, and Security; Springer: Berlin/Heidelberg, Germany, 2013; pp. 293–301.
  33. Dehnert, C.; Junges, S.; Katoen, J.P.; Volk, M. The Probabilistic Model Checker Storm (Extended Abstract). 2016. Available online: http://xxx.lanl.gov/abs/1610.08713 (accessed on 2 February 2022).
  34. Aslansefat, K.; Latif-Shabgahi, G.R. A Hierarchical Approach for Dynamic Fault Trees Solution through Semi-Markov Process. IEEE Trans. Reliab. 2020, 69, 986–1003.
  35. Rocha, E.M.; Nunes, P.; Santos, J. Reliability Analysis of Sensorized Stamping Presses by Generalized Fault Trees. In Proceedings of the International Conference on Industrial Engineering and Operations Management, Istanbul, Turkey, 7–10 March 2022.
  36. Nunes, P.; Rocha, E.M.; Neves, J.; Santos, J. Real-Time Condition-Based Maintenance of Friction Welding Tools by Generalized Fault Trees. In ARTIIS 2022: Advanced Research in Technologies, Information, Innovation and Sustainability; Springer: Cham, Switzerland, 2022; pp. 414–428.
  37. Nunes, P.; Rocha, E.; Santos, J.; Antunes, R. Predictive maintenance on injection molds by generalized fault trees and anomaly detection. Procedia Comput. Sci. 2023, 217, 1038–1047.
More
ScholarVision Creations