7 Writing and editing a sequence program
-
40
-
Example of editing a sequence program
The example below provides a step-by-step description of how sequence program 1 is edited under the
following conditions:
Seq 1
[1] LOOP 5
[2] V1 20000
[3] D1 1200
[4] INC1
[5] ENDL
[6] MHOME1
Seq 1
[1] LOOP 5
[2] V1 20000
[3] D1 1200
[4] ABS1
[5] DELAY 1
[6] ENDL
[Before edit]
[After edit]
Add the DELAY command between the
fourth and fifth lines.
Change the fourth line from INC 1 to ABS 1.
Delete MHOME1.
1.
Type in “EDIT 1” and press the Enter key.
The contents of sequence program 1 is displayed for editing.
2.
Follow the lines below to change the fourth line from “INC 1” to “ABS 1.”
a. Type in “A4” and press the Enter key.
The fourth line is now ready for editing.
Summary of Contents for EMP400 Series
Page 115: ......