User guide
Page 140
EXPG (Start another program)
[Function] Starts another program and processes it in parallel.
When that program (task) has been started, the port and flag in the post section is output.
[Example] EXPG 2
Start program No. 2 and process it in parallel.
2-5 Program Control Commands
EXIT (Exit Program)
After this step, program 1 and
program 2 run in parallel.
Chapter 4. Programming
Start
[Function] Finishes the program.
* The status when the program is complete
• Output Port ..................... Valid
• Local Flag .................... Invalid
• Local Variable.............. Invalid
• Current Value ................. Valid
• Global Flag ..................... Valid
• Global Variable ............... Valid
[Example] EXIT
Finish the program.
Expansion
condition
(A N D · OR)
Input
condition
(I/O · Flag)
Com mand
Post
(Output port · Flag)
Com mand Operand 1 Operand 2
Optional Optional EXIT
Expansion
condition
(A N D · OR)
Input
condition
(I/O · Flag)
Com mand
Post
(Output port · Flag)
Com mand Operand 1 Operand 2
Optional Optional EXPG Program no. Optional
Program 1
EXPG 2
Program 2