LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Access 9236 shunt cal with scan mode?

Solved!
Go to solution

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

 

 

---------------------------------
[will work for kudos]
0 Kudos
Message 1 of 4
(3,035 Views)

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

 

Message 2 of 4
(3,027 Views)
I dragged and dropped the module from the project explorer and got a module IO constant. How do I access the methods like shunt cal? The article isnt very clear.
---------------------------------
[will work for kudos]
0 Kudos
Message 3 of 4
(3,020 Views)
Solution
Accepted by topic author rex1030
That was easy. I just dragged and dropped the IO constant then right mouse clicked on it and all its writeable I/O properties come up. Very cool. Way too easy to be crio programming, lol.
---------------------------------
[will work for kudos]
0 Kudos
Message 4 of 4
(3,001 Views)