Specifications
NetLinx Send Commands
47
ICSLan Device Control Boxes
NetLinx Send Commands (Cont.)
Command Description EXB Modules
SET MODE Sets an IR port to either IR, Serial or Data mode.
Syntax:
SET MODE <mode>
Variable:
mode =
• IR (standard IR output with carrier),
• SERIAL (IR without carrier and waveform inverted)
• DATA (1-way serial/TTL)
Example:
SEND_COMMAND IR_1,"'SET MODE IR'"
Sets the IR_1 port to IR mode for IR control.
• EXB-IRS4
• EXB-MP1
SET_NDX_DESC Set Friendly name and location for NDP.
Syntax:
SET_NDX_DESC-friendly name:location
Max of 25 characters for friendly name and max of 25 characters for
location. If more than 25 characters are sent for either friendly name or
location, they will be truncated to a max of 25 characters.
Neither the friendly name nor the location should contain a “:”
character, as that is used as a delimiter.
Note: This command requires a reboot to enable new settings.
All EXB
Modules
SET OFF DELAY Sets the delay between the time the input senses a transition to the
OFF state and when the corresponding channel is turned off.
• The delay resets every time the channel senses the ON state.
• Time can be from 1 millisecond to 60 minutes, units in milliseconds.
• 0 = disabled (default).
Syntax:
SET OFF DELAY <chan>,<time>
Example:
SEND_COMMAND DEVICE_1,'SET OFF DELAY 1,100'
Sets the OFF delay on Channel 1 to 1 second on DEVICE_1.
• EXB-I/O8
• EXB-MP1
SET ON DELAY Sets the delay between the time the input senses a transition to the
ON state and when the corresponding channel is turned on.
• The delay resets every time the channel senses the OFF state.
• Time can be from 1 millisecond to 60 minutes, units in milliseconds.
• 0 = disabled (default).
Syntax:
SET ON DELAY <chan>,<time>
Example:
SEND_COMMAND DEVICE_1,'SET ON DELAY 1,100'
Sets the ON delay on Channel 1 to 1 second on DEVICE_1.
• EXB-I/O8
• EXB-MP1