10-18-2013 12:15 PM
I'm trying to acquire a signal in the 1-5mV order. Is there a way to 'set' the limits in voltage of the board? The NI9215 is a 4 channels, +-10V, 16 bit simultaneous analog input board. What I'd like to know is if I can set the board to +-1 V and have a better resolution or 'amplified' signal. I've been looking for an option or a trick in MAX but I really don't know if it is possible. How could I proceed in order to get this objective? Thanks in advance.
Solved! Go to Solution.
10-19-2013 12:27 PM
10-21-2013
05:21 PM
- last edited on
04-25-2025
07:20 PM
by
Content Cleaner
Hey there;
The NI9215 indeed has a fixed input range of +-10V as stated in it's specs; thereforeyou can't modify the board's range; to improve your measurement you can implement an external amplifier that converts your 5mV signal into a 5V one.
The max accuracy is 0 .3mV, so you m ay need a different board or use external conditioning to measure your signal.
"The range and gain selections available to the DAQmx driver are specific to each card, and are listed in the card's specification sheet as the Nominal Input Ranges. If your signal’s maximum and minimum values are not the extremes of one of the hardware’s nominal ranges, then the driver will select the nearest range that the signal fits within. In the instance of the NI 9215 module, it has only one bipolar and unipolar range, in comparison with the NI 9205 module, that has four possible bipolar ranges (varying across zero): +/- 10 V, +/- 5 V, +/- 1 V, and +/- 0.5 V. When you input the unipolar 0-10 V range, the driver will automatically convert this to the +/- 10 V range and use those settings. However, some DAQ cards are capable of both bipolar and unipolar ranges. "
Some MIO boards have a variable single ended or differential input range (you can see it in the manual), that can be modified by changing the range (gain on the amplifier) whenever you configure a task . You can find this info in this link
Good luck
11-12-2013 09:26 AM
Thank you both for your answers. I understood I can't change the ranges of the board. I already made actions to solve my problem. Should I choose an answer as a solution or leave the post as unsolved?
11-20-2013 10:52 AM
Hey..
Can you please state what changes were made and then close the message?
Glad we could help
11-22-2013 04:43 PM
Hello,
The changes I made are: Use by now operational amplifiers and in a future no so far I'll use NI9205 which is an acquisition board able to use its ranges in 200mV. How could I close the theme? Should I choose a solution by force?