LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmxReadAnalog64 data format

Hi what is the data format returned by DAQmxReadAnalog64 for multiple channels. I'm trying to write the data to a csv.
 
Thanks
 
-Charles
0 Kudos
Message 1 of 3
(3,694 Views)

Hi crdust,

The data format returned for the DAQmxReadAnalogF64 is a 1-D array of doubles. The array is returned in the manner you specify for fillmode. This information can be found in the NI-DAQmx C Reference Help (Start >> Programs >> National Instruments >> NI-DAQ). This specific function is locate in the reference help under NI-DAQmx C Functions >> Read Functions. The picture below is a snapshot from the help file.


Regards,

Message Edited by David L. on 08-17-2007 12:11 PM

David L.
Systems Engineering
National Instruments
0 Kudos
Message 2 of 3
(3,680 Views)

Thanks Dave.

 

-Charles

0 Kudos
Message 3 of 3
(3,673 Views)