Int64Div64Ex

Int64Div64Ex 1:

The function divides two TwinCAT 2 signed 64-bit numbers (“legacy” type: T_LARGE_INTEGER). The result is a signed 64-bit number.

Int64Div64Ex 2: Return value

Name

Type

Description

Int64Div64Ex

T_LARGE_INTEGER

 

Int64Div64Ex 3: Inputs

VAR_INPUT
dividend  : T_LARGE_INTEGER;
divisor   : T_LARGE_INTEGER;
END_VAR

Name

Type

Description

dividend

T_LARGE_INTEGER

Number that is divided

divisor

T_LARGE_INTEGER

Number by which the dividend is divided

Int64Div64Ex 4:/Int64Div64Ex 5: Inputs/outputs

VAR_IN_OUT
remainder : T_LARGE_INTEGER;
END_VAR

Name

Type

Description

remainder

T_LARGE_INTEGER

Rest

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)