User`s guide
Storing and Retrieving Test Results Chapter 5
VEE User’s Guide 217
Figure 130 The TIME STAMP I/O Transaction Box
4 Click OK to return to the To File box. The second transaction
bar should now contain the statement WRITE TEXT now()
TIME:HM:H12 EOL.
Sending a Real Array to a File
Create a one- dimensional array of four elements using the For
Count and Collector objects, and append it to myFile.
1 Select Flow ⇒ Repeat ⇒ For Count. Change the default value
in For Count to 4.
2 Select Data ⇒ Collector. Double- click the Collector to switch
to Open view. Connect the data output of For Count to the
data input of the Collector (the top input pin). Connect the
For Count sequence output pin to the XEQ pin (the bottom
input pin) on the Collector. Iconize the Collector.
3 The Collector will now create the array [0, 1, 2, 3],
which you can send to the data file.
4 Using the same To File object, double- click in the transaction
area. In the I/O Transaction dialog box, open the DEFAULT
FORMAT menu, and select REAL64 FORMAT.
5 The I/O Transaction dialog box displays additional buttons
for the REAL64 FORMAT selection. You can leave all of the
default choices, but you might want to investigate the options
for future reference.