"LabVIEW_NativeTCP_UE9"
LabJack UE9 Native TCP LabVIEW VIs
support@labjack.com

10/15/2009

These VIs demonstrate 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.

Windows users will normally use the UD driver, rather than these native VIs.

Place the VIs in your desired location.  Delete any previous VIs first.
We recommend not having more than one copy of the VIs,and not changing
these VIs.  Make a copy in a different directory if, for instance, you wish to
modify one of the example VIs.

The root directory contains a few examples that demonstrate basic
functionality.

The \DiscoveryUDP\ directory contains a VI called DiscoveryUDP that
can be run to execute an Ethernet search.

The \Stream\ directory contains examples that demonstrate analog
input streaming.

The \Utility Functions\ directory contains VIs that encapsulate some useful
functions.  These will often be placed in a user's VI, but require
an initial call to open a LabJack.

The \Low Level Functions\ directory contains basic calls to functions
described in the UE9 User's Guide available from labjack.com.  These VIs
have a "Comm Settings" control that allows them to be run as sub-vis or
stand-alone.

The \NativeUDP\ directory contains basic UDP calls to functions
described in the UE9 User's Guide available from labjack.com.  As of Comm
firmware V1.30, UDP can be used for all commands besides streaming.
