You are on page 1of 5

This full text paper was peer-reviewed at the direction of IEEE Instrumentation and Measurement Society prior to the

acceptance and publication.

Enabling wireless technologies for Industry 4.0:


State of the Art

Francesco Bonavolontà Annarita Tedesco


University of Napoli Federico II National Research Council
Dept. of Inform. Technology and Electrical Engineering, Inst. for Technologies Applied to Cultural Heritage
Naples, Italy Montelibretti (Rome), Italy
francesco.bonavolonta@unina.it annarita.tedesco@itabc.cnr.it

Rosario Schiano Lo Moriello Antonio Tufano


University of Napoli Federico II Pegaso Telematic University
Dept. of Industrial Engineering Dept. of Law Sciences
Naples, Italy Naples, Italy
rschiano@unina.it antonio.tufano@unipegaso.it

Abstract—The current revolution of the manufacturing sector, production; (ii) greater speed, allowing passage from prototype
usually referred to as Industry 4.0, is deeply modifying the to serial production through innovative technologies (e.g. 3D
traditional production paradigms. The availability of cost- printing); (iii) greater productivity, thanks to shorter setup times,
effective sensing and/or computing elements as well as ad-hoc reduced errors and stops; (iv) better quality and consequently
communications protocols are, in fact, making it possible to less waste due to the use of sensors for real-time production
provide the whole supply chain with a global awareness about the monitoring; (v) greater product competitiveness, by integrating
production process. Selecting the most adequate protocol results more functionality [2]. In other words, future production plants
fundamental to assure the best integration of the industrial must be smart, i.e. production control must be entrusted to the
machines with the current de-facto information framework, i.e.
machines (distributed production), which can autonomously and
Internet of Things.
automatically schedule operations according either to the state
Stemming from their past experiences on wireless of production or external inputs. As an example, the production
communication and distributed measurement systems, the authors chain acquires the capability of reconfiguring itself to face a
will provide hereinafter a proper roadmap between the different suspended machine without blocking all production as it had
and most common communication protocols according both to the been in the past [3].
wireless operating range and industrial requirements. In this context, three levels of information exchange can be
defined that turn out to be fundamental to implement the
Keywords—Industry 4.0; LoRa; LoRaWAN; WAN; Sigfox;
6LoWPAN; WSN; IoT.
Industry 4.0 model:
1. information exchange between the product and the
I. INTRODUCTION machines;
The term Industry 4.0 is directly linked to the so-called
Fourth Industrial Revolution. This new revolution, made 2. information exchange between the machines involved in
possible by the availability of low-cost sensors and efficient the production process;
wireless connections, is associated with an increasingly 3. information exchange between machines and outside
pervasive use of (i) data and information, (ii) computational world interacting with the production system.
technologies and data analysis, and (iii) new materials,
components and systems that are fully digitized and connected With reference to the first level of information exchange, the
among them [1]. The paradigm of Industry 4.0 requires solutions product (the good) must be aware about operations that it has
to: (i) optimize production processes; (ii) support industrial already undergone and those that it still must receive, starting
automation processes; (iii) foster business collaboration through from raw materials up to the completion of the finished product
advanced distributed planning techniques, integrated logistics leading to exit from the production loop. As an example, in the
management, and interoperability of information systems. assumptions that a specific machine is unavailable since it is
busy in some operations or for periodical/extraordinary
The benefits expected from the application of the Industry maintenance or for updating the operating process, the product
4.0 paradigm refer mainly to: (i) greater flexibility, which should that needs to be machined receives the signal of unavailability
allow the realization of few goods as cheaply as large-scale

978-1-5090-5679-8/17/$31.00 ©2017 IEEE


