04-04-2006 11:54 PM
04-05-2006 08:43 AM
hi there,
be sure to adjust the "minimum value" and "maximum value" of the DAQmx Create Channel (AI).vi. the PCI-6220 has a resolution of 16Bits, so you should be able to read the signal with a resolution << 1mV.
you can use a median filter or a lowpass digital filter. search for filters in your LabVIEW help files. you can also post some code or data so we can have a look.