11-02-2007 03:52 PM - edited 11-02-2007 03:52 PM
Message Edited by rex1030 on 11-02-2007 03:55 PM
11-05-2007 12:38 PM - last edited on 05-18-2009 11:37 AM by Support
11-05-2007 01:52 PM
11-06-2007 02:32 PM
11-06-2007 03:10 PM
11-07-2007 04:29 PM
Howdy Rex,
There are three ways to calibrate your 9237 for use in a cRIO. 1) Send it in to NI for calibration of the ADC (I realize this is not what you are asking about). 2) Calibrate the offset as seen in the 9237 Getting Started Example. 3) Use the shunt resistors to adjust the signal. Unfortunately, this calibration is left for you to code. This cannot be done in MAX like with a cDAQ. The Getting Started project gives you Volts/Volts and leaves it up to you to turn this signal into strain using a Gauge Factor and other coefficients. Also, cRIO controllers and FPGA back planes show up in MAX, not modules.
11-09-2007 11:29 AM
11-12-2007 11:10 AM
Because the NI 9237 is not directly accessible by the PC as an FPGA target, calibration is not as easy as within a cDAQ. However, the shunt calibration procedure can be added to your FPGA code by adding a step after the null offset that simply: reads analog in, enables the precision 100kOhm shunt (this is done by a simple property node), reads the analog in again and finally, your own code that compares to two values. We don’t have this readily available because we don’t know what gauge you are going to use.
11-12-2007 11:36 PM
11-13-2007 03:38 PM