Appendices
A-70
CJ2 CPU Unit Software User’s Manual
CONVERT
ADDRESS
TO CV
TOCV
@TOCV
285 Converts a CS/CJ-series PLC memory address to its equivalent
CVM1/CV-series PLC memory address.
Output Required
A-1-31 Block Programming Instructions
Instruction Mnemonic Code Symbol/Operand Function Location
Execution
condition
BLOCK
PROGRAM
BEGIN
BPRG 096 Output Required
BLOCK
PROGRAM
END
BEND 801 --- Define a block programming area. For every BPRG(096) there
must be a corresponding BEND(801).
Block pro-
gram
Required
BLOCK
PROGRAM
PAU SE
BPPS 811 Block pro-
gram
Required
BLOCK
PROGRAM
RESTART
BPRS 812 Block pro-
gram
Required
Instruction Mnemonic Code Symbol/Operand Function Location
Execution
condition
TOCV(285)
S
D
S: Index Register
containing CS-
series memory
address
D: Destination
word
N: Block program
number
BPRG(096)
N
Define a block programming area. For every BPRG(096)
there must be a corresponding BEND(801).
Executed when the
execution conditions ON.
Block program
N: Block program
number
N
BPPS
(811)
to
to
to
Block program n. Once
paused this block program
will not be executed even if
bit "a" is ON.
BPPS(811) executed
for block program n.
Pause and restart the specified block program from another
block program.
N
BPRS
(812)
N: Block program
number
to
to
to
Block program n. This block
program will now be executed
as long as bit "a" is ON.
BPRS(812) executed
for block program n.
Pause and restart the specified block program from another
block program.