7 APPLICATION INSTRUCTION
7.7 Real Number Instruction
429
7
Converting 32-bit unsigned binary data to single-precision real
number
UDINT2FLT(P)
These instructions convert the 32-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 32-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 4294967295 32-bit unsigned binary ANY32
(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
(123456.0)
2000H
47F1H
b15 b0
D101, D100
(s)
b31 b16
(123456)
E240H
0001H
b15 b0
D1, D0
UDINT2FLT
D0 D100
(s) (d)
DMOVP K123456 D0
After conversion
Before conversion