UInt64Shl

UInt64Shl 1:

Bitwise left-shift of a TwinCAT 2 unsigned 64-bit number (“legacy” type: T_ULARGE_INTEGER). The result is an unsigned 64-bit number.

UInt64Shl 2: Return value

Name

Type

Description

UInt64Shl

T_ULARGE_INTEGER

 

UInt64Shl 3: Inputs

VAR_INPUT
    ui64 : T_ULARGE_INTEGER;
    n    : DWORD;
END_VAR

Name

Type

Description

ui64

T_ULARGE_INTEGER

 

n

DWORD

 

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)