05-07-2009 01:46 AM
Hi,
In my DAQ (6013) application I, read data using DAQ_Op()
Currently I reimplemented it using DAQmx.
I have created a analog voltage channel and read data using DAQmxReadAnalogF6.
But I am not getting the same data as in DAQ_Op (under same environment), the value is in a lower range.
What is wrong with DAQmx in analog data reading?
Solved! Go to Solution.
05-13-2009 11:35 PM
I understood!
Wrong to use F64 to read data. DAQ_Op returns short integer, so use any integer returning read function like i16 etc