LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

daq with ai config etc.

hi,

I want to acquire data using the intermediate vi´s
ai config
ai start
ai read
etc.
Is buffersize that i specify in ai config automatically equal to the number of scans in ai start ? (assuming i connect the task ID and leave number of scans to acquire in the ai start unconnected )
Thanks for help

Philipp
0 Kudos
Message 1 of 2
(2,534 Views)

Yes. Thats right. If the "number of scans to read" connector of the "AI Read.vi" is unconnected, the default (-1) is used, which means the setting of "AI Start.vi" is used. If the "number of scans to acquire" connector of the "AI Read.vi" is unconnected as well, again the default value sis used (-1) which means labVIEW will acquire exatly one buffer of data.

 

André

 

0 Kudos
Message 2 of 2
(2,510 Views)