AMX MAX-CSE manual RS232/422/485 Ports Channels, RS-232/422/485Send_String Escape Sequences Port

Models: MAX-CSD10 MAX-CSE

1 116
Download 116 pages 15.94 Kb
Page 104
Image 104
RS232/422/485 Ports Channels

NetLinx Programming

RS-232/422/485 Send_Commands (Cont.)

Command

Description

 

 

XON

Syntax:

Enable software

SEND_COMMAND <DEV>,"'XON'"

handshaking.

Example:

 

 

SEND_COMMAND RS232_1,"'XON'"

 

Enables software handshaking on the RS232_1 device.

 

 

RS232/422/485 Ports Channels

RS232/422/485 ports are Port 2 on the MAX-CSE.

RS232/422/485 Ports Channels

255 - CTS push channel

Reflects the state of the CTS input if a 'CTSPSH' command was sent to the port.

RS-232/422/485 Send_String Escape Sequences (Port 2)

This device also has some special SEND_STRING escape sequences:

If any of the 3 character combinations below are found anywhere within a SEND_STRING program instruction, they will be treated as a command and not the literal characters.

In these examples: <DEV> = device.

RS-232/422/485 Send_String Escape Sequences

Command

Description

 

 

27,17,<time>

Syntax:

Send a break character for a

SEND_STRING <DEV>,"27,17,<time>"

specified duration to a

Variable:

specific device.

time = 1 - 255. Measured in 100 microsecond increments.

 

 

Example:

 

SEND_STRING RS232_1,"27,17,10"

 

Sends a break character of 1 millisecond to the RS232_1 device.

 

 

27,18,0

Used in conjunction with the 'B9MON' command.

Clear the ninth data bit by

Syntax:

setting it to 0 on all character

SEND_STRING <DEV>,"27,18,0"

transmissions.

Example:

 

 

SEND_STRING RS232_1,"27,18,0"

 

Sets the RS232_1 device's ninth data bit to 0 on all character transmissions.

 

 

27,18,1

Used in conjunction with the 'B9MON' command.

Set the ninth data bit to 1 for

Syntax:

all subsequent characters to

SEND_STRING <DEV>,"27,18,1"

be transmitted.

Example:

 

 

SEND_STRING RS232_1,"27,18,1"

 

Sets the RS232_1 device's ninth data bit to 1 on all character transmissions.

 

 

98

MAX-CSE/MAX-CSD10 Operation/Reference Guide

Page 104
Image 104
AMX MAX-CSE, MAX-CSD10 RS232/422/485 Ports Channels, RS-232/422/485Send_String Escape Sequences Port, NetLinx Programming