ST_IEC870_5_101DeviceInterface

Syntax

TYPE ST_IEC870_5_101DeviceInterface :
STRUCT
    asduAddr    : DWORD;
    asduAddrRev : DWORD; 
    dataLink    : ST_IEC870_5_101DataLink;
    clock       : ST_IEC870_5_101SystemRTC;
    comp        : ST_IEC870_5_101DeviceCompatibility;
    errors      : FB_IEC870_5_101ErrorFifo;
    status      : DWORD;
END_STRUCT
END_TYPE

asduAddr: Common ASDU address in standard direction;

asduAddrRev: Common ASDU address in reverse direction.

dataLink: Internal ASDU transmit/receive FIFOs;

clock: IEC system time object;

comp: Compatibility list with the assignment of the ASDU types to the causes of transfer;

errors: Device error FIFO;

status: Global device status. 1=OK, 0=Not OK;

Requirements

Development environment

Target system type

PLC libraries to be linked (category group)

TwinCAT v3.1.4012.0

PC oder CX (x86, x64, ARM)

Tc2_IEC60870_5_10x (Communication->IEC60870)
Tc2_SerialCom (Communication->Serial)
Tc2_TcpIp (Communication->TcpIp)
Tc2_Utilities (System)