Specifications

NetLinx Send Commands
46
ICSLan Device Control Boxes
NetLinx Send Commands (Cont.)
Command Description EXB Modules
SET DBT Set Debounce Mode in 10ms increments.
This setting applies to all channels of the specified port.
Range = 1 (10 ms) to 1000 (10 sec)
Default = 30
Syntax:
SET DBT <time>
Example:
SEND_COMMAND DEVICE_1,'SET DBT 20'
Sets Debounce Mode to 20ms on DEVICE_1.
Note: This value is not saved in Non-Volatile memory, and is reset to
default (30) at power-up.
EXB-I/O8
EXB-IRS4
EXB-MP1
SET DBTF Set Debounce Mode in 2ms increments (set to last "DBT" or "DBTF"
received).
This setting applies to all channels of the specified port.
Range = 1 (2 ms) to 1000 (2 sec)
Syntax:
SET DBTF <time>
Example:
SEND_COMMAND DEVICE_1,'SET DBTF 12'
Sets Debounce Mode to 12ms on DEVICE_1.
EXB-I/O8
EXB-IRS4
EXB-MP1
SET INPUT Sets 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 output for that
channel.
Syntax:
SET INPUT <Channel> <State>
Variable:
State = LOW or HIGH
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.
EXB-I/O8
EXB-MP1
SET INPUT LINK Sets an IR device to link to an input channel for use with 'PON'
(page 43), 'POF' (page 44) and ’POD’ (page 42) commands.
The input channel is used for power sensing (via a PCS).
Syntax:
SET INPUT LINK
See the Input Linking section on page 27 for details.
Note: “SET INPUT LINK” is aliased as “SET IO LINK”.
EXB-IRS4
SET IO LINK Link an IR or Serial port to a selected I/O channel for use with the
'POD' (page 42), 'PON' (page 43), and 'POF' (page 44) commands.
The I/O status is automatically reported on channel 255 on the IR
port. The I/O channel is used for power sensing (via a PCS or VSS).
Note: This command is included for older programs only. The Input
port is not an I/O. No output functions are available.’SET IO LINK’
applies the same configuration as the ’SET INPUT LINK’ command.
Syntax:
SET IO LINK
See the Input Linking section on page 27 for details.
EXB-IRS4