ST_IEC870_5_101CoroPollParams

From product version: TwinCAT PLC Library IEC60870-5-104 controlling station v1.0.0 and higher.

Configuration parameters for the cyclic counter query command.

TYPE ST_IEC870_5_101CoroPollParams:
STRUCT
    asduAddr    : DWORD := IEC870_ASDUADDR_SYSPARA;     
    tPollCycle  : TIME := T#60s;
    eRQT        : E_IEC870_5_101RQT := eIEC870_RQT_REQCOGEN;
    eFRZ        : E_IEC870_5_101FRZ := eIEC870_FRZ_READ;
    bEnable     : BOOL := FALSE;
END_STRUCT
END_TYPE

asduAddr: Target address.

tPollCycle:Cycle time of the counter query command.

eRQT: Counter query ID.

eFRZ: FREEZE/RESET ID.

bEnable : Activates/deactivates the cyclic counter query commands.

Requirements

Development Environment

Target System

PLC Libraries to include

TwinCAT v2.10.0 Build >= 1301

PC or CX (x86, ARM)

TcIEC870_5_101.Lib
( Standard.Lib; TcBase.Lib; TcSystem.Lib; TcUtilities.Lib;  are included automatically )