UINT64_TO_LREAL

The function converts a TwinCAT 2 unsigned 64-bit number (“legacy” type: T_ULARGE_INTEGER) into a floating-point number of type LREAL.
 Return value
Name  | Type  | Description  | 
|---|---|---|
UINT64_TO_LREAL  | LREAL  | 
  | 
 Inputs
VAR_INPUT
    in : T_ULARGE_INTEGER;
END_VARName  | Type  | Description  | 
|---|---|---|
in  | T_ULARGE_INTEGER  | Number to be converted.  | 
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)  |