Chapter 8-HART Device Networks
Chapter 8-HART Device Networks
Chapter 8-HART Device Networks
• With 4 mA being the lowest range and 20 mA being the highest range.
• And also the loop supplies the operating power to the devices.
HART Protocol
HART Protocol uses Two types of modes:
• Point-To-Point and Multidrop modes.
• Provides two simultaneous channels, 4-20mA analog signal and the digital
signal.
How Does HART Work?(Contd..)
• The Primary Value(PV) is communicated through the 4-20mA analog signal
current loop.
• Adherence to Physical and Data Link Layer requirements, i.e., they must
follow all the rules of the physical and data link layer.
• The 4-20mA current loop connects the HART field devices to the Control
System.
• Current loop always connected to PV, in case the devices support more than
one loop then the second loop is connected to Secondary Variable(SV).
• The earliest HART Communications protocol was based on the BELL 202
Telephone Communication Standard and was operated using the
Frequency Shift Key(FSK) principle.
•The devices have to be configured. Each device is given a tag, and a set of
signal conditioning parameters.
•To configure the control system we need different set of information such as
the measurements supported by the device and Signal information
associated with the measurements.
• Security, reliability, ease of use and battery life are some of the things taken care
by the network manager.
• Batteries are more efficient and flexible because of the on-off ratio.
Security
• Data link layer holds a secret key to authenticate each data transmission.
• At the Network layer each session has a different key to encrypt peer-to-peer
communication.
Security (Contd..)
• Different Join Key is used for each device to encrypt and authenticate
during the device join process.
• Digital Data exchange between the field device and the Host computer.
• HART Host first has to talk to find out what the device provides.
• How does HART identify the device? How HART describes the device
capabilities? What data is exchanged?
Device Identification
• Each HART device has a 38-bit address consisting of manufacturer ID,
device type code, and a device unique identifier.
• HART also supports the commands for calibrating the instruments based
on the application requirements.
• For Wired Devices all the communications are carried out over 4-20 mA
current loop wiring.
• HART messages.
• It is possible to specify limited set of bits that will trigger event notifications.
• The two distinct methods to display events are: Device Status and Common
Practice Command 48.
Events and Event Notification(Contd..)
• The latest set of device status, config change counter and command 48 response
bytes are always included in Command 119.
• Command 116 is used to identify the bits that may trigger an event notification.
Block Data Transfer
• Command 112 is used to transfer data to and from the field device.
Features of Block Data Transfer
OUTLINE
• Introduction
• HART Device Networks In Detail
• HART Architecture
• HART Communication Modes
• HART Network Topologies
• HART Commands
• HART Communication Stack
• System Tools
• WirelessHART Tools
• Installation
• Application & Future Trends
HART Network Topologies
Point-to-Point Network
Point-to-Point (Contd..)
• It is a traditional 4-20mA analog signal based communication protocol.
• In Multidrop networks the throughput remains the same (2-3 tps) but the
latency increases as there are a number of commands in line due to
increase in number of field devices.
WirelessMesh
• WirelessMesh is the network topology for WirelessHART technology.
WirelessMesh(Contd..)
• WirelessHART builds on the wired HART universal, common practice and
device specific commands.
• All the devices using HART protocol must recognize and support the Universal
Commands. These provide the access to information useful in normal operations.
• Common Practice commands provide functions implemented by many, but not all the
HART devices.
• Device Specific Commands are unique to each field device based on the application.
HART Commands(Contd..)
WirelessHART Commands
• Build on same patterns for device communications.
• Additional commands are for network management, gateway
communications and other functionalities by the network manager.
OUTLINE
• Introduction
• HART Device Networks In Detail
• HART Architecture
• HART Communication Modes
• HART Network Topologies
• HART Commands
• HART Communication Stack
• System Tools
• WirelessHART Tools
• Installation
• Application & Future Trends
HART Communication Stack
• The HART Protocol has extensively evolved from the initial 4-20mA analog
signal to the currently used wired and wireless-based technology with
many new features such as Security, Block data transfer, event
notifications, and advanced diagnostics for a few to name.
• Wired Protocol includes 4 layers from the OSI model namely Physical, Data
Link, Transport and Application layers.
• Whereas the Wireless Protocol includes one additional Layer which is the
Network Layer.
HART Communication Layers
Wired Protocol
PHYSICAL LAYER:
• Data transmission between masters and field devices is physically realized by
superimposing an encoded digital signal on the 4–20 mA current loop.
• The data link layer supports the application layer above it and requires services from the
physical layer below it.
• Divided into two sub layers: the logical link control responsible for addressing, framing, and
error detection; and the medium access control that controls the transmission of messages
across the physical link.
• Three frame types are supported by the HART data link layer STX(0x2) indicates master to a
field device, STX is generally Start of the transaction ACK(0x6) Salves response to the STX, and
finally the BCK(0x1) burst acknowledge frame periodically transmitted by a burst-mode
device.
Wired Protocol(Contd..)
• The address field can be short or long. The protocol supports both five (5) byte unique
addresses and one (1) byte polling addresses.
• The expansion bytes are optional. This field is 0–3 bytes long and its length is indicated in the
delimiter.
• The command byte encodes the master commands of the three categories: universal,
common practice, and device-specific commands.
• The byte count character indicates the message length, which is necessary since the number
of data bytes per message can vary from 0 to 25.
• The data field is optional and consists of an integral number of bytes of application layer
data.
• The response message includes two status bytes at the beginning of the data portion of the
message.
• This check byte field is 1 byte long. The check byte value is determined by a bitwise exclusive
OR of all bytes of a message including the leading delimiter.
Wired Protocol(Contd..)
TRANSPORT LAYER:
• The block data transfer mechanism is best classified as a transport layer
service.
• The HART transport layer is fully described in HART 7 and is utilized as part of
the WirelessHART specification.
APPLICATION LAYER:
• The communication routines of HART master devices and operating programs
are based on HART commands that are defined in the application layer of the
HART protocol.
PHYSICAL LAYER:
• The WirelessHART physical layer is based on the IEEE 802.15.4-2006 2.4 GHz
DSSS physical layer, which includes 15 of 16 possible RF channels.
WirelessHART fully conforms to IEEE 802.15.4-2006.
• All superframes in a WirelessHART network start from the ASN (absolute slot
number) 0, the time when the network is first created.
WirelessHART Protocol(Contd..)
NETWORK LAYER:
• DLL moves packets between devices, hop by hop, the network layer moves
packets end-to-end within the wireless network.
• Network layer security provides end-to-end data integrity and privacy across
the wireless network.
WirelessHART Protocol(Contd..)
TRANSPORT LAYER:
• The WirelessHART transport layer provides a reliable, connectionless
transport service to the application layer.
• When selected by the application layer interface, packets sent across the
network are acknowledged by the end device so that the originated device
can retransmit lost packets.
APPLICATION LAYER:
• The application layer is HART. Because of this, access to WirelessHART is
readily available by most host systems, handhelds, and asset management
systems.
OUTLINE
• Introduction
• HART Device Networks In Detail
• HART Architecture
• HART Communication Modes
• HART Network Topologies
• HART Commands
• HART Communication Stack
• System Tools
• WirelessHART Tools
• Installation
• Application & Future Trends
System Tools
System Tools section talks about how the HART devices are connected to
the Host system.
• HART point-to-point Interface
• An enhanced HART tool could interact with these subdevices just like with
any other HART devices.
Special new tools are available for WirelessHART:
• Wi-Htest
• Wi-Analysis
Wi-Analysis
OUTLINE
• Introduction
• HART Device Networks In Detail
• HART Architecture
• HART Communication Modes
• HART Network Topologies
• HART Commands
• HART Communication Stack
• System Tools
• WirelessHART Tools
• Installation
• Application & Future Trends
Planning And Installation
WIRED HART:
• Installation practice for HART communicating devices is the same as for
conventional 4–20 mA instrumentation.
• Most installations are well within the 3,000 m (10,000 ft) theoretical limit
for HART communication.
• IS systems keep the available electrical energy in the system low enough
to prevent ignition of the hazardous atmosphere.
Planning And Installation (Contd..)
WirelessHART:
• WirelessHART network may be configured similarly to a wired HART network.
• The gateway is the remote I/O system connecting wireless devices and
adaptors to DCSs, PLCs, and other plant automation systems.
• The gateway has one or more access points that connect wireless devices to
the gateway.
• Control and monitoring applications are ideal for a HART point- to-point
configuration. The HART network 4–20 mA fast update rates are ideal for
pressure and flow measurements.
The user configures the following information for all network devices that are
accessed through the HART host interface:
• Device Tag—which uniquely identifies the device
• Measurement value(s) that are to be accessed in the network device
• How often each measurement value is to be communicated to the gateway
Applications(Contd..)
Applications(Contd..)
Future Trends
• Wired HART and WirelessHART continue to build on the innovation that was
started in the late 1980s.
How will the device infrastructure evolve to support these business drivers?
• Gaining process insight involves an increased number of measurements,
providing more diagnostics on the devices providing the measurements,
providing diagnostics on the process that the devices are part of, and moving
things online that were in the past done manually.
• In the first case, many plant infrastructures today are ill equipped to report
advanced diagnostics. Wireless allows these measurements to be
communicated on an alternative infrastructure.
Future Trends(Contd..)
• In other cases, the type of equipment, for example, rotating equipment, made it
difficult to take measurements. It is a lot easier to attach devices to this kind of
equipment and let the wireless infrastructure take care of the communications.
• In still other cases where state-of-the-art was manual measurement, wireless makes it
cost effective to periodically take these measurements and communicate them
– E.g., new devices are being designed and built to measure vibration and communicate signal values
and diagnostics back to online centralized systems.
• HART today is the workhorse of the industry. There is little evidence to suggest that this
will change anytime soon.
• In this light, the most recent additions such as discrete devices and burst mode
enhancements continue to be released for both wired and wireless technologies.
Innovation will continue, and both wired and wireless devices will be there to serve
users.
THANKS