Welcome to the Industrial Automation website!

NameDescriptionContent
XING-Automation
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

Schneider Easergy P5 Communication Protocol Complete Guide

F: | Au:FAN | DA:2026-03-25 | 694 Br: | 🔊 点击朗读正文 ❚❚ | Share:

Schneider Easergy P5 Communication Protocol Complete Guide

In modern power automation systems, protective relays are not only the executors of fault detection and isolation, but also the core nodes for data exchange in smart grids. Schneider Electric's Easergy P5 series protective relays, with their powerful communication capabilities, have become a key bridge connecting substation automation systems (SAS), monitoring and data acquisition systems (SCADA), and intelligent electronic devices (IEDs).

This article aims to comprehensively analyze the communication architecture and protocol implementation of Easergy P5 protection relay. From basic serial communication to high-performance Ethernet redundant networks, from international standard IEC 61850 to widely used Modbus and DNP3, this article will elaborate on the communication capabilities, configuration methods, and technical details of the P5 series products, providing a professional technical reference guide for power system engineers and technicians.


1. Overview of Communication Architecture

Easergy P5 protection relay supports multiple communication architectures and can be flexibly selected according to application requirements:

1.1 Serial Network Architecture

Serial communication adopts a multi drop structure and follows the master-slave communication principle. Multiple Easergy P5 relays can be connected to HMI or SCADA systems via RS-485 serial links for point-to-point communication. This architecture is suitable for small substations or industrial sites that do not require high communication speed but require simplified wiring.

1.2 Ethernet Network Architecture

The Ethernet architecture directly connects multiple Easergy P5 relays to the Ethernet network, supporting faster data exchange and more complex network topologies. Its core advantages lie in:

Multi protocol concurrency: Up to three protocols can be used simultaneously on the same Ethernet port, including IEC 61850, GOOSE, Modbus TCP, DNP3 over TCP, EtherNet/IP, etc.

High availability: Achieve a network fault recovery time of 0 milliseconds through Parallel Redundancy Protocol (PRP) and High Availability Seamless Redundancy (HSR).

Network Management: Supports SNMP (Simple Network Management Protocol) for network monitoring, SNTP (Simple Network Time Protocol) for time synchronization, and HTTPS (Secure Hypertext Transfer Protocol) for Web HMI access.


2. Communication ports and hardware options

2.1 Ethernet communication slot

Easergy P5 offers multiple Ethernet module options, which can be selected according to redundancy requirements:

Module Type Port Type Redundancy Management

Dual port copper cable (RJ45) 10/100BASE-T RSTP

Dual port fiber optic (multimode) 100BASE-FX RSTP

Dual port fiber optic (multimode) 100BASE-FX PRP/HSR (occupying two slots)

2.2 IP Address Configuration Strategy

Easergy P5 supports up to three IP addresses (IP1, IP2, IP3), and its configuration follows the following rules:

When using only one Ethernet module, IP1 and IP2 can be configured

When using two Ethernet modules, IP1 and IP3 are assigned to each module separately

When using PRP/HSR modules, only IP1 is used

The network number of each IP address must be different, for example, IP1=192.168.1.21, IP2=192.168.2.31

2.3 Serial Communication Slot

The serial communication module supports:

RS-485 (2-wire or 4-wire), RJ45 interface

Fiber optic serial communication module

2.4 Port Security Enhancement

For network security reasons, Easergy P5 allows specific communication ports to be disabled through the front-end panel or software tools. This' port hardening 'function can effectively reduce the attack surface and only open necessary communication channels. After the port or protocol status changes, the device needs to be restarted to take effect.

3. IEC 61850 Communication: Core Protocol for Intelligent Substations

IEC 61850 is the most important communication standard in the field of power automation, and Easergy P5 provides comprehensive support for IEC 61850 Edition 1 and Edition 2.

3.1 Protocol Capability

Server role: As an IEC 61850 server, it supports up to 8 simultaneous client connections

Data model: Fully implement the logical nodes (LN) defined in IEC 61850-7-4

Reporting mechanism: Supports Buffer Report Control Block (BRCB) and Non Buffer Report Control Block (URCB)

GOOSE Communication: GOOSE messages supporting publish/subscribe mode for fast communication between IEDs

Set group control: supports selecting activity setting groups through SGCB class

File transfer: Supports extracting disturbance record files in COMTRADE format through file transfer

3.2 Configuration toolchain

IEC 61850 configuration uses two types of software:

eSetup Easergy Pro:

Used to send IEC 61850 configuration to devices

Can automatically scan devices in the network

Support importing CID files

CET850 configuration tool:

Used for creating, editing, and optimizing IEC 61850 configurations

Support editing and generation of ICD, SCD, IID, and CID files

Provide a graphical SCL file editor

3.3 Configuration Process

The IEC 61850 configuration file types include:

ICD: Description of IED capabilities, defining the data model and communication services of the device

CID: Description of the configured IED, including specific device configurations

SCD: System Configuration Description, including the communication configuration of the entire system

Configuration process:

Create system configuration from ICD file using CET850

Edit Dataset, Report Control Block (RCB), GOOSE Control Block (GoCB)

Generate CID file

Download CID files to the device through eSetup Easergy Pro

3.4 GOOSE Communication Configuration

GOOSE (General Object Oriented Substation Event) is a key technology for achieving fast communication between IEDs.

Publisher configuration:

Create a dataset and select the data attributes to be published (DA)

Configure GoCB, including multicast MAC address, retransmission time (fastest 4ms), maximum retransmission interval (heartbeat cycle)

The dataset size needs to be compatible with Ethernet frames

Subscription configuration:

Select the data attributes in the GOOSE message to subscribe to

Assign subscribed data attributes to GOOSE network inputs (NI)

Supports 128 binary GOOSE inputs and 8 analog GOOSE inputs

GOOSE Matrix:

Through the GOOSE matrix, GOOSE network inputs can be mapped to virtual inputs (VI 1-20) to achieve integration with relay application logic. The same network input can be mapped to multiple virtual inputs, and multiple network inputs can also be mapped to the same virtual input (for "OR" logical operations).

3.5 Performance and Compliance with Standards

The GOOSE performance of Easergy P5 meets the P2 level (<10ms) requirements of IEC 61850-5 and IEC 61850-10.


4. DNP3 Protocol: Reliable Data Collection and Control

DNP3 (Distributed Network Protocol) is a widely used data acquisition and control protocol in the power industry. Easergy P5, as a slave device, supports serial port mode and TCP/IP mode, with a maximum of 8 client connections.

4.1 Functional Features

Status polling and reporting: Supports polling static status values through Class 0, and reporting data change events by category (Class 1, 2, 3)

Measurement value polling: supports static measurement value polling, configurable dead zone value management measurement value event reporting

Remote control: supports control commands such as selection, operation, and direct operation, and supports two control models: direct control (DC) and pre selection operation (SBO)

Counter management: supports polling of counter values

Time synchronization: Supports time synchronization command requests, which can be synchronized through absolute time objects or last recorded time objects

File transfer: Supports the extraction of disturbance record files (COMTRADE), and supports operations such as opening, closing, reading, and obtaining file information

4.2 Technical Parameters

Maximum data link frame size: 292 bytes (send)/292 bytes (receive)

Maximum application layer fragment size: 2048 bytes (send)/2048 bytes (receive)

Link layer retry count: configurable 0-255

SBO timeout: 60 seconds

4.3 Data Mapping

Easergy P5 maps data to five object categories of DNP3:

Binary Input (BI)

Dual input (DBI)

Analog Input (AI)

Counter (CNTRS)

Binary Output (BO)

Each type of data point can be configured with a category, whether to generate a non request response (UR), and a dead zone value (AI).


5. Modbus protocol: an industrial universal communication standard

Easergy P5 supports Modbus as both a slave and master, meeting the needs of different application scenarios.

5.1 Modbus Slave

Transmission mode:

Serial RTU mode: RS-485 physical layer

TCP/IP mode: Ethernet, supports up to 3 IP addresses and 8 clients

Supported functional codes:

03: Read and hold register

04: Read input register

06: Writing a single register

07: Read abnormal status

08: Diagnosis

16: Write multiple registers

23: Read/write multiple registers

43/14: Read device identification

Event management:

Standard Modbus: Read events from hold registers 2101-2105, up to 49 latest events

PDM Modbus: Maintain FIFO buffer for 100 events, provide table descriptors and event lists

List of data points:

Standard Point List (Enable 'Enable Traditional Points' setting)

PDM point list (default), supports data types such as Float32, ∝, Uint32, etc

5.2 Modbus Master Station

The Modbus master function allows Easergy P5 to act as the master and read the analog and digital inputs and outputs of external Modbus I/O devices through the RS-485 bus.

Configuration parameters:

Analog input: up to 64 points, configurable address, register type, unit, scaling ratio, alarm threshold

Digital input: up to 18 points, configurable address, register/coil type, selected bit

Digital output: up to 16 points, configurable address and coil type

Application:

External analog inputs can be displayed on the HMI and linked with protection functions to achieve more complex automation logic.

6. IEC 60870-5-101/103 protocol: Traditional power communication

6.1 IEC 60870-5-101

This protocol is defined in unbalanced mode, where Easergy P5 operates as a controlled station (slave) and supports the following application functions:

Process data transmission

Event transmission

Command transmission

Total query

clock synchronization

Total points transmission

Transmission delay acquisition

Data Model:

Single Point Information (SPI)

Double Point Information (DPI)

Analog Input (AI)

Simulated Event (AE)

Total points (IT)

Command (CMD)

Scaling mechanism:

The measured value can be configured as a scaled value, normalized value, or floating point value. Scaling formula: valueScaled=k × valueInternal

6.2 IEC 60870-5-103

This protocol is used to protect communication between devices and control systems. Easergy P5, as a secondary station (slave), supports the following ASDU types:

ASDU 1: Messages with time stamps

ASDU 3: Measurement value I

ASDU 4: Measurement values with relative time scales

ASDU 5: Identification Message

ASDU 6: Time synchronization

ASDU 8: Total query termination

ASDU 9: Measurement Value II

Set data read and write:

Support reading and writing setting parameters through ASDU 140, 143, 144, 201, with each setting item addressed through FUN and INF.


7. EtherNet/IP protocol: Industrial Ethernet standard

EtherNet/IP is an industrial Ethernet standard based on CIP (Common Industrial Protocol), with Easergy P5 working as an adapter.

7.1 Message Types

Unconnected Message (UCMM): A single request/response used to establish a connection

Explicit message (Class 3): point-to-point connection, used for cyclic querying of data, supports up to 6 simultaneous connections

I/O message (Class 1): point-to-point or multicast, used for cyclic I/O data exchange, supports only one connection

7.2 Object Model

The standard objects implemented by Easergy P5 include:

Identity Object (0x01): Device identifier

Message Router (0x02): Message Router

Assembly Object (0x04): Data Assembly

Connection Manager (0x06): Connection Management

TCP/IP Interface (0xF5): TCP/IP interface

Ethernet Link (0xF6): Ethernet Link

Application target:

Control Supervisor(0x29)

Overload(0x2C)

Digital(0x64)

Analog(0x65)

StgProtCurrent(0x66)

StgProtEF(0x67)

StgProtOther(0x68)

StgGeneral(0x69)

7.3 I/O Assembly Examples

Static assembly (Examples 2 and 50): User cannot modify content

Dynamic assembly (instances 100 and 150): Users can select data items, up to a maximum of 128 bytes

Any configuration changes require the generation of a new EDS (Electronic Data Sheet) file, which is generated through eSetup Easergy Pro and cannot be directly extracted from the device.


8. Network redundancy protocol

8.1 Parallel Redundancy Protocol (PRP)

PRP transmits frames in parallel on two independent networks (LAN A and LAN B), with the receiving device responsible for discarding redundant frames and providing 0 milliseconds of fault recovery time.

Key features:

Dual Attachment Nodes (DANPs) use the same MAC and IP addresses

The Link Redundancy Entity (LRE) is responsible for frame replication and deduplication

Support single attached node (SAN) connection through redundant box (RedBox)

8.2 High availability seamless redundancy (HSR)

HSR is used for ring network topology, where frames are transmitted bidirectionally along the ring, and the receiving device discards redundant frames, providing a 0 millisecond recovery time.

Key features:

Dual Attachment Nodes (DANH) Running in a Loop

LRE includes a switching matrix that supports direct switching

Add HSR labels to each frame for duplicate detection

8.3 Fast Spanning Tree Protocol (RSTP)

RSTP eliminates loops by transforming the mesh topology into a tree topology, and the recovery time depends on the network size and topology (<50ms/10 devices).

Configuration parameters:

Bridge Priority 

Hello Time(2s)

Forward Delay(15s)

Max Age(20s)

Port path cost and priority


9. Time synchronization

9.1 Precision Time Protocol (PTP)

PTP (IEEE 1588v2/IEC 61588) provides microsecond level accuracy and is only supported on PRP/HSR modules. It supports transparent clock (TC) and best master clock algorithm (BMCA).

