Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Analog Input Accuracy on PCI-6111

Solved!
Go to solution

Hello,

 

I am trying to read an analog signal that varies from -11 to 0 V using a PCI-6111 DAQ card.  The signal comes from a PhotoMultiplier Tube (PMT) that is part of a microscope setup, so it is very important that the resolution of the analog input signal be as large as possible to generate quality images.  According to the spec sheet for the PCI-6111, the analog input resolution is 12 bits, which should correspond to a sensitivity of ~2.686 mV for my voltage range.

 

To test this, I configured an analog input task with a voltage range of -11 to 0 V to read samples from an analog output, to which I wrote a simple waveform.  Since the analog output has 16 bit resolution I assumed that it would not limit the accuracy of this measurement.  I've attached the VI I used for this measurement below.  The analog input data is saved un-truncated to a text file.

 

Analyzing this data I found that the actual input sensitivity is ~9.766 mV, correspoding to exactly 1126.4 voltage levels and ~10 bits.

 

Is there any reason why the analog input resolution is so much lower than indicated on the spec sheet?  What are some ways that I could improve the sensitivity of this measurement?

 

Best,

Keith

0 Kudos
Message 1 of 4
(3,421 Views)
The range you specify is not the same thing as the actual range that the DAQ will use. There are limited ranges supported on each DAQ card and the driver will select the best range to fit your signal. In this case, it is using the +/- 20 volt range and if you redo the math for this, you will find that the resolution is 9.77 volts which in fact is exactly what the spec says it is.
Message 2 of 4
(3,401 Views)

Okay, that explains a lot.  Just a quick follow-up question: What are the possible voltage ranges that it will choose from?

 

Thanks so much for your help.

Message Edited by afotycon on 02-11-2009 03:28 PM
0 Kudos
Message 3 of 4
(3,397 Views)
Solution
Accepted by topic author afotycon

Sorry, when you referred to the specs, I thought you already had them. Didn't this come with your board?

0 Kudos
Message 4 of 4
(3,385 Views)