E Series Automated Dispensing System
104 www.nordsonefd.com info@nordsonefd.com 800-556-3484 Sales and service of Nordson EFD dispensing systems are available worldwide.
Appendix A, Type Menu Reference (continued)
17 End Pattern
Key Press Function
>
Used in tandem with Call Pattern to return the program to the address that occurs just after a Call
Pattern command.
18 Call Subroutine
Call Subroutine
------------------------------
Label: 1
[F1] OK
Key Press Function
>
Causes the program to jump to a set of commands (called a subroutine) located after the end of a
program. The rst command in the subroutine must be a Label command (shown below as line 0006).
The program jumps to the specied address (0006 in this example) and then executes the commands
after that address. When the End Subroutine command is reached, the program returns to the address
that immediately follows the Call Subroutine command (0004 in this example).
NOTE: For example, the Call Subroutine command could be used for a tip cleaning routine.
Example of a program with a Call Subroutine command:
0001 Line Start 10.0,1
0002 Line End
0003 Call Subroutine Label 1
0004 End Program
0005 EMPTY
0006 Label 1
0007 Dispense Dot 0.100
0008 Dispense Dot 0.100
0009 Dispense Dot 0.100
0010 End Subroutine
19 End Subroutine
Key Press Function
>
Used in tandem with Call Subroutine to return the program to the address that occurs just after a Call
Subroutine command.