Field Bus Etc Notes
Field Bus Etc Notes
Field Bus Etc Notes
What is a Fieldbus ?
Fieldbus is a digital two-way multidrop communication link between intelligent field
devices. It is a local area network dedicated to industrial automation. It replaces
centralized control networks with distributed control networks and links the isolated
field devices such as smart sensors/ transducers/actuators/controllers.
Foundation Fieldbus H1 and PROFIBUS-PA are the two fieldbus technologies used in
process control. In this two-way communication, it is possible to read data from the
smart sensor and also write data into it. The multidrop communication facility in
fieldbus results in enormous cable savings and resultant cost reduction.
A fieldbus device must have a fieldbus interface unit for proper communication to
take place, and is shown in Figure.
A conventional 4–20 mA current transmission system has two wires each for each of
the individual field devices employed.Compared with this, a fieldbus system has two
wires running for many devices that belong to the same segment. A segment may
consist of 32 devices.
Fig : Fieldbus interface unit in a fieldbus transmitter
In 1985, industry experts in the field sat together to work out a vendor independent
fieldbus standard—i.e., it would be interoperable. The bus standard would provide bus
power, intrinsic safety, and the ability to communicate long distances over existing
wires—the basic requirements for a process plant automation system.
There are many types of fieldbuses in use today; the particular type to be used
depends on the type of industry—discrete or manufacturing automation. Different
types of fieldbuses include: Foundation Fieldbus, PROFIBUS, DeviceNet,
ControlNet, InterBus, HART, AS-i, MODBUS, CAN Bus, Ethernet, LonWorks, and
WorldFIP.
(smart) HART
Communication Protocol
Overview
HART is a digital signal that rides on a standard 4 mA … 20 mA process control loop.
In the field of process automation, the 4 mA … 20 mA loop is very steady. You may
hear of it being referred to as “quasi-static,” as it doesn’t change much. Field devices
like mass flow, temperature, pressure transmitters, or valve positioners use this 4 mA
… 20 mA signal. HART information is extra information that you get back from your
field instruments.
HART is limited to 1200 bits/second and ranges from 1200 Hz to 2200 Hz.
Information (1, 0) is represented by different frequencies. The HART signal creates 0s
and 1s. A logic 1 is represented by 1200 Hz. A logic 0 is represented by 2200 Hz. On
the plus side, HART communication doesn’t interrupt the 4 mA … 20 mA signal, and
it allows a host application (master) to get up to three digital updates per second from
a field device.
Also, the HART information is easily extracted without interfering with the 4 mA …
20 mA signal used by the host system. Host systems are most commonly a distributed
control system (DCS), programmable logic controller (PLC), asset management
system, safety system, or a handheld device. HART enables two-way field
communication to take place and makes it possible for additional information beyond
the normal process variable to be communicated to or from a smart field instrument.
transmission modes
Profibus
PROFIBUS (Process Field Bus) is a standard for fieldbus communication in automation technology and was
first promoted in 1989 by BMBF (German department of education and research) and then used by Siemens. It
should not be confused with the PROFINET standard for Industrial Ethernet. PROFIBUS is openly published
as part of IEC 61158.
There are two variations of PROFIBUS in use today; the most commonly used PROFIBUS DP, and the lesser
used, application specific, PROFIBUS PA:
PROFIBUS DP (Decentralised Peripherals) is used to operate sensors and actuators via a centralised
controller in production (factory) automation applications. The many standard diagnostic options, in
particular, are focused on here.
PROFIBUS PA (Process Automation) is used to monitor measuring equipment via a process control
system in process automation applications. This variant is designed for use in explosion/hazardous areas
(Ex-zone 0 and 1). The Physical Layer (i.e. the cable) conforms to IEC 61158-2, which allows power to be
delivered over the bus to field instruments, while limiting current flows so that explosive conditions are
not created, even if a malfunction occurs. The number of devices attached to a PA segment is limited by
this feature. PA has a data transmission rate of 31.25 kbit/s. However, PA uses the same protocol as DP,
and can be linked to a DP network using a coupler device. The much faster DP acts as a backbone network
for transmitting process signals to the controller. This means that DP and PA can work tightly together,
especially in hybrid applications where process and factory automation networks operate side by side.
In excess of 30 million PROFIBUS nodes were installed by the end of 2009. 5 million of these are in the
process industries.
Technology
PROFIBUS Protocol (OSI reference model)
OSI-Layer PROFIBUS
6 Presentation
5 Session
--
4 Transport Management
3 Network
SD1 = 0x10
SD1 DA SA FC FCS ED
Token[edit]
SD4 = 0xDC
SD4 DA SA
Fields[edit]
SD Start Delimiter
DA Destination Address
SA Source Address
Frame Checking Sequence, calculated by simply adding up the bytes within the specified length. An
FCS
overflow is ignored here.
Fieldbus Standards
The FOUNDATION protocol is designed to be compatible with the officially sanctioned SP50
standards project of the ISA, as well as and the specifications of the International
Electrotechnical Committee (IEC). Since its founding, the Fieldbus Foundation has made
compliance with the ISA/IEC standards a priority.
The IEC voted to include the FOUNDATION HI and HSE specifications in the IEC
61158 international standard. The CENELEC Technical Bureau added the
FOUNDATION H1 specifications to EN 50170 Euronorm. In addition,
FOUNDATION technology is the only implementation of the ANSI/ISA-50.02
standard.
The FOUNDATION specifications are also compliant with IEC 61804 (Function Blocks for Process
Control and Electronic Device Description Language) and IEC 61508 (Functional Safety of
Electrical/Electronic/ Programmable Electronic Safety-related Systems).
Both NAMUR (Germany) and JEMIMA (Japan) have voiced support for
FOUNDATION technology, and provided input from the end user community that aided in
specification development.
Approval and support by key international industry bodies gave users the confidence that their
investments in FOUNDATION-registered solutions were based on recognized global standards and
sound best practices from industry groups.
The Physical Layer corresponds to OSI Layer 1, which receives encoded messages from the
upper layers and converts the messages to physical signals on the fieldbus transmission medium
and vice-versa.
The communication "stack" corresponds to Layers 2 and 7 in the OSI model. Layer 7, the
Application Layer (AL), encodes and decodes User Layer commands. Layer 2, the Data Link
Layer (DLL), controls transmission of messages onto the fieldbus through Layer 1. The DLL
also manages access to the fieldbus through a deterministic, centralized bus scheduler called the
Link Active Scheduler (LAS). The LAS is used for scheduling transmissions of deterministic
messages and authorizing the exchange of data between devices. The fieldbus does not use the
OSI Layers 3, 4, 5 and 6.