Block Programming Instructions - Omron CJ - PROGRAMMING MANUAL 08-2008 Programming Manual

Programmable controllers
Hide thumbs Also See for CJ - PROGRAMMING MANUAL 08-2008:
Table of Contents

Advertisement

Block Programming Instructions

Instruction
Symbol/Operand
Mnemonic
Code
DISABLE
IOSP(287)
PERIPHERAL
SERVICING
(CS1D CPU Units
for Single-CPU
Systems, CS1-H,
CJ1-H, or CJ1M
only)
IOSP
@IOSP
287
ENABLE
IORS(288)
PERIPHERAL
SERVICING
(CS1D CPU Unit
for Single-CPUs
Systems, CS1-H,
CJ1-H, or CJ1M
only)
IORS
288

3-30 Block Programming Instructions

Instruction
Symbol/Operand
Mnemonic
Code
BLOCK
BPRG(096)
PROGRAM
BEGIN
BPRG
N: Block program
096
number
BLOCK
PROGRAM END
BEND
801
BLOCK
BPPS
PROGRAM
(811)
PAUSE
BPPS
811
N: Block program
number
Disables peripheral servicing during program execution in one of the
Parallel Processing Modes or Peripheral Servicing Priority Mode.
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.
Define a block programming area. For every BPRG(096) there must
be a corresponding BEND(801).
N
Define a block programming area. For every BPRG(096) there must be
a corresponding BEND(801).
Pause and restart the specified block program from another block
program.
N
Function
FunctionS
Block program
Executed when the execu-
tion condition is ON.
to
BPPS(811) executed
to
for block program n.
Block program n. Once
to
paused this block program
will not be executed even if
bit "a" is ON.
Section 3-30
Location
Execution condition
Output
Required
Output
Not required
Location
Execution condition
Output
Required
Block program
Required
Block program
Required
149

Advertisement

Table of Contents
loading

Table of Contents