Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I continuously wait for a trigger?

using labview and GPIB to control tektronix 3034B oscope. want to continuously wait for trigger. how do i get rid of timeout? I am using IVI instrument driver for 3034B
0 Kudos
Message 1 of 4
(3,962 Views)
Hi,

You can use the low level adquisition VIs. First call Initiate Acquisition. Then use the Acquisition Status VI to determine if the acquistion is complete. This wait you can wait indefinitely.

Of course, you could also set the timeout value of the ReadWaveform VI to something like 86000000 ms, which is aprox. a day of timeout :).

DiegoF
National Instruments.
Message 2 of 4
(3,962 Views)
DiegoF,
thankyou for your help. it worked. (used a while box in conjunction with the acquisition status vi so continuously waiting for acq status to change to 1.)

thanks again
Jim
0 Kudos
Message 3 of 4
(3,962 Views)
I have the same problem. The VIs you mentioned sound familiar but I cannot find them on the palettes. I am using LabVIEW 6.1 so maybe these function are under different names?

Please advise ASAP.

Thank you.
0 Kudos
Message 4 of 4
(3,962 Views)