III. IOT WIRELESS ENABLING TECHNOLOGIES
The fundamental component of IoT is the network
infrastructure that needs to guarantee very different needs
compared to the traditional internet network [5-10]. Currently,
this network is designed to transfer data such as text, images,
video, etc. through a client-server connection model. For
example, if we take into consideration a home or office, we find
networked devices such as PCs, smartphones / tablets generally
associated with a user, in a roughly one-to-one relationship. That
is, each of us typically uses one or more devices to send e-mails,
surf the web, download videos, etc. We therefore have a few
complex devices which however deal with a high amount of
information each (4 billion devices in 2016). In the IoT,
Fig. 1 - Levels of information exchanged however, we have an upturned situation. This time, in addition
to the PC, at home we will have sensors that monitor a particular
from the machine and proceeds in the loop to other operations physical parameter such as temperature, humidity, brightness,
or machines. and consumption of each electrical load in different rooms /
rooms; And other actuator devices which will perform lighting
In this case, the busy machine can interrogate the other ones control, air conditioning, rolling shutters etc. Therefore, in this
involved in the production cycle to retrieve the availability at case, the amount of information that each device has to exchange
working the product that has been momentarily refused (second is much smaller than that of traditional PC-Server connections
level “machine-to-machine” information exchange). The (only a few bytes corresponding to a parameter's measurement).
product will thus be directed to alternative operation paths By contrast, the number of connected IoT devices is
(routing) to undergo further processing and successively return significantly larger than those currently connected to the Internet
to the original machine when it will have finished its previous and is growing as the complexity of applications (30 billion in
tasks. Thanks to the first two levels of communication, 2020). Since devices connected to the IoT are therefore
distributed intelligence mechanisms that completely overwhelm becoming ever larger, in order to ensure the economic feasibility
the traditional production paradigm can be implemented. of implementing smart applications, the cost of each IoT device
Finally, the third level of information exchange includes the must be very low (a few tens of euros). Fortunately, since each
ability of the production process to exchange data with the device must not perform complex operations but few repetitive
outside world as a warehouse, customers, suppliers, other smart operations such as: (i) acquiring a value from a sensor; (ii) carry
factories and all Supply Chain Management (SCM). out small processing on the acquired data so that it can be
transmitted according to the established protocol; (iii) transmit
II. INTERNET OF THINGS BASICS the data; You can use as a core of the IoT device a low cost
The implementation of Industry 4.0 is therefore guided and microcontroller (embedded system). Thus, generally, an IoT
favored by the development of some key enabling technologies device is small in size and consists of a sensor / actuator part, a
such as the Internet of Things (IoT) and Additive Manufacturing microcontroller, a generally wireless network interface, and a
(AM). The IoT is a neologism related to the extension of the battery powered power supply. The latter aspect is important
internet to the world of objects such as sensors, actuators and because a Wireless connection coupled to a battery power
microcontrollers. Thanks to IoT, these devices can interact and facilitates the spread of IoT devices, as they reduce the wiring
co-operate autonomously with other traditional internet services needed to implement the network.
and devices (such as personal computers, Web Services,
Smartphones, Tablets, etc.) through a uniquely assigned address A. IoT network protocols
scheme to implement smart apps to improve users’ quality life One of the application level protocols most widely used for
and experience [4]. transferring information to the web is HTTP. This protocol is an
ASCII protocol, purely textual, based on the request / response
From the home refrigerator capable of ordering goods when pattern but which tends to transfer too much "outline"
they are going to finish to smart meters supporting energy saving information, such as headers, in relation to the actual
policies, to parking systems communicating to drivers the information content included. Since the amount of data to be
presence of free parking spaces, the IoT applications that can be transmitted and processed is a problem for an embedded system
realized and that make smart vehicles, buildings, cities, logistics, where hardware resources are limited (computational capacity
production, transports are innumerable. Almost all researches on and reduced memory) and power is on battery (these devices
the development and dissemination of IoT highlight a strong have typical power ups of some hundreds of mAs in
growth in the market for devices connected to the network. Due Transmission and reception, while the order of microAs being
to the strong demand for innovation in all the considered processed), in order to preserve these resources, the adoption of
application fields, it has been estimated that by 2020 there will HTTP protocol for these devices may not be the best choice.
be between 20 and 30 billion of networked devices. Consequently, the IoT requires to reduce as much as possible the
size of the packets of data exchanged. A lightweight application
protocol that allows devices to communicate effectively
asynchronously is the MQTT [11]. The protocol is based on a
nodes need to be provided, resulting in drastically increased
network infrastructure costs that are all borne by the user.
Although the 6LoWPAN network protocol is a major evolution
compared to proprietary networks such as ZigBEE,
WirelessHART, Wireless-MBus, which need a Gateway to
exchange data over the Internet, its adoption cannot be
considered a solution Valid and general for all situations.
C. Low-Power Wide Area Network
To overcome the limitations described above, recent
technological developments are introducing new long-range
communication and low power dissipation protocols to Machine
to Machine (M2M), enabling the spread of large-scale IT
Fig 2 – MQTT protocol applications (application of Smart city, smart metering). Among
the available Low-Power Wide Area Network (LPWAN)
protocols, SigFox and LoRa are the ones that are most successful
Publisher / Subscriber mechanism that exploits a Broker, a
among the operators and manufacturers of IoT devices,
messaging server that deals with matching between Subscriber
recording a rapid diffusion of various applications based on
and Publisher with subsequent dispatching of the message. In
these protocols [14]. The topology of the two types of networks
practice, the publisher sends a message on a subject to the
is the same as that used by cellular telephony technologies - that
broker. The subscriber is a consumer who subscribes to
is the star of star type with Gateways in the middle that are
messages posted on a specific topic and receives them from the
actually the Base Transceiver Station (BTS) stations.
broker. This communication model greatly simplifies the
Specifically, the Gateway is a transparent bridge for messages
communication protocol and is being established as the main
between Devices and the Cloud-based Network Controller.
application layer protocol of the IoT [12]. However, the MQTT
Gateways are connected to the Cloud-based Network Controller
protocol replaces HTTP, but as the latter is still based on a TCP
service through an IP-based connection; While the Devices use
/ IP transport connection. Among the embedded devices most
single-hop wireless communication to one or more Gateways.
used to build MTT applications based on MQTT, there is the
The various Application Servers then receive the data sent by
ESP8266 chip that integrates a microcontroller and a Wifi
the various sensors on the LPWAN network from the Cloud-
transmission module with TCP / IP stack. This implies that the
based Network Server. Communication can also be bidirectional
device needs a public or private WiFi network to be able to
for controlling actuators. Traditional approaches to wireless
broadcast over the Internet and has a maximum coverage of
connectivity suggest that a network device should not be able to
about 100 meters. Moreover, Wifi modules suffer from an
operate at reduced power while simultaneously transmitting on
excessive power consumption for these applications.
long distances. Unlike 3G or 4G systems, an LPWAN network
B. Personal Area Network adopts a modulation scheme that "penalizes" the throughput rate
Another interesting protocol that is affirming as a protocol in order to provide greater tolerance for interference and signal
for the IoT and which allows instead of realizing larger meshes attenuation. In this way, the output power (output) may be very
is the 6LoWPAN, which allows the transmission of IPv6 packets low. At the same time technology requires receivers
through IEEE 802.15.4-compliant sensor networks. 6LoWPAN characterized by a very high sensitivity in order to maintain a
offers an optimized header and encapsulation format for sending connection in the presence of relatively weak input signals. In
and receiving IPv6 packets over low power radio other words, unlike a mobile network, an LPWAN network is
communication networks, reducing packet header overhead. optimized for use in M2M and IoT applications that require low
The local 6LoWPAN network can therefore easily interfaced power consumption and reduced data transfer rates. As a result,
with the Internet and send data to Cloud platforms as it has the a LWPAN cell can guarantee a broad coverage, potentially even
same level of TCP / UDP transport on the Internet; To connect higher than that of a mobile cell (11-15 km in open field, 2 km
local area nodes to the Internet, you only need a edge router to in urban environment), using a lower power. Both new LPWAN
change the physical level on which the information from the technologies operate at frequencies included in licensed ISM
local network (RF 868 MHz) travels to the Internet (Ethetnet, bands. Unlike mobile network operators, therefore, LPWAN
Wifi). Although these types of network can potentially reach an network operators do not have to buy expensive licenses for
important extension in mesh configuration, especially when radio spectrum bands. By appropriately distributing gateways
using the SUB-GHz (868 MHz) physical level that allows within urban and non-urban settlements, large public networks,
200/300 meters open field open between single nodes, their use, similar to GSM networks, can be built. In this way, the user who
however, is limited to smart building applications [13]. This executes his smart intelligent IM application must purchase only
limitation is due to the fact that large distances can only be the endpoint measurement nodes and can exploit the existing
reached by disseminating many nodes in the local network that network by sharing the costs for the implementation and
make routers and carry packets of the other nodes to the edge maintenance of the IoT network infrastructure with other users.
router. However, these nodes dissipate greater power than the This can be an indisputable advantage over the proprietary
endnodes, since they handle packet routing, and they need to wireless networks used up to this point. The SigFox public
provide network power. In addition, since in indoor network covers France, Spain, Great Britain and the
environments the signal flow drops drastically, many routing Netherlands, and since July of the year, several field tests have
been conducted in many cities around the world, while a
nationwide network installation has been launched in Portugal, increase comfort and improve user's life experiences, but that do
Denmark, Belgium and the United States. not generally create emergency or danger situations in the event
of malfunctions or malfunctions, but only the unavailability of
SigFox's goal is to cover national coverage in more than 60 the services. On the contrary, in industry (especially in industries
countries by 2020. SigFox uses Ultra-narrowband technology such as heavy industry, oil, electricity generation or rather
that uses a very narrow portion of the spectrum. This choice healthcare), where there is more to play than a mere
minimizes the effect of noise and allows you to use simpler unavailability, failures or events may occur unplanned that can
endpoints but requires the most complicated and expensive endanger people's lives. There is therefore a different sensitivity
Gateway / BTS usage. In a SigFox system, the number of daily and reliability that the IIoT applications must possess that is not
transmissions is limited to 140 uplink messages, each consisting usually required for the IoT. These requirements need to be
of a maximum of 12 bytes, and only 4 downlink messages, taken into account when designing and implementing IIoT.
consisting of a maximum of 8 bytes. The latency is in the order Moreover, a highly-reliable and connected network that secures
of 3-5 ms. Based on these features, SigFox is suitable for use in against failures and hacking is crucial for deployment of
applications that occasionally transmit small data packets, intelligent machines and devices on factory floor.
whereby the system remains for a long period of time in a power-
down state in order to preserve the duration of the battery. V. CONCLUSIONS
Counters for consumption accounting are a good example of a
typical application of a SigFox network. To develop its IoT In conclusion, by exploiting recent technological advances
network, SigFox signs exclusive agreements with local partners of IoT, Industry 4.0 promises innovation of the entire
(For example, in Italy, the service is offered by NetTrotter). The manufacturing flow. To this aim, equipping machines with
user who intends to use SigFox will confine himself to the design sensors and connectivity is a key aspect which has to be taken
/ installation of the device / sensor compliant with the protocol into account. The last issue is very interesting, to such an extent
and will not be able to install any type of gateway. If you want that industry experts and researchers are working hard, in order
to develop a SigFox network you will have to do so with SigFox to define suitable protocols for different situation met in
or your partners. It is therefore not possible to create private Industry. In this paper authors, starting from their background in
SigFox networks. Therefore, in order to use the SigFox network the field of sensor networks, have addressed considered
you will need to pay a monthly subscription of about 1 Euro per problems from an instrumentation and measurements point of
month for a single device (including 140 packets of 12 bytes in view. Comparison between IoT protocols highlights that all of
transmission and 4 8-byte messages in reception). Conversely, this protocol could be effectively adopted to achieve smart
the LoRa protocol, whose specifications are defined by the LoRa industry. There is no one protocol which can be defined better
Alliance, is an open protocol and its use is free for anyone who than others, but the choice of the optimal one depend on many
respects the protocol specifications. In fact, there are no factors and on the specific levels of information that has to be
constraints: access points can be freely installed by mobile implemented. However, the general idea is that still much
operators, as well as by private companies. If you use your remains to be done to make these protocols fit for industrial use.
Gateways there are no limitations on data traffic, packet size, We are just at the dawn of the so-called “Industry 4.0.”
and no subscription to support. LoRA modulation is based on
the Chirp Spread Spectrum technique and the protocol can vary REFERENCES
the length of the so-called spreading factor (between 7 and 12
bits) and the bandwidth according to the bit rate (i.e. the number [1] Wang, S., Wan, J., Zhang, D., Li, D., & Zhang, C. (2016). “Towards smart
of bits Transmitted per second) required in the range between factory for industry 4.0: a self-organized multi-agent system with big data
20bit / s and 41kbit / s. based feedback and coordination. Computer Networks,” 101, 158-168.J.
Clerk Maxwell, A Treatise on Electricity and Magnetism, 3rd ed., vol. 2.
IV. IOT VERSUS IIOT Oxford: Clarendon, 1892, pp.68-73.
[2] Kagermann, H. (2015). “Change through digitization-Value creation in
When the IoT is applied to the industry, it becomes Industrial the age of Industry 4.0”. In Management of permanent change (pp. 23-
Internet of Things (IIoT), or more simply Industrial Internet (II). 45). Springer Fachmedien Wiesbaden.
The term IIoT therefore identifies a multitude of devices (smart [3] Wollschlaeger, M., Sauter, T., & Jasperneite, J. (2017). “The future of
sensors), connected to the latest ICT communication industrial communication: Automation networks in the era of the internet
technologies, and software tools (machine learning, data of things and industry 4.0.” IEEE Industrial Electronics Magazine, 11(1),
17-27.
analytics) that enable the deployment of new, efficient business
models based on 'artificial intelligence. Specifically, with the [4] Atzori, Luigi, Antonio Iera, and Giacomo Morabito. "The internet of
things: A survey." Computer networks 54.15 (2010): 2787-2805.
IIoT you can increase the production capacity of a plant, you can
[5] Al-Fuqaha, Ala, et al. "Internet of things: A survey on enabling
make predictive diagnostic systems (which allow you to get technologies, protocols, and applications." IEEE Communications
significant savings), management decision support systems, Surveys & Tutorials 17.4 (2015): 2347-2376.
intelligent systems for logistics and supply Chain, etc. This [6] L. Angrisani et al., “Frequency domain measurement node based on
transformation of the industry can bring organizational and compressive sampling for sensors networks,” In Measurements &
operational benefits that thus result in significant financial Networking (M&N), 2015 IEEE International Workshop on (pp. 1-5).
benefits. However, considering the IIO as a mere transposition IEEE.
of the ItoT into the industrial world, one makes a serious [7] L. Angrisani et al., “Inductive power transmission for wireless sensor
networks supply. In Environmental Energy and Structural Monitoring
mistake. The IoT tends to enclose consumer devices such as, for Systems,” (EESMS), 2014 IEEE Workshop on (pp. 1-5). IEEE.
example, fitness devices, heart rate monitoring, or smart home
appliances, etc. These are intelligent applications that can
[8] F. Bonavolontà et al., “Harmonic and interharmonic measurements [12] De Caro, Niccolò, et al. "Comparison of two lightweight protocols for
through a compressed sampling approach,” Measurement, 77, 1-15. ISO smartphone-based sensing." Communications and Vehicular Technology
690 (2016) in the Benelux (SCVT), 2013 IEEE 20th Symposium on. IEEE, 2013.
[9] F. Bonavolontà et al., “New approach based on compressive sampling for [13] Reiter, Gil. "Wireless connectivity for the Internet of Things." Europe 433
sample rate enhancement in DASs for low-cost sensing nodes. Sensors,” (2014): 868MHz.
14(10), 18915-18940. (2014). [14] Nolan, Keith E., Wael Guibene, and Mark Y. Kelly. "An evaluation of
[10] L. Angrisani et al.,”First step towards an IoT implementation of a wireless low power wide area network technologies for the Internet of Things."
sensors network for environmental radiation monitoring”, in Proc of IEEE Wireless Communications and Mobile Computing Conference
I2MTC 2017, May 22-25, 2017, Turin, Italy, pp.588-593. (IWCMC), 2016 International. IEEE, 2016.
[11] Locke, Dave. "Mq telemetry transport (mqtt) v3. 1 protocol
specification." IBM developerWorks Technical Library (2010).

You might also like