
B-63983EN/02 1.OVERVIEW OF PMC
- 23 -
(3) Conditional branch
The main program loops and determines conditions. If conditions
are satisfied, a subprogram process is executed. If the conditions
are not satisfied, the subprogram process is skipped.
Application example
(1) Example
Suppose that there are four major jobs.
If Y0 is 1, workpiece machining request is assumed to be issued,
and processing is performed. (Conditional)
: <1> Pick up workpiece from pallet. (A1)
<2> Machine workpiece. (A2)
<3> Return workpiece to pallet. (A3)
B: <4> Move pallet.
(2) Program configuration