Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ_Op conversion

Solved!
Go to solution

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?

 

0 Kudos
Message 1 of 2
(2,863 Views)
Solution
Accepted by topic author praveenda@gmail.com

I understood!

Wrong to use F64 to read data. DAQ_Op returns short integer, so use any integer returning read function like i16 etc

0 Kudos
Message 2 of 2
(2,832 Views)