Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

acquisition Method

Solved!
Go to solution

I’m using LabVIEW 7.0 with a PCI-6024E board and I was testing the code attached. I would like to understand if I want to acquire 1000 scans in 4 channels, how is the acquisition done?

 a)      First collect all 1000 scans from channel 1, then 1000 scans from channel 2, then the same for channel 3 and 4. This may give me problems with synchronism.

 

or

 b)      Collect the first scan from each channel 1,2,3,4, then collect the second scan for each channel,… repeats till it makes 1000 scans. My concern is about synchronism and interchannel delay. Can anyone help here?
0 Kudos
Message 1 of 4
(3,203 Views)
Solution
Accepted by topic author RTsul

Hi,

 

This card is using Intervall Scanning which means it samples all channels one after another, then waits the the sample clock time you specified and samples them again. so its 0,1,2,3....0,1,2,3....0,1,2,3

 

You will find detaild information here: KnowledgeBase 2D6CTML8: Data Acquisition Sampling Terminology

 

 

Christian

0 Kudos
Message 2 of 4
(3,181 Views)
Thanks Christian_M!
0 Kudos
Message 3 of 4
(3,143 Views)

You're welcome. And you could mark my post as solution in case other users searching for the same.

 

Thanks,

Christian

0 Kudos
Message 4 of 4
(3,133 Views)