Product specifications

Instrumentation Laboratory Exercise 45
This DAQ has 16- bit resolution, but the data is read in 8- bit bytes.
The data in the array RAW is read as two bytes with the Least
Significant Byte (LSB) first, and the Most Significant Byte (MSB)
second. This byte order needs to be reversed. Additionally the data
has been converted to the twos complement sign format. To convert
the array back into a usable form you can perform a byte swapping
procedure, and simultaneously remove the twos complement offset. To
do this, create the following formula box. The RAW array is wired
into the left side, and the output at the right side is the array
converted to volts: