1. Convert integers to floating number WTOF

1. Convert integers to floating number WTOF

1.1. Instruction Description

The integer to floating point (WTOF) instruction converts integer values (IN) to floating point values and places the result into the register specified by (OUT).

1.2. The valid operands of the instruction

Input/Output Data Type operand Description
IN 16 bit integer D/CV/TV/AI/AO/K/H/V/Z/FD, bit composite word (X/Y/M/C/T/S), local variable (LW) Input
OUT 32-bit real number D, local variable (LF) output

1.3. Example

Command table:

NETWORK 000

LD X000

WTOF D0 D1 // Convert integer D0 to a floating-point number and store it in register D1D2

WTOF

图1 WTOF