LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why does the 4351 take 1 second to return the measurement?

I am using LV6.1 and the Analog Input VIs to take measurements with the 4351 and the measurements take 1 second to be return. If I ask for 2 measurements (buffer = 2 ) then it takes 2 seonds. Why does this take so long?
0 Kudos
Message 1 of 3
(2,699 Views)
What analog in functions are you using exactly and how have you conmfigured the acquisition? If you're using one of the scan functions and set, for example number of scans to 1000 and scan rate to 1000/sec, then each measurement will take 1 second.
0 Kudos
Message 2 of 3
(2,699 Views)
Hi.

I would suggest taking a look at the following shipping example: NI 435x Continuous Buffered Acq.vi

It can be found in LabVIEW by clicking Help>>Find Examples>>Searc>>keyword: 435>>NI 435x Continuous Buffered Acq.vi

Most acqusitions, if they are faster than 1KSamp/sec are typically buffered. This means that the card returns chuncks of data less often, making acqusition speed less dependent on the speed of the computer.

-Erik
0 Kudos
Message 3 of 3
(2,699 Views)