Hi cascadejm,
LabVIEW saves data with up to six digits of precision in a text-based .lvm file, but higher precision can be achieved when using a .tdm binary measurement file.
The 9211 has 24 bits of resolution. If you limit the range of the device to less than full scale using the Min and Max inputs of the Create Channel VI, it will not affect the resolution. The device will take in the smaller measurement, apply gain to amplify it to the full range of the card thus taking advantage of the device's resolution. Then in software, the voltage will be decreased back down to your original measurement values.
I hope this helps!
- Erik
Message Edited by Erik J on 12-04-2006 02:24 PM