LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

input buffer

Hi

I start to program my application with the example
Acquire N-Multi-Start.vi.
I am using 6024e daq card and windows 2000.
I don't know what's the maximum number of scans to acquire ?Because i need 500000 scans!!

thanks
0 Kudos
Message 1 of 2
(2,398 Views)
There should be a limit either in the VI itself (right click it and choose "help", in the manual, or on the website. Of course, it all depends on the amount of memory.

Also, consider doing more than one read. Acquire a smaller amount, and read it when the buffer is full. Look into multiple buffered acquisitions for tips on this and other ways to get your data.
0 Kudos
Message 2 of 2
(2,398 Views)