08-11-2009 01:25 PM
How do we enable shunt calibration with scan mode on the 9236 Quarter Bridge strain guage module
We are very excited about the release of Labview 2009 and RIO 3.2 because now most of the cRIO modules support scan mode.
We would like to use the scan mode interface with the 9236 Quarter Bridge Strain Guage module but we need to be able to access the Shunt Calibration functionality. With the FPGA interface you acquire a set of data. Then you enable shunt calibration and acquire a second set of data. Then you compare the two to come up with a scalar using some equations. This eliminates lead resistances in your calculations, which can be less than ignorable under some circumstances.
Thanks
Solved! Go to Solution.
08-11-2009 02:05 PM
rex1030,
Shunt calibration can be accessed using a property node. The operation will be the same, you still need to acquire two sets of data and compute the scalar.
You can obtain the necessary reference by dragging the module to the block diagram from the project. Please see http://zone.ni.com/devzone/cda/tut/p/id/9351 for more information on programmatic configuration.
Let me know if you have any other questions.
Sebastian
08-11-2009 02:32 PM
08-11-2009 02:45 PM