05-25-2008 01:53 AM
05-27-2008
02:46 PM
- last edited on
07-17-2025
12:32 PM
by
Content Cleaner
Hi ASIM_BHATTI,
Since you are measuring such a small signal make sure you are using the smallest input range. In the case of the PCI-6255 the smallest range is +/- 100 mV. The noise you are seeing sounds like the input range is set too high. Also check to make sure your DAQmx Task terminal configuration is set for RSE. The default setting will depend on what channel you are acquiring from and may not be RSE. So if you have your signal wired for RSE I would specify that it is RSE when you create the task. More information on the default input terminal configuration can be found in the NI-DAQmx Help under NI-DAQmx Device Considerations >> Physical Channels >> Default I/O Terminal Configurations.
Another great resource for tip on reducing noise in analog measurements is the Developer Zone article, Field Wiring and Noise Considerations for Analog Signals.
Thanks,