UInt64Mod64

UInt64Mod64 1:

Modulo division of a TwinCAT 2 unsigned 64-bit number by another number (“legacy” type: T_ULARGE_INTEGER). The result is an unsigned 64-bit number.

FUNCTION UInt64Mod64: T_ULARGE_INTEGER

VAR_INPUT

VAR_INPUT
    dividend : T_ULARGE_INTEGER;
    divisor  : T_ULARGE_INTEGER;
END_VAR

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)