Manual

5-8 Programming Basics and Setup
Sample_Program.fmw
1 DO: Lines AT (2.450, 1.297)
2 DO: Dots AT (3.123, 2.765)
3 END:
1
Workpiece
Sample_Program.fmw
1 DO: Lines AT (2.450, 1.297)
2 DO: Dots AT (3.123, 2.765)
3 END:
11 DO: Lines AT (2.450, 1.297)
2 DO: Dots AT (3.123, 2.765)
3 END:
1
Workpiece
Line Description
1
Pattern Call to do a pattern called “Lines” at indicated origin point
2 Pattern Call to do a pattern called “Dots” at indicated origin point
3 Pattern End Command
Figure 5-4 Sample Workpiece Pattern