Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmx Read Analog 2D I16 NChan NSamp Binary Format (PXI-6115)

Dear all,

 

I'm using the LV DAQmx Read vi to read 2D I16 (unscaled) data from a PXI-6115 device. I store the data (2D I16 array) using write to binary file. My problem is that I can't find the format description of the 2D I16 array anywhere. I can read the binary data using Python an see the waveforms on the individual channels. However, there seems to be additional header information. Where is that format documented?

 

Thanks for your Help!

 

Best,

 Sven

0 Kudos
Message 1 of 2
(2,589 Views)
You can set a flag on the write binary data VI to not append a header to the data. Else it appends a size or data description to the start of the data.
Regards,
André (CLA, CLED)
0 Kudos
Message 2 of 2
(2,588 Views)