01-04-2011 08:49 AM
Hi All,
I am making some modifications to the strain example (Cont Acq Strain Samples (with Calibration).vi) to use with my PXIe-4330 Bridge cards. I am wondering if I could generate strain gage calibration information after offset nulling and shunt calibration similar to what MAX does when you set up a DAQmx task?
Thank you,
Lynniz
01-05-2011 03:48 PM
Hi Lynniz-
Here is an example program that shows you how to pull calibration data from DAQmx in LabVIEW. I hope this helps!
01-07-2011 09:44 AM
Thanks Gary, the example was really helpful. I have another question. For my application, I am doing bridge balance and shunt calibration on my channels. If I want to apply the same calibration data back to some of the channels within a new task, do I just apply the Bridge:Shunt Cal:Gain Adjustment and Bridge: Initial Bridge Voltage (DAQmx Channel Property) from the previous calibration to these new channels? Anything else I need to do? Please let me know if my questions are not clear.
Thanks in advance
Lynniz
01-10-2011 03:50 PM
Lynniz-
You have the right concept, but the property that you want to use is AI.ChannelCal.Poly.ForwardCoeff. You input an array of coefficients which you can get from the above referenced example.
I hope this helps. Have a great day!