ST_IEC870_5_101GenroPollParams

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

Configuration parameter for the cyclic station poll command.

TYPE ST_IEC870_5_101GenroPollParams:
STRUCT
    asduAddr    : DWORD := IEC870_ASDUADDR_SYSPARA;     
    tPollCycle  : TIME := T#60s;
    eQOI        : E_IEC870_5_101QOI := eIEC870_QOI_INROGEN;
    bEnable     : BOOL := FALSE;
END_STRUCT
END_TYPE

asduAddr: Target address

tPollCycle: station poll cycle time.

eQOI: Polling parameter/characteristic value

bEnable: Enables(TRUE) or disables (FALSE) the station poll 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 )