Specifications
NetLinx Programming
95
NI & DVX Central Controllers - WebConsole & Programming Guide
I/O SEND_COMMANDs (Cont.)
Command Description
SET INPUT Set the input channel's active state. An active state can be high (logic high) or low (logic low or contact
closure). Channel changes, Pushes, and Releases generate reports based on their active state. Setting an
input to ACTIVE HIGH will disable the ability to use that channel as an output.
Syntax:
SEND_COMMAND <DEV>,"'SET INPUT <channel> <state>'"
Variable:
channel = Input channel 1 - 8.
state = Active state HIGH or LOW (default).
Example:
SEND_COMMAND IO,"'SET INPUT 1 HIGH'"
Sets the I/O channel to detect a high state change, and disables output on the channel.










