0
0
SCADA systemsdevops~6 mins

IEC 60870-5 protocol in SCADA systems - Full Explanation

Choose your learning style9 modes available
Introduction
Imagine managing a large electrical grid where many devices need to talk to each other reliably and safely. Without a clear way to communicate, controlling and monitoring these devices would be chaotic and error-prone. The IEC 60870-5 protocol solves this by providing a standard method for devices in power systems to exchange information smoothly.
Explanation
Purpose and Scope
IEC 60870-5 is a set of standards designed for telecontrol in electrical power systems. It defines how devices like control centers and substations communicate over networks to monitor and control equipment. This ensures interoperability between devices from different manufacturers.
IEC 60870-5 sets the rules for communication in power system control to ensure devices work together.
Communication Structure
The protocol uses a master-slave or client-server model where a central control unit (master) requests data or sends commands to remote units (slaves). Data is exchanged in structured messages that include information like measurements, status, and control commands.
Communication follows a clear master-slave pattern with structured messages for control and monitoring.
Data Types and Formats
IEC 60870-5 defines specific data types such as single points (on/off), measured values, and commands. It also specifies how these data types are encoded in messages to ensure consistent interpretation across devices.
Standard data types and encoding ensure all devices understand the information exchanged.
Transmission Protocols
The standard includes different transmission methods like serial communication (IEC 60870-5-101) and network communication over TCP/IP (IEC 60870-5-104). This flexibility allows it to work over various physical networks.
IEC 60870-5 supports multiple transmission methods to fit different network setups.
Error Detection and Control
To maintain reliable communication, the protocol includes error checking mechanisms like checksums and sequence numbers. These help detect and correct errors during data transmission, ensuring commands and data are accurate.
Built-in error detection keeps communication reliable and accurate.
Real World Analogy

Think of a power grid like a large office building where the manager (master) sends instructions to employees (slaves) in different rooms. Each employee reports back their status or measurements in a clear, organized way so the manager can keep everything running smoothly.

Purpose and Scope → The manager setting rules for how employees communicate to keep the office organized.
Communication Structure → The manager giving instructions and employees responding in a clear order.
Data Types and Formats → Employees using a common language and forms to report their tasks and status.
Transmission Protocols → Different ways the manager can send messages, like phone calls or emails.
Error Detection and Control → Double-checking messages to avoid misunderstandings or mistakes.
Diagram
Diagram
┌─────────────┐         ┌─────────────┐
│   Master    │────────▶│   Slave 1   │
│ (Control)   │         │ (Remote Unit)│
└─────────────┘         └─────────────┘
       │                      │
       │                      │
       ▼                      ▼
┌─────────────┐         ┌─────────────┐
│   Slave 2   │         │   Slave 3   │
│ (Remote Unit)│         │ (Remote Unit)│
└─────────────┘         └─────────────┘
Diagram showing a master device communicating with multiple slave devices in a power system.
Key Facts
IEC 60870-5-101A part of the standard for serial communication in telecontrol systems.
IEC 60870-5-104A part of the standard for network communication over TCP/IP.
Master-Slave ModelA communication pattern where one device controls and others respond.
Data TypesPredefined formats like single points and measured values used in messages.
Error DetectionTechniques like checksums to ensure data is transmitted correctly.
Common Confusions
Believing IEC 60870-5 is only for serial communication.
Believing IEC 60870-5 is only for serial communication. IEC 60870-5 includes both serial (101) and network (104) communication methods, supporting modern TCP/IP networks.
Thinking all devices can send commands independently.
Thinking all devices can send commands independently. In the master-slave model, only the master initiates commands; slaves respond or report data.
Summary
IEC 60870-5 protocol standardizes communication between control centers and remote devices in power systems.
It uses a master-slave model with defined data types and message formats to ensure clear and reliable information exchange.
The protocol supports multiple transmission methods and includes error detection to maintain communication accuracy.