103
Instruction Functions Section 2-2
BLOCK
PROGRAM
RESTART
BPRS
812
Block program
Required
1193
CONDITIONAL
BLOCK EXIT
EXIT
806
EXIT(806)
B: Bit operand
Block program
Required
1199
CONDITIONAL
BLOCK EXIT
EXIT
806
EXIT(806)B
B: Bit operand
Block program
Required
1199
CONDITIONAL
BLOCK EXIT
NOT
EXIT NOT
806
EXIT NOT(806)
B
B: Bit operand
EXIT(806) without an operand bit exits the program if the execution
condition is OFF.
Block program
Required
1199
Instruction
Mnemonic
Code
Symbol/Operand Function Location
Execution
condition
Page
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.
Block ended.
"B" executed.
"A" executed. "A" executed.
Execution condition
Execution
condition
OFF
Execution
condition
ON
EXIT(806) without an operand bit exits the program if the execution
condition is ON.
EXIT(806) without an operand bit exits the program if the execution
condition is ON.
Operand bit
OFF
(ON for
EXIT NOT)
Operand bit
ON
(OFF for EXIT
NOT)
"A" executed. "A" executed.
"B" executed.
Block ended.