Mitsubishi MELSEC Q Series Programming Manual page 119

Common instruction 1/2
Hide thumbs Also See for MELSEC Q Series:
Table of Contents

Advertisement

2) Universal model QCPU and LCPU
The device range is checked.
When the device number is outside the device range, an operation error
occurs.
For example, when12 k points are assigned to a data register, an error occurs
if the device number of the data register exceeds D12287.
BMOV D0
The device range is checked even though indexing is executed.
An error occurs when the head device number of the devices with indexing
exceeds the device range.
BMOV
BMOV
With changing the settings of the PLC parameter, the device range is not
2
checked.*
*2:
For changing the settings of the PLC parameter on GX Developer, refer to the following manual.
• QCPU User's Manual (Function Explanation, Program Fundamentals)
(c) Character string data
Because all character string data is of variable length, device range checks are
performed.
In cases where the corresponding device range has been exceeded, an operation error
will be returned.
For example, in a case where the data register has been allocated 12k points, there will
be an error if it exceeds D12287.
$MOV "ABC" D12287
However, with the Basic Model QCPU, High Performance model QCPU, Process CPU,
and Redundant CPU, when indexing is executed and the head device number is
outside the device range, no error occurs and the other devices are accessed.
K2
D12287
When D12287 is specified with the BMOV instruction,
the target devices are D12287 and D12288.
However, an operation error occurs because D12288
does not exist.
MOV
K2
Z1
D0
D12285Z1 K2
When D12287 is specified with the BMOV instruction,
the target devices are D12287 and D12288.
However, an operation error occurs because D12288
D0
D12287Z1 K2
does not exist.
An operation error occurs since head device number
is D12289 that exceeds the device range.
This designates D12287 and D12288 as the
target devices for executing the $MOV instruction.
However, since D12288 does not exist,
an operation error occurs.
1
2
3
4
2
6
7
8
3-29

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Melsec l series

Table of Contents