9.2 Simple Network Time Protocol (SNTP)

SNTP is used for system clock synchronization and can be configured with a primary NTP server and a backup NTP server. The IP address can be configured in the CID file.


10. Network security features

10.1 Client IP Address Filtering

Easergy P5 supports IP address whitelist functionality based on CIDR (Classless Inter Domain Routing) notation:

Only allow connections from IP addresses in the list after activation

Up to 8 IP address ranges can be configured

The number of dynamic connections should not exceed 8

Effective immediately after modification, no need to restart

10.2 Secure Communication

SSH: Used for secure communication between eSetup Easergy Pro and devices (port 22)

HTTPS: Used for Web HMI access

SFTP: Used for secure file transfer

10.3 SCADA Access Control

The 'Via SCADA' parameter allows for the prohibition of setting changes and control commands through SCADA protocols (Modbus, IEC 61850, IEC 103), while retaining access to local HMI, USB, and eSetup Easergy Pro.

  • Basler DECS-250-CGCM-LN2SA1C Digital Excitation Control System
  • Valmet Automation PLC Module A413171
  • Valmet Automation 542852-3A Rack-Mount Cross Connect Panel
  • Valmet Marine Damatic M851565 Main Keyboard
  • Valmet TIU 6 Printed Circuit Board A413110
  • Metso Valmet U4440253V1.1 RMI CPU 300
  • Metso Valmet A413016 Ver.12 NCU2
  • Valmet M851565 Damatic Keyboard
  • Valmet ATB16-4 16 Channel Relay Card
  • Valmet Metso A413331 SPU Power Supply
  • Valmet PUD 10B Automation Control Rack
  • Valmet MT917 ABMB DMU PCB I/O Module
  • Valmet M851565 Damatic Keyboard Mkb2
  • Valmet EDS-518A-MM-SC Ethernet Gateway
  • Valmet 542836-6A PCB Card
  • Valmet ATB16-4/2 Terminal Board 9144047
  • Valmet ATB16-4 Controller Board 0-50°C 4-20mA Analog Output
  • Valmet 542852-3A Slot Rack Chassis Module
  • Valmet A413026 Ver.M1 FBC Board
  • Valmet IQ Basis Weight SH Sending Assembly A418081
  • Valmet PMB 2R Monolithic Backplane 8-Slot PCB 542821-5A and -5B
  • Valmet ATB16-4 16-Channel Relay Card Controller Board 22195028
  • Valmet Diff-EL SL6NK227SF0 Pressure Transmitter 0-380 mBar
  • Valmet A413110 TIU6 Board Ver.M1
  • Neles Automation A413278 Control Module
  • Valmet BCUTB Terminal Module 10101006 11091002
  • Valmet Senso 160 Measuring Station Display 160.2
  • Valmet AIU 1A Analog Input Unit M851245
  • Valmet IQ Web Caliper Sensor A420734
  • Valmet M851040/M8510401 Memory Board
  • Valmet AN35S1MC02RA Valve
  • Valmet M851121 M2 Cross Connect Panel
  • Valmet AIU-8 Simulator Board 421522-1A
  • Metso BIU 82 D200533 Binary Input Unit
  • Valmet M851121 M2 Module Rack
  • Valmet A413383 PC Board Module
  • Valmet N0542 NO54 ABMB PCB - 545200-3A Board
  • Valmet Metso IOP304 Input Module 181503
  • Valmet PDP601 Distributed Processing Unit 181585
  • Valmet A413084 CPU Board - Processor Module for Automation Systems
  • Valmet AIU 16T Analog Input Module M8512081 M1
  • Valmet AIU 16 Analog Input Module 545100-3A and 545100-3B
  • Metso Valmet BIU4 A413146 Binary Input Unit
  • Valmet AIU-8 Simulateur Board 421522-1a Analog Simulator
  • Valmet BIU8A Binary Input Unit 542803-3B M851222 M1
  • Valmet IQ Web Color DH Photoelectric Sensor A418182 2.04
  • Valmet A413200 AIU-8 Simulator Board 191151 421522-1A
  • Valmet Automation SCU M851006 System Control Unit Module
  • Valmet 857565/851565 Damatic Keyboard IP40 5V Operator Interface
  • Valmet A413077 FBC2 Module Rev 06 Field Bus Controller
  • Valmet DMU 2 PCB Module 545142-3A DM Data Management Unit
  • Valmet AIU16T PCB Card M851208 Analog Input Module
  • Valmet A413181 PLU Board
  • Valmet m851006 SCU Module
  • Valmet Metso 181226 Digital Input Module
  • Valmet AIU16T Analog Input Module - 16-Channel 65421466-2B MT924 V1.3
  • Valmet WIN3136875 Slide Clutch
  • Metso Valmet TIU61 A413111 Temperature Input Unit
  • Valmet MC12S Slitter Motor
  • Valmet A413139 AOH4 Board - Analog Output High Module
  • Valmet A409001 BIU85 Board
  • Valmet A413063 DMU Board
  • Valmet A413325 IPU I/O Power Unit
  • Valmet M851004 M2 CPU Module
  • Valmet IOP345 Digital Input Module
  • Metso Valmet A413215 Communication Board
  • Valmet DIFF-EL 80 M1 Transmitter
  • Valmet A413001 CPU Module
  • Valmet M899520 TDC-2 Module
  • Valmet A409001 BIU85 Board
  • Metso Valmet A413005 CPU Module
  • VALMET PUD 10 B Process Automation Rack with CPU SCU Module
  • Valmet A413091 GDU1 Board
  • VALMET M851006 M2 SCU Module
  • Lyngso Valmet Marine 990.896.000 Position Loop Card
  • Valmet Cooking Liquor Measurement 3417H
  • VALMET ABMB MT831 PCB Card
  • Valmet Automation A413325 IPU I/O Power Unit
  • Valmet Metso Consistency Transmitter Smart Pulp M2
  • VALMET METSO A413274 Connection Module
  • VALMET PI33S1KSA02RSA-ELI26 Switch
  • VALMET ND9103HN-CE07-K05 Intelligent Valve Controller
  • VALMET PMB 2R 16 Slot Backplane PCB Card
  • NELES VALMET A413135 AOU 4 Output Module
  • Metso Valmet A413345 FPU Power Unit
  • VALMET A413171 PIC Module
  • VALMET A413620 Repeater Module
  • Valmet M851521 Memory Card
  • Valmet DIFF-EL 140 M1 Transmitter
  • Valmet A413064 DMU Module
  • Valmet IOP371 I/O Bus Extender Module
  • Valmet Cooking Liquor Measurement 3400 Model 3417H
  • Metso Valmet A413043 CPU Module – Industrial Processor
  • Valmet BIU4 M851221 Binary Input Module
  • Valmet PMB 1S CPU SCU Rack Module
  • Valmet A413248 Controller Module
  • Valmet PDP601 Distributed Processing Unit
  • VALMET M851004 M2 CPU Printed Circuit Board Module
  • Metso Valmet A413045 Ver.05 CPU Module
  • Valmet A413181 Ver.05 PLU1 Board
  • Lyngso Valmet ATB16 Controller Board
  • VALMET AIU 16 Analog Input Unit 545100-3A/3B
  • VALMET PUD 10 B Power Supply PCB Rack Module
  • Valmet MS-50V/120V Bearing Unit
  • Valmet PDP603 Distributed Processing Unit – DPU Module
  • Valmet A413110 TIU Board – Terminal Interface Unit
  • Valmet S420154 I/O Backplane PCB – Printed Circuit Board
  • Valmet A413173 Industrial Control Module
  • Valmet A413044 CPU Module
  • Valmet A4IU1 Analog I/O Module
  • Valmet A413325 IPU Power Unit – PLC Module
  • Valmet M851002 CPU Module – Central Processing Unit
  • Valmet PUD10B Power Supply Board
  • Valmet K00990 Master CPU Electronic Assy
  • Valmet Metso IOP345 Input Module
  • Metso Automation T545215 Board
  • Valmet Metso IOP304 Input Module
  • Valmet 542844-6A SCU Module
  • Metso A413043 Ver.11 Valmet CPU Module
  • Valmet Automation BIU 8A Input Module
  • Metso A413044 Ver05 Valmet CPU Module
  • VALMET 542821-5A Control System Rack Module
  • Metso A413005 Ver.04 Valmet CPU Module
  • Valmet M851207 AIU16 Card
  • Valmet BIU8 Binary Input Unit
  • VALMET 547070-2B CPU Printed Circuit Board Module
  • Valmet Automation A413325 Power Module
  • VALMET AUTOMATION A413135 AOU4 Module