Dynamic Signal Acquisition

cancel
Showing results for 
Search instead for 
Did you mean: 

raw ordering for multiple PXIe 4492 cards

Hi,

 

Can anyone share some insight on the ordering of the raw data for PXIe-4492 cards? For a single PXIe-4492 card, I think the raw data are interleaved. What's the format for the raw data from multiple PXIe 4492 cards acquiring data in a single DAQmx measurement task? Suppose we use two PXIe-4492 cards to acquire 16 input signals, each card acquiring 8 channels. Issuing the DAQmxReadRaw command returns the raw data in a 1D array. Does the first half of the array contains the data from the first PXIe-4492 card and the second half for the second card? 

 

Thanks,

XR

0 Kudos
Message 1 of 3
(2,531 Views)

which API are you using?

 

Typically you would not need to go to raw measurements and instead use the Read 1D waveform and the waveform order corresponds to the order in which channels are added to the task or you can wire any order required to "channels to read" property and it will be used for the Read 1D waveform.

santo_13_0-1624418997265.png

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 3
(2,522 Views)

Thanks Santhosh. I am using LabWindows/CVI. 

 

 

0 Kudos
Message 3 of 3
(2,501 Views)