SCADA Communications and Protocols PDF
SCADA Communications and Protocols PDF
J.Jayasamraj,
Deputy Director,
NPTI, PSTI, Bangalore
[email protected]
1. Introduction
Supervisory control and data acquisition system or SCADA refers to the combination of telemetry and
data acquisition. SCADA includes the collecting of the information via a RTU (remote terminal unit),
PLC's (Programmable Logic Controllers) and IED's (Intelligent electronic devices), transferring it back
to the central site, carrying out any necessary analysis and control and then displaying that information
on a number of operator screens or displays.
Three of the most important part of a SCADA system is Master Station, Remote Terminal (RTU, PLC,
IED) and the communication between them. In order to have good communication between them, there
must be a communication protocol. DNP3 and T101 are two of the most common protocols today. It is
important to determine which protocol should be applied if you are planning a SCADA system. In the
next sections the DNP3 and T101 will be discussed and compared.
Among the larger vendors, there was also the incentive to create their own protocol to "lock in" their
customer base. This paper discusses and compares T101 and DNP3.
These two open communication protocols that provide for interoperability between systems for
telecontrol applications. Both are now competing within the world market. DNP is widely used in North
America, South America, South Africa, Asia and Australia, while IEC 60870-5-101 or T101 is strongly
supported in the Europe.
Page 1 of 8
3. IEC 60870-5
IEC 60870-5 is the collection of standards produced by the IEC(International Electrotechnical
Commission). It was created to provide an open standard for the transmission of SCADA telemetry
control and information. It provides a detailed functional description for telecontrol equipment and
systems for controlling geographically widespread processes specifically for SCADA systems. The
standard is intended for application in the electrical industries, and has data objects that are specifically
intended for such applications. It is also applicable to general SCADA applications in any industry. But
IEC 60870-5 protocol is primarily used in the electrical industries of European countries.
When the IEC 60870-5 was initially completed in 1995 with the publication of the IEC 870-5-101
profile, it covered only transmission over relatively low bandwidth bit-serial communication circuits.
With the increasingly widespread use of network communications technology, IEC 60870-5 now also
provides for communications over networks using the TCP/IP protocol suite. This same sequence of
development occurred for DNP3.
3.1. T101
T101 or IEC 60870-5-101 (IEC101) is an international standard prepared by TC57 for power system
monitoring, control & associated communications. This is compatible with IEC 60870-5-1 to IEC
60870-5-5 standards and uses standard asynchronous serial tele-control channel interface between DTE
and DCE. The standard is suitable for multiple configurations like point-to-point, star, mutidropped etc.
Page 2 of 8
3.3. Types supported by T101
Distributed Control System components are usually included in SCADA. IEDs, RTUs or PLCs are also
commonly used; they are capable of autonomously executing simple logic processes without a master
computer controlling it. A functional block programming language, IEC 61131-3, is frequently used to
create programs which run on these RTUs and PLCs. This allows SCADA system engineers to perform
both the design and implementation of a program to be executed on an RTU or PLC.
From 1998, major PLC manufacturers have offered integrated HMI/SCADA systems, many use open
and non-proprietary communications protocols. Many third-party HMI/SCADA packages, offering
built-in compatibility with most major PLCs, have also entered the market, allowing mechanical
engineers, electrical engineers and technicians to configure HMIs themselves.
4. DNP3 Protocol
The DNP3 or Distributed Network Protocol is a set of communications protocols used between
components in process automation systems. It is usually used is in utilities such as water and electric
companies. It is also technically possible to use it in other utilities.
It was specifically developed to facilitate communications between various types of data acquisition and
control systems. It plays a crucial role in SCADA systems. It is used by SCADA Master Stations or
Control Centers, Remote Terminal Units, and Intelligent Electronic Devices.
It is primarily used for communications between a master station and IEDs or RTU's. DNP3 supports
multiple-slave, peer-to-peer and multiple-master communications. It supports the operational modes of
polled and quiescent operation. The latter is also referred to as reporting by exception.
Page 3 of 8
Figure 3. Overview of theDNP3 Protocol Figure 4. Network Topologies of DNP3
The DNP3 protocol is utilized in communication between various SCADA system components. These
system components include the SCADA master or HMI, the Remote Terminal Units, and Intelligent
Electronic Devices.
Operators of SCADA systems can monitor the DNP3 protocol within their operations to increase system
reliability. This will reduce customer roil by decreasing downtime. DNP3 protocol was designed to
avoid being distorted by legacy equipment, as well as EMI noise and low-grade transmission channels.
While it adds network reliability, the DNP3 protocol does not make provisions for communications
security.
SCADA Communication & Protocols
Page 4 of 8
4.3. Advantages of using DNP3
DNP3 was designed to optimize the transmission of data acquisition information and control commands
from one computer to another. It is intended for SCADA (Supervisory Control and Data Acquisition)
applications. It is not a general purpose protocol like those found on the Internet for transmitting email,
hypertext documents, SQL queries, multimedia and huge files.
The reasons for the adoption of DNP3 by users are primarily:
• It is an open protocol
• It is optimized for SCADA communications
• It provides interoperability between different vendor’s equipment
• It is supported by a substantial number of SCADA equipment manufacturers
• It will provide immediate and long-term benefits to users
The DNP3 protocol has significant features that make it more robust, efficient, and self compatible than
older protocols such as Modbus, at the cost of somewhat higher complexity.
DNP3 is, in standard networking terms, mostly a layer 2 protocol. It provides multiplexing, data
fragmentation, error checking, link control, prioritization, and layer 2 addressing services for user data.
The DNP3 frame strongly resembles, but is not identical to the FT3 frame. It makes heavy use of Cyclic
redundancy check codes to detect errors.
The improved bandwidth efficiency is accomplished through event oriented data reporting. The Remote
Terminal Unit is initially interrogated with what DNP3 terms a "Class 0 poll." This causes the RTU to
send all static point data to the Master station. Then, as the data points generate events, these events can
be placed in one of three buffers whose status is reported on every Remote Terminal Unit response.
If there is data in that buffer, the buffer data flag is set. The Master can then see that there should be
event data to be retrieved when issuing a poll for Class 1, Class 2, or Class 3. In other words, after a
Class 0 poll, only significant data changes are sent. This can result in significantly more responsive data
retrieval than polling everything, all the time, irrespective of whether it has changed significantly.
The Remote Terminal Unit can also be configured to spontaneously report Class 1, 2, or 3 data, when it
becomes available.
The DNP3 protocol supports time synchronization with an RTU. The DNP Protocol has time stamped
variants of all point data objects so that even with infrequent RTU polling, it is still possible to receive
enough data to reconstruct a sequence of events of what happened in between the polls.
The DNP3 protocol has a substantial library of common point-oriented objects. The focus of this
extensive library was to eliminate the need for bit-mapping data over other objects, as is often done in
many Modbus installations. For example, floating point number variants are available, so there is no
need to map the number on to a pair of 16 bit registers.
A Remote Terminal Unit for the DNP3 protocol can be a very small, simple embedded device, or it can
be a very large, complex rack filled with equipment. The DNP User Group has established four levels of
subsets of the protocol for RTU compliance. The DNP Users Group has published test procedures for
Levels 1 and 2, the simplest implementations.
Page 5 of 8
5. Comparison of T101 and DNP3
The Following table shows the comparison of both protocols, the DNP3 and the T101.
Modbus RTU is a serial communications protocol published by Modicon in 1979 for use with its
programmable logic controllers (PLCs). It has become a de facto standard communications protocol in
industry, and is now the most commonly available means of connecting industrial electronic devices.
The main reasons for the extensive use of Modbus over other communications protocols are: It is openly
published and royalty-free, Relatively easy industrial network to deploy and it moves raw bits or words
without placing many restrictions on vendors.
Modbus allows for communication between many devices connected to the same network, for example a
system that measures temperature and humidity and communicates the results to a computer. Modbus is
often used to connect a supervisory computer with a remote terminal unit (RTU) in supervisory control
and data acquisition (SCADA) systems.
Page 6 of 8
6.2. RP-570
RP570 is a protocol used between an RTU (Remote Terminal Unit) in a substation and the FE (Front
End), which is usually the SCADA software in the Control Center.
RP570 was developed by ABB in beginning of 1990. It was based on IEC 57 part 5-1, presently known
as IEC 60870. Known variations are RP571, ADLP80 and ADLP180.
Figure 5. RP-570byLayer
6.3. Profibus
In parallel with this type of communication, which is described as cyclic and supports the regular
exchange of input and output data between a master and its slaves, parameter data, e.g., device settings,
can also be transmitted via PROFIBUS. This action is initiated by the master (typically under user
program control) between I/O cycles to read and/or write slave parameter data. This type of
communication is referred to as acyclic communication.
There can be more than one master on a PROFIBUS system. In such systems, access rights are passed
from one master to the next (token passing).
In order to meet the specific requirements of the various fields of application in the best ways possible,
the PROFIBUS communication system has been expanded beyond its basic functionality to include a
number of additional levels supporting special functions. There are currently three such protocol levels:
DP-V0, DP-V1 and DP-V2.
Page 7 of 8
6.4. Conitel
Continel protocol is an asynchronous communications protocol used in many Supervisory Control and
Data Acquisition (SCADA) systems. CONITEL Message blocks are composed of 31 bits plus a message
synchronization "start bit" at the front of the first message block and an End of Message (EOM) bit at
the end of each block. The protocol may be used either in a point-to-point or in a multi-drop
configuration. The protocol can be used in either half or full-duplex operation. Communications security
is provided by a 5-bit Bose-Chaudhuri cyclic code which is included with each message block.
All communications exchanges in CONITEL protocol are initiated by the host. The remote cannot
initiate any exchange with the host nor can the remote directly address or communicate with another
remote. The remote will return a response to the host for all valid messages sent by the host and
addressed to the remote. The only exception to this is in broadcast (all station) messages which produce
no response from any remote. Also, all messages received by the remote are validated by checking the
BCH code. If the BCH code is not valid, the remote will ignore the message; no action or response will
be initiated.
7. Conclusion
IEC 60870-5-101/104 and DNP3 have basically the same functionality. They both provide solutions to
first level of Data Acquisition Interoperability. Many factors are needed when selecting a protocol to be
used like the kind of utility where SCADA will be implemented before choosing the proper protocol.
The location should also be considered.
Since DNP3 and T101 are open Standards, SCADA operators should monitor the development, and
make contributions when appropriate, to T101 and DNP3. They should also pursue the developers to
include security features on the protocols. This could help develop or improve the protocols in SCADA
communication.
Page 8 of 8