
Programming
8
NetLinx Integrated Controller (No Master) - Operation Reference Guide
IR / Serial Ports (8 - 15) Channels
IR/Serial Send_Commands
The following IR and IR/Serial Send_Commands generate control signals for external equipment.
RS-232/422/485 SEND_STRING Escape Sequences (Cont.)
27,20,0
Sets the RTS hardware handshaking output to Low/Inactive.
Syntax:
SEND_STRING <DEV>,"27,20,0"
Example:
SEND_STRING RS232_1,"27,20,0"
Sets the RTS hardware handshaking output to Low on the RS232_1 device.
27,20,1
Sets the RTS hardware handshaking output to High/Active.
Syntax:
SEND_STRING <DEV>,"27,20,1"
Example:
SEND_STRING RS232_1,"27,20,1"
Sets the RTS hardware handshaking output to High on the RS232_1 device.
IR / Serial Ports Channels
00001 - 00229 IR commands.
00229 - 00253 May be used for system call feedback.
00254
Power Fail. (Used with the 'PON' and 'POF' commands).
00255
Power status. (Shadows I/O Link channel status).
00256 - 65000 IR commands.
IR/Serial Send_Commands
CAROFF
Disables the carrier signal until a CARON command is received.
Syntax:
SEND_COMMAND <DEV>,'CAROFF'
Example:
SEND_COMMAND IR_1,'CAROFF'
Stops transmitting IR carrier signals to the IR_1 port.
CARON
Enables carrier signals (default setting).
Syntax:
SEND_COMMAND <DEV>,'CARON'
Example:
SEND_COMMAND IR_1,'CARON'
Starts transmitting IR carrier signals to the IR_1 port.