Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Setting nominal voltage?

Solved!
Go to solution

Hi,

 

I want to connect a piezoresistive sensor (strain gage bridge) directly to my USB-6216 BNC. I realize this device doesn't have an internal excitation source so I will have to provide this myself. So I believe the best thing to do then, is measuring the output voltage of the sensor with one of the analog inputs. The full scale output voltage of the sensor is 300mV +/- 100 mV but for our application the working range is below 200 mV. On page 5 of specifications of the USB-6216 I could find that the sensitivity is 5,2 µV if the nominal range is between 0.2V and -0.2V. Now my question is how do I set this nominal voltage? I use Signal Express 2012 but I'm a bit confused. If I add a step and choose 'DAQmx Axquire'->'Analog Input'->'Voltage' then I am able to choose the 'Signal Input Range'. Is this how the nominal voltage is determined?

 

Also the sensor has a very high frequency response so I want to do some measurements at maximum rate of the device (400 kHz). We don't expect such high frequency signals but it's something we like to check. Has the device some built-in anti-aliasing or filtering?

 

0 Kudos
Message 1 of 13
(4,745 Views)
Solution
Accepted by topic author D-Three

You set the range.  That sets the sensitivity of the DAQ.  In your case, set it to 0.2.

 

As far as the frequency is concerned, that DAQ can only sample at 400kS/s.  Which means you can't really capture any signals above 200kHz (Nyquist).


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 13
(4,742 Views)

Thank you for your answer! I'll set the range to 0 and 0.2 then.

0 Kudos
Message 3 of 13
(4,717 Views)

Just remember that the actual range is not necessarily what you set it to. DAQmx uses the numbers you provide and selects the best range that the device actually has.

Message 4 of 13
(4,713 Views)

Thank you for you reply. That was actually what wasn't entirely clear to me since I was able to choose any voltage range between -10.0 and 10.0 while the specifications only mention 4 nominal voltage ranges. So I assume (and hope) if I set 0 and 0.2 as signal input range, the system will choose the nominal range of -0.2 and 0.2 then.

 

But what happens then if I add a second analog input to the DAQmx acquire and I set the voltage range of that to -10 and 10 and I leave the first one to 0 and 0.2?

0 Kudos
Message 5 of 13
(4,707 Views)

Sorry, I have no idea how SignalExpress does it. With LabVIEW, you can do it channel by channel as well as the DAQ Assistant. You should post to the SignalExpress board.

0 Kudos
Message 6 of 13
(4,703 Views)

Hello D-Three,

 

Can you post what you currently have?

 

This way I can double-check it and verify what will be done.

Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉
0 Kudos
Message 7 of 13
(4,684 Views)

It's nothing special actually, just acquiring data of two analog inputs. 🙂 I included an example.

0 Kudos
Message 8 of 13
(4,679 Views)

For each of your defined analog inputs it will try to set the correct range.

Example:

- You specify range 0-60mV for the first AI and range 0-20mV for the second AI

- Imagine the card only allows -0.05 V to 0.05V and -0.10 to 0.10V (and up..)

- The first AI will get a range of -0.10V to 0.10V

- The second AI will get a range of -0.05V to 0.05V

 

 

 

Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉
Message 9 of 13
(4,674 Views)

I didn't know it setted the range for a complete data acquisition or per channel. So if it's easy if it's really per channel, thank you for your answer. Everybody 🙂

0 Kudos
Message 10 of 13
(4,635 Views)