HART
HART
Soulimane Mammar
Industrial Data Networks Course
ENPO-MA
• Memory to store configuration and status information (such as tag numbers, etc.).
Accessing these functions allows major gains in the speed and efficiency of the installation
and maintenance process.
2 HART protocol
This protocol was originally developed by Rosemount and is regarded as an open stan-
dard, available to all manufacturers. Its main advantage is that it enables an instru-
mentation engineer to keep the existing 4–20 mA instrumentation cabling and to use,
simultaneously,the same wires to carry digital information superimposed on the analog
signal. This enables most companies to capitalize on their existing investment in 4–20 mA
instrumentation cabling and associated systems and to add further capability of HART
without incurring major costs.
HART is a hybrid analog and digital protocol, as opposed to most fieldbus systems,
which are purely digital.
1
The HART protocol uses the frequency shift keying (FSK) technique based on the
Bell 202 communications standard. Two individual frequencies of 1200 and 2200 Hz,
representing digits 1 and 0 respectively, are used (Figure 1). The average value of the
sine wave (at the 1200 and 2200 Hz frequencies), which is superimposed on the 4–20 mA
signal, is zero. Hence, the 4–20 mA analog information is not affected.
3. In point-to-point mode with only one field device broadcasting in burst mode.
Traditional point-to-point loops use zero for the smart device polling address. Setting
the smart device polling address to a number greater than zero creates a multi-drop loop.
The smart device then sets its analog output to a constant 4 mA and communicates only
digitally.
The HART protocol has two formats for digital transmission of data:
• Poll/response mode
In the poll/response mode the master polls each of the smart devices on the highway and
requests the relevant information. In burst mode the field device continuously transmits
process data without the need for the host to send request messages. Although this mode
is fairly fast (up to 3.7 times/s), it cannot be used in multi-drop networks.
The protocol is implemented with the OSI model using layers 1, 2, and 7.
3 Physical layer
The physical layer of the HART protocol is based on two methods of communication.
• Analog 4–20 mA
2
• Digital frequency shift keying (FSK).
The basic communication of the HART protocol is the 4–20 mA current system. This
analog system is used by the sensor to transmit an analog value to the HART PLC or
HART card in a PC (Figure 2). In a 4–20 mA system, the sensor outputs a current
value somewhere between 4 and 20 mA that represents the analog value of the sensor.
For example, a water tank that is half full would put out 12 mA. This communication is
always point-to-point, i.e. from one device to another. It is not possible to do multi-drop
communication using this method alone. If two or more devices put some current on the
line at the same time, the resulting current value would not be valid for either device.
3
Figure 3: HART multi-point communications
The HART field controller in Figure 5 is wired in series with the field device (valve
positioner or other actuator). In some cases, a bypass capacitor may be required across
the terminals of the valve positioner to keep the positioner’s series impedance below the
100Ω level required by HART specifications. Communications with the field controller
requires the communicating device (handheld terminal or PC) to be connected across a
loop impedance of at least 230Ω. Communications is not possible across the terminals
4
of the valve positioner because of its low impedance (100 ). Instead, the communicating
device must be connected across the transmitter or the current sense resistor.
6 Data-link layer
The data-link frame format is shown in Figure 7. Two-dimensional error checking, includ-
ing vertical and longitudinal parity checks, is implemented in each frame. Each character
or frame of information has the following parameters:
• 1 start bit
• 8 data bits
• 1 odd parity
• bit 1 stop bit.
5
Figure 7: HART data-link frame format
7 Application layer
The application layer allows the host device to obtain and interpret field device data
(Figure 8). There are three classes of commands:
1. Universal commands
3. Device-specific commands.