06-05-2008 10:48 AM
06-05-2008 12:21 PM
Starting with NI-RIO 2.4 the default data type on analog modules is the new fixed point data type. When you use the fixed point data type, the module will return calibrated values. That is, you don't need to use the binary to nominal conversion vis anymore.
If you want to use the binary to nominal conversion vi's then you can change the settings on your module to return binary values. The examples you are looking at will then work. To change these settings, right click on the module in the project and change the "Calibration Mode" from "Calibrated" to "Raw".
However, the fixed point data type IMHO is much nicer thant the raw non calibrated values.