DAQmx Relay Operations VIs

DAQmx - Data Acquisition VIs and Functions

DAQmx Relay Operations VIs

Owning Palette: DAQmx Switches VIs and Functions

Use the DAQmx Relay Operations VIs to configure and query switch relays.

Palette Object Description
DAQmx Switch Close Relays Closes the relays you specify. If you set wait for settling to TRUE, this VI waits only after closing all relays. If you want to wait for settling after closing each relay, use this VI multiple times to close each relay separately.
DAQmx Switch Get Relay Count Returns the number of times a relay has actuated on switches that support querying the relay count. You must wait for the switch to settle before this VI can determine an accurate relay count. Use this VI to track relay lifetime and usage. The instances of this polymorphic VI can query the count of a single relay or multiple relays.
DAQmx Switch Get Relay Position Returns the current position of the relay or relays you specify. The instances of this polymorphic VI return the position of a single relay or multiple relays.
DAQmx Switch Open Relays Opens the relays you specify. If you set wait for settling to TRUE, this VI waits only after opening all relays. If you want to wait for settling after opening each relay, use this VI multiple times to open each relay separately.