Specifications
NetLinx Send Commands
40
ICSLan Device Control Boxes
NetLinx Send Commands (Cont.)
Command Description EXB Modules
CTSPSH Enable Pushes, Releases, and status information to be reported via
channel 255 using the CTS hardware handshake input.
Note: If Clear To Send (CTS) is high, the channel is ON.
Syntax:
CTSPSH
Example:
SEND_COMMAND RS232_1,"'CTSPSH'"
Sets the RS232_1 port to detect changes on the CTS input.
Note: Channel 255 (on each port) reflects the state of the CTS input if
a 'CTSPSH' command was sent to the port.
• EXB-COM2
• EXB-MP1
CTSPSH OFF Disable Pushes, Releases, and Status information to be reported via
channel 255.
• Turns CTSPSH Off.
Note: If Clear To Send (CTS) is high, the channel is ON.
Syntax:
CTSPSH OFF
Example:
SEND_COMMAND RS232_1,"'CTSPSH OFF'"
Turns off CTSPSH for the specified device.
Disables the RS232_1 port to detect changes on the CTS input.
Note: Channel 255 (on each port) reflects the state of the CTS input if
a 'CTSPSH' command was sent to the port.
• EXB-COM2
• EXB-MP1
ESCSEQOFF Disables SEND_STRING escape sequences (see the SEND_STRING
Escape Sequences section on page 51).
• EXB-COM2
• EXB-MP1
ESCSEQON Enables SEND_STRING escape sequences (see the SEND_STRING
Escape Sequences section on page 51).
• EXB-COM2
• EXB-MP1
GET BAUD Get the RS-232/422/485 port’s current communication parameters.
The port sends the parameters to the device that requested the
information.
Syntax:
GET BAUD
Example:
SEND_COMMAND RS232_1,"'GET BAUD'"
The port responds with:
<port #>,<baud>,<parity>,<data>,<stop> 485
<ENABLED|DISABLED>
• EXB-COM2
• EXB-IRS4
• EXB-MP1
GET DBT Returns current debounce value.
Syntax:
SEND_COMMAND <DEV>,"'GET DBT'"
Example:
SEND_COMMAND DEVICE_1,"'GET DBT'"
Returns current debounce value for DEVICE_1.
• EXB-I/O8
• EXB-MP1