| Literature DB >> 35590898 |
Özgür Gültekin1,2, Eyup Cinar2,3, Kemal Özkan2,3, Ahmet Yazıcı2,3.
Abstract
Early fault detection and real-time condition monitoring systems have become quite significant for today's modern industrial systems. In a high volume of manufacturing facilities, fleets of equipment are expected to operate uninterrupted for days or weeks. Any unplanned interruptions to equipment uptime could jeopardize manufacturers' cycle time, capacity, and, most significantly, credibility for their customers. With the help of smart manufacturing technologies, companies have started to develop and integrate fault detection and classification systems where end-to-end constant monitoring of equipment is facilitated, and smart algorithms are adapted for the early generation of fault alarms and classification. This paper proposes a generic real-time fault diagnosis and condition monitoring system utilizing edge artificial intelligence (edge AI) and a data distributor open source middleware platform called FIWARE. The implemented system architecture is flexible and includes interfaces that can be easily expanded for various devices. This work demonstrates it for condition monitoring of autonomous transfer vehicle (ATV) equipment targeting a smart factory use case. The system is verified in a designated industrial model environment in a lab with a single ATV operation. The anomaly conditions of the ATV are diagnosed by a deep learning-based fault diagnosis method performed in the Edge AI unit, and the results are transferred to the data storage via a data pipeline setup. The proposed system's Edge AI solution for the ATV use case provides significant real-time performance. The network bandwidth requirement and total elapsed data transfer time have been reduced by 43 and 37 times, respectively. The proposed system successfully enables real-time monitoring of ATV fault conditions and expands to a fleet of equipment in a real manufacturing facility.Entities:
Keywords: FIWARE; autonomous transfer vehicle; deep learning; edge artificial intelligence; real-time condition monitoring
Mesh:
Year: 2022 PMID: 35590898 PMCID: PMC9105012 DOI: 10.3390/s22093208
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1The proposed system architecture.
Figure 2The ATV use case for proposed generic architecture.
Figure 3The real-time multisensory fault diagnosis inference model was performed on the NVIDIA Jetson TX2 GPU module.
Figure 4Testing environment and real-time inference: (a) testing environment; (b) obstacles for high-level anomaly, and (c) obstacles for low-level anomaly.
Figure 5Visualization of the ATV’s condition data in Elasticsearch with Kibana.
Figure 6Grafana dashboards for real-time condition monitoring.
Comparison of the metrics calculated from the raw sensor data and the processed data at the edge AI unit.
| Raw Sensor Data | Processed Data at the Edge AI Unit | |||||
|---|---|---|---|---|---|---|
| Metric | Motor 1 Sound | Motor 2 Sound | Motor 1 Vibration | Motor 2 Vibration | Inference Results | Filtered Sound & Vibration Data |
| Average Bandwidth Usage | 61.62 KB/s | 64.59 KB/s | 14.78 KB/s | 14.62 KB/s | 17.55 B/s | 3.63 KB/s |
| Data Transfer Delay | 1238.54 s | 1301.39 s | 342.11 s | 329.92 s | 0.07 s | 87.22 s |
| Average Duration for an Inference | 0.00669 s * | 0.4537 s ** | ||||
* Using the resources of a centralized server for a single ATV; ** Using the resources of an edge AI device.