User`s guide
424 VEE User’s Guide
11 Using Operator Interfaces Chapter
The program should look like Figure 240 when executing.
Figure 240 The Dice Program (Panel View)
There are a few things to note before the next lab exercise:
• You can use the same techniques in the exercise above to
create menus for any program.
• Radio Buttons could also be used to select a compiled
language program by using the Execute Program object
with a control pin (“Command”) that indicated the
program to call. If you had imported a library of compiled
functions, you could also use the Call object to run a
function from the library.
• You could optimize this program by using the File Name
data input pin on the Picture object inside a single
UserFunction, and then sending the appropriate bitmap
file to the object. If you are using many different bitmaps,
this is a more efficient way to program.