969
Other Instructions Section 3-29
Note If there is no CP-series equivalent to the specified CV-series PLC memory
address, an error will occur, the Error Flag will be turned ON, and the address
will not be converted.
When an Index Register is used as an operand with a “,IR” prefix, the instruc-
tion will operate on the word indicated by the PLC memory address in the
Index Register, not the Index Register itself. Once the desired PLC memory
address has been stored in an Index Register, the Index Register itself can be
used as an operand for an instruction.
The FRMCV(284) instruction can be used to convert a CV-series program
with the following two kinds of programming for use in a CP-series PLC. See
the Examples later in this section for an example.
1. When using indirect binary mode DM addressing (*DM)
(when indirectly specifying a data area address with a PLC memory ad-
dress in DM)
2. When using CV-series PLC memory addresses directly as values
(when storing PLC memory addresses in Index Registers with direct ad-
dressing using an instruction such as MOV(021))
Operand Specifications
0000 hex
0001 hex
2000 hex
2001 hex
FFFD hex
CIO 0
CIO 1
D0
D1
E32765
0C000 hex
0C001 hex
10000 hex
10001 hex
FFFFF hex
CIO 0
CIO 1
D0
D1
D32767
S
IR1 10001 hex
D:
Specify the CV-series PLC
memory address in S. (In this
case, 2001 hex is the PLC
memory address of D1.)
Data area address PLC memory address
Convert
Corresponding
data area
address
CV-series
The corresponding CP-series PLC
memory address is stored in D. (In this
case, data area address D1 is
converted to PLC memory address
10001 hex and stored.)
Convert
CP-series
Area S D
CIO Area CIO 0 to CIO 6143 ---
Work Area W0 to W511 ---
Holding Bit Area H0 to H511 ---
Auxiliary Bit Area A448 to A959 ---
Timer Area T0000 to T4095 ---
Counter Area C0000 to C4095 ---
DM Area D0 to D32767 ---
Indirect DM addresses
in binary
@ D0 to @ D32767 ---
Indirect DM addresses
in BCD
*D0 to *D32767 ---
Constants Any constant except 09FF hex, 0A00
to 0AFF hex, or 0D00 to 0E3F hex
---
Data Registers DR0 to DR15 ---