06-27-2011 08:51 AM
Is there a way to also view the raw voltage input in addition to the scaled value in LabVIEW when utilizing DAQMx and custom scales?
06-27-2011 08:54 AM
There are a few ways to do this. If you have a custom scale on the channel that you are reading then you can read the scale and remove it mathematically to get back to raw voltage. You could also not add the scale then programmically add it later.