User guide

7-2 Programming Basics
For example, the first level of a multipass underfill program might look like this in FMW:
The first line of the program is a Purge command. The dispensing head will move to the
Purge Station and purge the vale for two seconds. The second command and the 11
th
command form a multipass loop, which means that commands 3-10 will execute in order a
defined number of times, in this case twice, as defined in line 2.
Commands 3-10 are calling a separate program, titled “Multipass”, and telling it to execute at
the (X,Y) coordinates at the end of each line. This will be explained in greater detail in later
chapters.