Executing a DLP

This section contains information about how to execute a
DLP
This section contains the
following procedures:
n Execute the DLP by using a
softkey.
H
Execute the DLP within a program.
To

Execute a

DIP

by Using a Softkey

There are two ways to execute a DLP. You can execute the DLP by pressing a softkey that has
been assigned a function as shown in this procedure, or execute the DLP within a program
(shown in the following procedure).
1. Use the KEYDEF command to assign the function that you created with the FUNCDEF
command to a
softkey.
2.
Press
(j-J,
User Menus to access the
softkey.
Example
The following example uses the KEYDEF command to assigns the ZBOM function to
softkey
1.
10 OUTPUT
718;"KEYDEF
1,
Z-OOM,%CAL
SIGIZOOM%;";
Assigns
thefunction
Z-OOMto
soflkey 1 and assigns sofikey 1
the label “CAL SIG ZOOM.
20 LOCAL 718
30
END
You can access CAL SIG
2DOM
by pressing
(-1,
User
Menus .

lb Execute the DLP within a Program

You can also execute the DLP within a program.
w
Use the name of the DLP within a program.
Example
The following programming line executes the
Z-OOM
function from an external controller.
OUTPUT
718;"Z-0OM;"
Creating and Using Downloadable Programs
4-9