T_ULARGE_INTEGER

TYPE T_ULARGE_INTEGER :
STRUCT
    dwLowPart  : DWORD;
    dwHighPart : DWORD;
END_STRUCT
END_TYPE

Variable of this type represents unsigned 64 bit integer.

Requirements

Development environment

Target system type

PLC libraries to include

TwinCAT v2.9.0 Build > 1030

TwinCAT v2.10.0 Build > 1231

PC or CX (x86)

TcUtilities.Lib

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

TwinCAT v2.10.0 Build >= 1301

CX (ARM)