254
6 BASIC INSTRUCTIONS
6.5 Data Conversion Instructions
Converting 16-bit signed binary data to 16-bit unsigned binary
data
INT2UINT(P)
These instructions convert the 16-bit signed binary data in the device specified by (s) to 16-bit unsigned binary data, and store
the result in the device specified by (d).
■Descriptions, ranges, and data types
■Applicable devices
• These instructions convert the 16-bit signed binary data in the device specified by (s) to 16-bit unsigned binary data, and
store the result 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 16-bit signed binary ANY16_S
(d) Data after conversion 16-bit unsigned binary ANY16_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)
MOVP HC000 D0
INT2UINT
D0 D100
M0
(d)
(49152)
C000HD100
(s)
b15 b0
(-16384)
C000HD0
b15 b0∙∙∙ ∙∙∙
After conversion
Stores as is
Before conversion