| Literature DB >> 30986959 |
Petr Marcon1, Jakub Arm2, Tomas Benesl3, Frantisek Zezulka4, Christian Diedrich5, Tizian Schröder6, Alexander Belyaev7, Premysl Dohnal8, Tomas Kriz9, Zdenek Bradac10.
Abstract
The paper discusses the possibilities of incorporating sensors and indicators into the environment of an Industry 4.0 digital factory. The concept of Industry 4.0 (I4.0) is characterized via a brief description of the RAMI 4.0 and I4.0 component model. In this context, the article outlines the structure of an I4.0 production component, interpreting such an item as a body integrating the asset and its electronic form, namely, the Asset Administration Shell (AAS). The formation of the AAS sub-models from the perspectives of identification, communication, configuration, safety, and condition monitoring is also described to complete the main analysis. Importantly, the authors utilize concrete use cases to demonstrate the roles of the given I4.0 component model and relevant SW technologies in creating the AAS. In this context, the use cases embody applications where an operator wearing a SmartJacket equipped with sensors and indicators ensures systematic data collection by passing through the manufacturing process. The set of collected information then enables the operator and the system server to monitor and intervene in the production cycle. The advantages and disadvantages of the individual scenarios are summarized to support relevant analysis of the entire problem.Entities:
Keywords: Asset Administration Shell (AAS); Industry 4.0; Internet of Things (IoT); LPWAN; MQTT; OPC UA; RAMI 4.0; SmartJacket; WiFi
Year: 2019 PMID: 30986959 PMCID: PMC6479368 DOI: 10.3390/s19071592
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1The RAMI 4.0 metamodel (inspired by ZVEI and VDI/VDE [17]).
Figure 2From an asset to the I4.0 component (inspired by ZVEI and VDI/VDE [17]).
Figure 3The Asset Administration Shell (inspired by [13,19]).
Figure 4Possible AAS sub-models (inspired by [19]).
Figure 5The requirements on the Asset Administration Shell (inspired by [19]).
Figure 6Use case I: wireless connection of the sensors at the shop floor level.
Specification of the ESP8266 and ESP32 modules.
| Specifications | ESP8266 | ESP32 |
|---|---|---|
| Memory | 160 kB | 512 kB |
| GPIO | 17 | 36 |
| Working Temp (°C) | −40 to +125 | −40 to +125 |
| Clock Speed | 80 MHz | 160 MHz (DualCore) |
| Price including VAT | 5 € | 20 € |
| Range | <100 m | <130 m |
| Power consumption, Tx | 150 mA | 210 mA |
Use case I: A comparison of the communication technologies.
| Technology | PHY Standard | Pros | Cons |
|---|---|---|---|
| WiFi | IEEE802.11 a/b/g/n | + Widespread | - Very complex |
| Sigfox | LPWAN | + High range | - Low message rate |
| LoraWAN | LPWAN | + High range | - Medium initial costs |
| NB-IoT | LPWAN | + High range | - High initial costs |
Figure 7Use case II, with the data concentrator directly in the SmartJacket.
Use case II: A comparison of the communication technologies to interconnect the sensors.
| Technology | PHY Standard | Pros | Cons |
|---|---|---|---|
| WiFi | IEEE802.11 a/b/g/n | + Widespread | - Very complex |
| ZigBee | IEEE802.15.4 | + Topology star/mesh | - Low data rate (typically) |
| Bluetooth LE | IEEE802.15.1 | + Low radiation | + Low range typically 10 m |
| sub-1GHz | ISO18000-7 | + Lone range up to 100 km | - Signal interference |
Figure 8Use case III: Wired interconnection in the SmartJacket.
A comparison of the use cases.
| Use case | Topology | Pros | Cons |
|---|---|---|---|
| I | Star | + No single point of failure: if one or more endpoints fail, others can still work. | - Highest power consumption. |
| II. | Extended star | + Due to less distance, the power consumption is significantly lower than in | - Single-point-of-failure central data concentrator. |
| III. | Extended star | + Lowest power consumption. | - SmartJacket difficult to clean. |
Figure 9A SmartJacket operator represented via the HMI.
Figure 10(a) An Arduino LilyPad and the wire connection of the sensors; (b) An MQ-135 air quality sensor; (c) An HC-SR-04 ultrasonic sensor; (d) a DS18B20 1-wire temperature sensor.
Figure 11The Graphical User Interface: the value measured by the SmartJacket.