115
CS/CJ/NSJ Series Instructions Reference Manual (W474)
2. Summary of Instructions
2-2 Instruction Functions
2
2-2-31 Block Programming Instructions
2-2-31 Block Programming Instructions
DISABLE
PERIPHERAL
SERVICING
(CS1D CPU Units
for Single-CPU
Systems, CJ2,
CS1-H, CJ1-H, or
CJ1M only)
IOSP
@IOSP
287
Disables peripheral servicing during program execution in one of the
Parallel Processing Modes or Peripheral Servicing Priority Mode.
Output
Required
1054
ENABLE
PERIPHERAL
SERVICING
(CS1D CPU Unit
for Single-CPU
Systems, CJ2,
CS1-H, CJ1-H, or
CJ1M only)
IORS
288
Enables peripheral servicing that was disabled by IOSP(287) for pro-
gram execution in one of the Parallel Processing Modes or Peripheral
Servicing Priority Mode.
Output
Not required
1054
Instruction
Mnemonic
Code
Symbol/Operand Function Location
Execution
condition
Page
BLOCK
PROGRAM
BEGIN
BPRG
096
Output
Required
1060
BLOCK
PROGRAM END
BEND
801
Define a block programming area. For every BPRG(096) there must be
a corresponding BEND(801).
Block program
Required
1060
BLOCK
PROGRAM
PAU SE
BPPS
811
Block program
Required
1062
Instruction
Mnemonic
Code
Symbol/Operand Function Location
Execution
condition
Page
IOSP(287)
IORS(288)
BPRG(096)
N
N: Block program
number
Define a block programming area. For every BPRG(096) there must
be a corresponding BEND(801).
Block program
Executed when the execu-
tion condition is ON.
N
BPPS
(811)
N: Block program
number
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.