SECTION4
IEEE-488 Reference
Programming
Examples
This program will enable data store operation, and obtain and display 100 readings on the com-
puter CRT. Data store operation is configured as follows; continuous trigger on GET (T2) to
start the storage process, 3OOmsec interval (40.3) and a buffer size of 100 readings (NlOO).
10 DIh4A$[Z51
20 REMOTE722
30 0LJTIwT722;'T2Qo.3x"
40 OUTPUT 722; “NlOOX”
50 TRIGGER722
60 OUTPUT 722; “81 G2X”
70 FOR I=1 TO 100
80 ENTEFL722;A$
90 PRmTA$
loONExT
110 END
! Set tzigger mode and interval.
! Set buffer size.
! Start storage process.
! Set data source and output.
! Set counter for 100 loops.
! Get a reading.
! Display reading.
! Loop back for next reading.
4-25