139
Block Programming Instructions Section 3-30
BLOCK
PROGRAM
RESTART
BPRS
812
Block program
Required
CONDITIONAL
BLOCK EXIT
EXIT
806
Block program
Required
CONDITIONAL
BLOCK EXIT
EXIT
806
Block program
Required
CONDITIONAL
BLOCK EXIT
(NOT)
EXIT NOT
806
EXIT(806) without an operand bit exits the program if the execution condition
is OFF.
Block program
Required
Instruction
Mnemonic
Code
Symbol/Operand Function Location
Execution
condition
N: Block program
number
N
BPRS
(812)
BPRS(812) executed
for block program n.
Block program n. This block
program will now be executed
as lon
as bit "a" is ON.
to
to
to
Pause and restart the specified block program from another block program.
EXIT(806)
B: Bit operand
Execution condition
Execution
condition
OFF
Execution
condition
ON
"A" executed.
"B" executed.
"A" executed.
Block ended.
EXIT(806) without an operand bit exits the program if the execution condition
is ON.
EXIT(806) B
B: Bit operand
Operand bit
OFF
(ON for
EXIT NOT)
Operand bit
ON
(OFF for EXIT
NOT)
"A" executed.
"B" executed.
"A" executed.
Block ended.
EXIT(806) without an operand bit exits the program if the execution condition
is ON.