Adac digital output, Adac digital bits test – Measurement Computing ADAC-LVi User Manual
Page 144

Chapter 2 Digital I/O Library
ADAC LabVIEW VI
138
ADAC Digital Output
This VI immediately sends the specified OutputData to a digital output port.
Device Handle (0) Device Handle is a numeric value that is used to identify the device
subsystem. The default Device Handle is 0.
OutputData (0) OutputData is a binary value that specifies the output data to be sent to
the port.
MaskBits (b11111111) MaskBits is a binary value that selects the operation bits. All bits
set to one(1) in the MaskBits will acted upon. Unselected MaskBits will not change state.
The default value is binary 11111111.
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.
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.
ADAC Digital Bits Test
This VI immediately tests a digital input port for a TRUE or FALSE match condition
specified in the TestBits parameter.