UInt64Div64

UInt64Div64 1:

The function divides two TwinCAT 2 unsigned 64-bit numbers (“legacy” type: T_ULARGE_INTEGER). The result is an unsigned 64-bit number.

UInt64Div64 2: Return value

Name

Type

Description

UInt64Div64

T_ULARGE_INTEGER

 

UInt64Div64 3: Inputs

VAR_INPUT
    dividend  : T_ULARGE_INTEGER;
    divisor   : T_ULARGE_INTEGER;
END_VAR

Name

Type

Description

dividend

T_ULARGE_INTEGER

Number that is divided

divisor

T_ULARGE_INTEGER

Number by which the dividend is divided

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)