Mitsubishi Electric MELSEC iQ-R Series Programming Manual page 409

Hide thumbs Also See for MELSEC iQ-R Series:
Table of Contents

Advertisement

Processing details
• These instructions convert the 16-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).
The following program example converts, when M0 turns on, the 16-bit signed binary data stored in D0 to 32-bit unsigned
binary data, and stores the converted data in D100 and D101.
SM402
M0
(1) The value, 0, is stored.
(2) Data before conversion is stored in the lower 16 bits.
Operation error
There is no operation error.
(s)
D0
MOVP
H0A000
D0
(s)
(d)
INT2UDINT
D0
D100
(d)
b15
∙∙∙
b0
A000H
D101, D100
(-24576)
(2)
b31
∙∙∙
b16
b15
∙∙∙
b0
0000H
A000H
(40960)
(1)
6 BASIC INSTRUCTIONS
6.6 Data Conversion Instructions
6
407

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents