User`s guide

Using Operator Interfaces Chapter 11
VEE User’s Guide 435
there are a number of tests and you want to see the results
as they are returned. You will use the function random(),
which returns a real value between 0 and 1, when using the
default settings.
1 Click Device Sequencer. Double- click the transaction bar,
and configure your test using the default name, test1, and
replacing the FUNCTION: field with random(). See
Figure 247.
Figure 247 Configuring Test1
2 Configure a second test the same way named test2.
3 Open the Sequencer Properties box, choose the Logging
tab, and under Logging Mode select Log Each Transaction
To: logTest(thisTest), then click OK.
As the Sequencer executes each transaction, it creates a
record for each test called "thisTest," whose fields can be
configured under the same tab. You can then create a
UserFunction called "logTest" (or another name) and the
Sequencer will call the LogTest() UserFunction with the
Record thisTest at the end of each transaction that is
executed. In this way, you can update the status panel.
4 Select Device Function & Object Browser Built-in Functions
Panel showPanel and place it above the Sequencer. Delete
the input pins, then edit the parameters to
"logTest",420,180 leaving out the last two parameters.
Connect the Result output pin from showPanel to the