Download: Central station (master, balanced mode)

Simple central station application that uses the TwinCAT IEC 60870-5-101 low-level interface. In the sample application it is possible to communicate with a substation via an RS232 interface.

Download TwinCAT XAE Project (*.zip): LowLevelMasterSampleBal101.zip

In the sample project, the following station parameters are set for the central station:

Data point configuration (it should be the same as the data point configuration of the substations):

Sample implementation of the following services:

The following table briefly describes the main components of the project:

Component

Type

Description

P_MAIN_LowSpeed

PRG

This program part implements the telecontrol protocol (slow task).

P_SerialComm_HighSpeed

PRG

This program part implements TwinCAT background communication via the serial interfaces of the PC (fast task).

fbClient

FB_IEC870_5_101M (FB)

Implements the central station. An instance of this function block can only communicate with one substation. For each additional substation to communicate with, another instance of this function block is required.

fbServices

FB_IEC870_5_101MServices ( FB)

Includes a simple implementation of some services such as general interrogation, clock synchronization, test commands, etc.

stProcData

ST_IEC870_5_101MProcData (STRUCT)

Here you can found constantly updated process data – either received or to be sent.

sysPara

ST_IEC870_5_101MSysPara (STRUCT)

Configuration of the system parameters of the central station and the implemented services.

fbLog

FB_IEC870_DebugLogFifo (FB)

A simple log buffer for debugging/troubleshooting purposes.