06-04-2008 04:03 AM
06-05-2008 02:22 PM
Hi Surender,
You can of course perform a software calibration in your VC++ code. This would probably be the easiest. (You could offset the incoming data, apply a gain, or both.)
As far as doing this outside of your code and accessing the scaled changes, that is a bit harder. You can make scale changes in the Measurement and Automation Exporer (MAX), but these changes are stored in a configuration file associated with MAX (in the *.iak file). In order to get those scales to the FieldPoint, you would need to use LabVIEW or LabWindows/CVI. These are the two programs that can use the NI FieldPoint driver and transfer that configuration file from MAX to the FieldPoint.
I hope this helps,
Kevin S.
Applications Engineer
National Instruments
06-05-2008 02:29 PM