![]() |
|
|
Introduction
This example shows how to acquire raw data (I16 format) and convert it back to a scaled voltage value using two different methods in DAQmx. The first method is manually scaling the voltage by using the equation "Voltage Reading = (binary reading/2^bit)*(Vmax-Vmin)". The second method uses the DAQmx Channel property node: AI Device Scaling Coefficients to convert the binary data to scaled voltage. I would recommend to check out this article to learn more about scaling binary values: http://digital.ni.com/public.nsf/allkb/0FAD8D1DC10142FB482570DE00334AFB?OpenDocu ment.
There are no comments on this document