LARGE_INTEGER

The function initializes a TwinCAT 2 signed 64-bit number (“legacy” type: T_LARGE_INTEGER).
Return value
Name | Type | Description |
---|---|---|
LARGE_INTEGER | T_LARGE_INTEGER |
|
Inputs
VAR_INPUT
dwHighPart : DWORD;
dwLowPart : DWORD;
END_VAR
Name | Type | Description |
---|---|---|
dwHighPart | DWORD | The upper 32 bits |
dwLowPart | DWORD | The lower 32 bits |
Requirements
Development environment | Target platform | PLC libraries to be integrated (category group) |
---|---|---|
TwinCAT v3.1.0 | PC or CX (x86, x64, Arm®) | Tc2_Utilities (System) |