Product specifications
Instrumentation Laboratory Exercise 55
6.3 VEE programming
The basic program is setup the similar to Laboratory Exercise 5. A
Start button is wired to an Until Break loop which runs a
MultiInstrument Direct I/O box (called INITIATE here). The last
command in this box is the DIGitization command, so next we
have to add in the loop (the second Until Break) requesting status
(the Direct I/O box asking for the WAVe complete STATus).
This loop repeats until the wave digitization has been completed,
which generates a Break, and continues the program execution,
proceeding to the MultiInstrument Direct I/O box (labeled DATA)
where the data is comes out as an array at RAW on the right side.
Also notice we want to read 2000 points at 80 kHz.