LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

AI Waveform Scan. Is it possible Continuous Acquisition?

Ai Waveform Scan VI has got the input "Number of scans to acquire". Is it possible to acquire scan continuously?

N.B. I am using a modified version of Amplitude Spectrum VI example. Modification is I have added a waveform graph to look at the time domain and a Write Labview Measurement File, becuse I need to write down scans continuously.
0 Kudos
Message 1 of 2
(2,787 Views)
Hi,
I suggest you use AI Config and then AI Start (placing a 0 for the input # of scans to read - means continuous acquisition) out of your while loop. In your while loop use the VI called AI Buffer Read. Don't forget to use the AI Clear vi when your program finishes.

Hope this helps !

Julien
0 Kudos
Message 2 of 2
(2,787 Views)