Format of the Calibration Constants
Each value is stored in 64-bit fixed point format (signed 32.32 little endian, 2's complement). Following are some examples of
fixed point arrays and the associated floating point double values.
{0,0,0,0,255,255,255,255}
{205,204,204,204,255,255,255,255}
{102,102,102,38,42,1,0,0}
6 - Low-level Native Examples
The examples below are useful to those who do not use the UD library/driver.
There are native examples for C, LabVIEW, and PocketPC, because these are places where the UD driver might not be easy-to-
use/load. Most other languages can work with the driver, so low-level is not necessary.
The Modbus TCP example is useful to people who prefer to use Modbus registers instead of the UD functions. The registers
behave as second option for direct communication with the UE9, instead of the low-level functions. A good portion of the UE9
functionality is available through Modbus registers.
UE9 LabVIEW Native TCP Example
These VIs make use of the native TCP capability of LabVIEW. They do not require any special LabJack drivers, and thus should
work on any LabVIEW platform that supports TCP. We have tested them on Windows, and customers have tested them on Linux.
Please let us know of any feedback for other operating systems supported by LabVIEW (Mac, Pocket PC, Palm). Also includes
UDP VIs. Refer to the "readme.txt" file in the zip for more information. Simply extract the folder to the desired location. Delete any
previous VIs first. LabVIEW 6.0 or higher. Oct 20, 2009.
LabVIEW Native TCP Example
File attachment: