AutomationNetworkSelection 3rded Chapter3 PDF
AutomationNetworkSelection 3rded Chapter3 PDF
Introduction to
Industrial
Networks
At one time, it was thought that industrial automation net-
works were different from the kinds of networks used for IT. In
fact, the earliest automation networks were not even consid-
ered as networks at all but as serial buses. The term fieldbus
stems from these thoughts. Naturally, each network was
designed to solve one problem, then extended to solve other,
perhaps related, problems. Since each supplier’s business
model was directed toward a slightly different business niche,
the resulting bus turned out to be different from any other.
9
10 Automation Network Selection: A Reference Manual, Third Edition
used for the upper layer visible to the end user. All network
architectures are described by the International Standards
Organization (ISO) standard and Open Systems Interconnec-
tion (OSI) basic reference model: standard ISO/IEC 7498-
1:1994. This model is illustrated in Figure 3-1 and is divided
into seven parts. When we say network protocol, we are talking
about stuff in these layers. The end user only cares about the
connection to the physical layer (wires coming out the bottom,
or radio signals) and the features and functions made available
at the top. Yes, the protocol is important, but a lot less impor-
tant than the claims made by the network designers. However,
if the middle layers of two networks are different, they cannot
interoperate without a gateway device between them.
OPC OPC
CLIENT SERVER
ISO/OSI 7
LAYERS
APPLICATION APPLICATION
PRESENTATION PRESENTATION
SESSION SESSION
TRANSPORT TRANSPORT
NETWORK NETWORK
DATA LINK DATA LINK
PHYSICAL PHYSICAL
DATA FLOW
Notice that there are two layers above the ISO/OSI seven lay-
ers. The object linking and embedding for process control
(OPC) layer has the benefit of adapting the network layers to
the host system. Thus the client user layer only needs to be cre-
ated knowing that it will be used with a server running com-
patible OPC software. With OPC, the details of the network
layers are effectively hidden from view. It should also be noted
that there are other methods of isolating the network applica-
tion layer from the user layer software by using other network
technologies, incorporated in the user layer, that do not use
OPC. This is illustrated by the direct coupling of the user layer
to the top of the communications protocol stack. Usually this is
done to take advantage of the efficiency of the user layer con-
nections and to make data transfers more deterministic than
allowed by OPC.
RING STAR
) )
) ) )
)
) ) )
)
) )
) )
) )
) )
)
)
) )
) ) )
)
) )
)
) ) )
) )
)
) ) )
)
) )
) )
) )
) )
) )
) ) ) ) )
) ) )
) )
MESH NETWORK
Installation of WSN also has costs not associated with wire and
fiber optics. The ability to transmit and receive data over a
radio (wireless) link is not always going to work with the same
degree of certainty as a wired link. Atmospheric conditions
such as rain, fog, or snow can dramatically affect transmission
of wireless signals. Another problem can be traced to the “can-
yons of steel,” a term that describes many process plants and
even factories. When radio signals bounce off steel equipment,
signals reaching remote devices must journey through a longer
distance than the direct path. This is called a multipath signal
and makes the signal taking the longer path arrive out of phase
with the direct signal, resulting in a signal cancellation that is
often called fade. Installation of WSN must account for mul-
tipath and the ability of signals to be received.
tion layer are often called user layers that add functionality by
making network services most often needed by a class of user more
easily available. All popular fieldbuses and control networks
offer user layers for their intended users, but sensor networks
are so simple that user layers are not always provided or
required. User layers are termed this because they were not
named by the ISO in its design of the seven-layer OSI stack. In
fact, the user layer may itself be composed of several layers. A
typical industrial automation network will use two different
user layers for its own applications: one for the efficient cyclic
data acquisition and control data transfers, and another for the
information data transfers needed for operator display and
interaction. There are user layers constructed for some vertical
industrial applications as well.
All of the control networks can also meet the real-time require-
ments for data acquisition and control, but usually the timing
is much more relaxed than that of a fieldbus or a sensor net-
work, and is measured in seconds. The difference is usually in
the protocol of a fieldbus that has its time synchronization at
layer 2 (data link) of the network, as opposed to control net-
Unit 3: Introduction to Industrial Networks 27
by the class library. Microsoft claims that .NET will run faster
on all targeted computers, but Oracle counters that Java runs
on any computer supporting the JVM. Microsoft has support
for the JVM machine in Windows. In fact, there will be almost
no observable differences between .NET and Java. The biggest
difference is that .NET supports a smooth migration path from
COM/DCOM to the .NET object communications. This means
that .NET supports OPC. Microsoft’s version of Java also sup-
ports OPC/UA.
FDT was created to eliminate the need for the user to maintain
the different attribute definitions for HART, PROFIBUS-PA,
and FOUNDATION Fieldbus. FDT allows the field device sup-
plier to offer a single Device Type Manager (DTM) indepen-
Unit 3: Introduction to Industrial Networks 31
The major advantage of FDT over both EDDL and OPC has
been to give the field device supplier the ability to construct
comprehensive visualization tools for detailed analysis of the
data contained in the field device, and especially for use in cali-
bration and diagnostics. These tools, using FDT, are indepen-
dent of the control system supplier.
32 Automation Network Selection: A Reference Manual, Third Edition
3.6.1.1 Wi-Fi
The reduced cost of Ethernet-based networks is driving this
fast, low-level, and low-cost technology to the field or shop
floor. Another Ethernet side effect can be seen in the applica-
tion of wireless technology in the Wi-Fi group of wireless pro-
tocols. Wi-Fi is essentially wireless Ethernet. Any higher-level
application layer and user layer can communicate via Wi-Fi at
data rates up to about 1 Gbps, without knowledge of the fact
that it is on a radio link. Wi-Fi is the most common wireless
technology, however, it has significant problems for operation
in the electrically noisy environment of a process plant or the
shop floor in a manufacturing factory.
3.6.1.3 WirelessHART
WirelessHART process field transmitters are being offered
commercially. In addition, a simple device to convert wired
HART transmitters and valve positioners to the WirelessHART
protocol is available. WirelessHART is specified by the IEC
62591 standard supported by the HART Communication Foun-
dation, now a part of the FieldComm Group.
3.6.1.4 ZigBee
ZigBee is an organization specifying additional higher-layer
protocols using the same standard, IEEE 802.15.4, as both
ISA100 Wireless and WirelessHART. It was designed to oper-
ate on the shop floor and to avoid interference with Wi-Fi. It is
also low cost, requires little power, and can transport Ethernet
messages. Although ZigBee may operate with a star topology
like Wi-Fi, it also allows operation in a mesh network topology
as previously illustrated in Figure 3-3.