262
6 BASIC INSTRUCTIONS
6.5 Data Conversion Instructions
Converting 32-bit signed binary data to 32-bit unsigned binary
data
DINT2UDINT(P)
These instructions convert the 32-bit signed binary data in the device specified by (s) to 32-bit unsigned binary data, and store
the converted data in the device specified by (d).
■Descriptions, ranges, and data types
■Applicable devices
• These instructions convert the 32-bit signed binary data in the device specified by (s) to 32-bit unsigned binary data, 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 32-bit signed binary ANY32_S
(d) Data after conversion 32-bit unsigned binary ANY32_U
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
(s) (d)
DMOVP
H76543210
D0
DINT2UDINT
D0 D100
M0
b31 b16
(-2309737968)
3210H7654HD1, D0
b15 b0
(s)
b31 b16
(1985229328)
3210H7654HD101, D100
b15 b0
(d)
∙∙∙ ∙∙∙ ∙∙∙ ∙∙∙
Before conversion After conversion
Stores as is