7 APPLICATION INSTRUCTION
7.7 Real Number Instruction
427
7
Converting 16-bit unsigned binary data to single-precision real
number
UINT2FLT(P)
These instructions convert the 16-bit unsigned binary data in the device specified by (s) to single-precision real number, and
store the converted data in the device specified by (d).
■Descriptions, ranges, and data types
■Applicable devices
• These instructions convert the 16-bit unsigned binary data in the device specified by (s) to single-precision real number,
and store the converted data in the device specified by (d).
There is no operation error.
Ladder diagram Structured text
Not supported
Operand Description Range Data type Data type (label)
(s) Data before conversion 0 to 65535 16-bit unsigned binary ANY16
(d) Data after conversion Single-precision real number Single-precision real number
Operand Bit Word Double word Indirect
specification
Constant Others
X, Y, M, L,
SM, F, B, SB
U\G T, ST,
C, LC
T, ST, C, D,
W, SD, SW, R
U\G Z LC LZ K, H E $
(s)
(d)
SM402
M0
(d)
b31 b16
(1234.0)
4000H
449AH
b15 b0
D101, D100
(s)
(1234)
04D2H
b15 b0
D0
UINT2FLT
D0 D100
(s) (d)
MOVP K1234 D0
After conversion
Before conversion