Measurement Computing ADAC-LVi User Manual
Page 56

Chapter 2 Advanced Analog Input VIs
ADAC LabVIEW VI
50
$'$& $, %XIIHU 5HDG FRQW
Output Units (scaled:0) Output Units specifies whether the VI returns unscaled binary
data or scaled voltage data.
0:Scaled Return scaled voltage data only (default setting). The binary data array appears
empty.
1:Binary Return binary data only. The scaled data array appears empty.
2:Scaled & Binary Returns both scaled and binary data.
The VI executes faster if you select binary data only, because the VI does not perform
scaling.
error in (no error) Error in describes error conditions occurring before this VI executes.
This cluster defaults to no error.
Device Handle out Device Handle out contains the value of Device Handle in.
Scaled Data Scaled Data is a one-dimensional array containing analog input data in
Volts. The data appears in successive array elements, where each element contains the
data for a single channel.
Binary Data Binary Data is a one-dimensional array containing analog input data in raw
data. The data appears in successive array elements, where each element contains the
data for a single channel.
error out Error out contains error information. If the error in cluster indicated an error,
the error out cluster contains the same information. Otherwise, error out describes the
error status of this VI.