AMX MAX-CSD10, MAX-CSE IR / Serial Ports Channels, RS-232/422/485Send_String Escape Sequences

Models: MAX-CSD10 MAX-CSE

1 116
Download 116 pages 15.94 Kb
Page 105
Image 105
IR / Serial Ports Channels

NetLinx Programming

RS-232/422/485 Send_String Escape Sequences

Command

Description

 

 

27,19,<time>

Syntax:

Insert a time delay before

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

transmitting the next

Variable:

character.

time = 1 - 255. Measured in 1 millisecond increments.

 

 

Example:

 

SEND_STRING RS232_1,"27,19,10"

 

Inserts a 10 millisecond delay before transmitting characters to the RS232_1

 

device.

 

 

27,20,0

Syntax:

Set the RTS hardware

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

handshake's output to high

Example:

(> 3V).

SEND_STRING RS232_1,"27,20,0"

 

 

Sets the RTS hardware handshake's output to high on the RS232_1 device.

 

 

27,20,1

Syntax:

Set the RTS hardware

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

handshake's output to

Example:

low/inactive (< 3V).

SEND_STRING RS232_1,"27,20,1"

 

 

Sets the RTS hardware handshake's output to low on the RS232_1 device.

 

 

IR / Serial Ports Channels

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).

 

 

MAX-CSE/MAX-CSD10 Operation/Reference Guide

99

 

 

Page 105
Image 105
AMX MAX-CSD10, MAX-CSE manual IR / Serial Ports Channels, RS-232/422/485Send_String Escape Sequences, NetLinx Programming