File Register R, Zr - Mitsubishi Electric M800VW Series Programming Manual

Plc programming
Hide thumbs Also See for M800VW Series:
Table of Contents

Advertisement

M800V/M80V Series PLC Programming Manual (1/2)
4 Explanation of Devices
4.4 Detailed Explanation of Devices

4.4.11 File Register R, ZR

 As with the data registers, the file registers are memories used to store data. However, there are some that have fixed
applications, and those that are released.
The file register has a 1-point 16-bit configuration, and can be read and written in 16-bit units.
To handle 32-bit data, two points must be used. The file register No. designated with the 32-bit instruction will be the low-
order 16-bit, and the designated file register No. +1 will be the high-order 16-bit.
Circuit example
(Example)
0
Data storage
High-order 16-bit
 The data that is stored once in the sequence program is held until other data is stored.
 With the file registers, the following registers are the user release.
R8300 to R9799
Data are not cleared even when the power is
turned OFF.
R9800 to R9899
R18300 to R19799
Data are not cleared even when the power is
turned OFF.
R19800 to R19899
R28300 to R29799
Data are not cleared even when the power is
turned OFF.
R29800 to R29899
The other file registers have fixed applications such as interface of the PLC and CNC, parameter interface, etc., so use
according to the application.
 Values that can be stored:
Decimal
-32768 to 32767
Hexadecimal
0 to FFFF
Decimal
-2147483648 to 2147483647
Hexadecimal 0 to FFFFFFFF
Use of the DMOV instruction is shown below.
DMOV K8X0
R1
R0
Low-order 16-bit
(X1F to X10)
(XF to X0)
For 16-bit instruction
(Using Rn)
For 32-bit instruction
(Using Rn+1, Rn)
The X0 to 1F data is
R0
stored in R0, 1.
47
IB-1501667-B

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents