Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

unable to read accurate input values with NI-DAQ 6008

Hello,

I got new NIUSB-6008 DAQ and started taking some measurements. But I don’t know why it is not measuring the accurate input voltage and current .I observed the DAQ measured values as shown in the attached image when tried to 1) read input voltage of around 0.294V and a current 28mv.Settings of DAQ are also shown in the image with the simple VI used.

Can someone explain me why there are peaks with the measured signals and why NI-USB DAQ is unable to measure the accurate values.

Thanks,

Download All
0 Kudos
Message 1 of 15
(5,139 Views)
What is the purpose of the collector express VI? I don't use express functions and I would recommend you get rid of it and switch to continuous samples. There are also several examples that come with LabVIEW and do not use the DAQ Assistant.
0 Kudos
Message 2 of 15
(5,127 Views)

 

 

 

 Thanks.

Download All
0 Kudos
Message 3 of 15
(5,073 Views)

And 2V measurement is also attched here.

0 Kudos
Message 4 of 15
(5,072 Views)

It appears that you are seeing the results of the limited resolution of the USB-6008 and the internal noise. According to the specifications system noise on the +/-1 V range is 0.5 mV rms and 5 mV rms on the +/-20 V range. The peak voltages will be several times higher than the rms voltages with the exact range depending on the statistics of the noise sources.

 

You may also be seeing the effect of the unusual input corcuit configuration of the device. It is the equivalent of 144000 ohm terminated at 1.4 V.

 

What is the source impedance of your signal?

 

Lynn

0 Kudos
Message 5 of 15
(5,065 Views)

One easy thing to try when having trouble is to measure a AA (~1.5v) or 9v battery voltage, then compare the reading to a multimeter.  I do not have LabVIEW on this machine, so I was not able to look at your latest code.

0 Kudos
Message 6 of 15
(5,053 Views)

Hi Lynn,

 

 what does "The peak voltages will be several times higher than the rms voltages with the exact range depending on the statistics of the noise sources."can you explain a bit more abotu this.

 

Thanks.

0 Kudos
Message 7 of 15
(4,844 Views)

Thanks.

0 Kudos
Message 8 of 15
(4,836 Views)

Hi,
Can someone suggest a solution for this.
when the sensor output was sampled at sample rate of 100hz with terminal configuration as 'Let DAQ choose" using 6016DAQunit is as shown in figure(DAQ_6016) of the attachment and when the same sensor output is sampled at sample rate of 100hz with DAQ-6008 unit with 1)Terminal configuration as 'Let DAQ choose" the output is as shown in figure(DAQ_6008_LetDAQchoose) attachment 2)Terminal configuration as 'RSE" the output is as shown in figure(DAQ_6008_RSE) attachment.

Is there any way to make sampling better using DAQ-6008 (as it is very handy to use and I will use it only) with Terminal configuration setting as 'RSE".
Thanks.

Download All
0 Kudos
Message 9 of 15
(4,833 Views)
Since there are different wiring configurations for rse and differential, why on earth would you do something random? Pick the best configuration based on your signal and explicitly program out.
0 Kudos
Message 10 of 15
(4,825 Views)