11-10-2007 06:37 PM
11-12-2007
03:23 PM
- last edited on
03-03-2025
11:20 AM
by
Content Cleaner
Hi Fred,
The USB-6008 is a good low cost option, but might be limiting. Take a look at the KnowledgeBase Article 3K793P88: Thermocouple Measurements with the USB-6008 or USB-6009. This article makes a good point about the resolution limitations of the 6008, which is relevant to transducers in general. Also, you will be limited to software timed analog output in both the 6008 and 6009. If this isn’t a problem for your application, then the USB-6008 should be a great fit! I recommend browsing through the faceted navigation on the left side of the screen for our USB DAQ.
Please post back if you have any questions. Have a great day!
11-12-2007 10:25 PM
11-13-2007
01:06 PM
- last edited on
03-03-2025
11:20 AM
by
Content Cleaner
Hi Fred,
The M Series and cDAQ USB devices generally have a higher precision because they tend to have a much higher resolution than the USB-6008/6009. For example the 6008 has 12-bit resolution giving it 2^12 = 4096 divisions over a range. Its lowest voltage range is +/-1V. This means that it has a resolution of 2/4096 = 488 microvolts. The USB-9211A, in comparison, has a 24-bit resolution giving it 2^24 = 16777216 divisions over a range. Its lowest voltage range is +/- 80 mV. The 9211A has a resolution of 0.16/1677216 ≈ 10 nanovolts.
If you’re not interested in the cDAQ or other M Series devices, you could amplify your signal externally and scale accordingly in software. This will reduce the total range of your transducers, but could be appropriate for your application.
As for finding transducers, I’m not sure that I would look any differently. I generally trust my favorite search engine! NI does offer thermocouples and RTDs.
11-23-2007 06:10 PM
11-26-2007
04:11 PM
- last edited on
03-03-2025
11:21 AM
by
Content Cleaner
Hi fredjonze,
You are correct with your assumptions regarding the leads. The Taking Thermocouple Temperature Measurements tutorial is great place to start for more information on thermocouple measurements. In the section called Eliminating Noise there are several suggestions, including the lowpass filter, for reducing noise.
Try changing some of your input parameters. Setting your Input Configuration to Differential will reduce noise and can be used with thermocouples. Changing your input mode to something other than On Demand (i.e. Finite or Continuous) might also improve your results. Finally, double check your y-axis scale to see that it makes sense with the range of your expected data.
As far as reducing your sampling rate, you need to make sure that you’re observing Nyquist’s Theorem. NI recommends sampling your signal at a rate ten times faster than your expected signal’s rate. In the case of a simple thermocouple measurement, you should be able to sample fairly slowly – on the order of 100s of Hz.