AMX AXCENT3 AND AXCENT3 PRO INTEGRATED AXCESS SYSTEM Instruction Manual page 14

Integrated axcess controllers
Hide thumbs Also See for AXCENT3 AND AXCENT3 PRO INTEGRATED AXCESS SYSTEM:
Table of Contents

Advertisement

Axcess Programming
Send_Commands for RS-232/422/485 Mode (Cont.)
CTSPSH
Enables Pushes,
Releases, and sta-
tus information to
send to the Program
via channel 255.
DE
Sets the minimum
delay time before
controller detects/
responds to a con-
tact closure and per-
forms a programmed
operation.
Set Baud
Set the RS-232/422/
485 port's communi-
cation parameters.
Get Baud
Gets the RS-232/
422/485 port's cur-
rent communication
parameters.
'HSOFF'
'HSON'
'RXCLR'
'RXOFF'
'RXON'
'TXCLR'
'XOFF'
'XON'
10
Syntax:
'CTSPSH'
Example:
SEND_COMMAND RS232_1,'CTSPSH'
Sets the RS232_1 port to detect changes on the CTS input.
A contact closure is sometimes called a debouncing circuit.
Syntax:
"'DE',<Delay>"
Variables:
<Delay> = 0 - 255 in tenths of a second
Example:
SEND_COMMAND IR_1,"'DE', 20"
Sets the IR_1 port's minimum linked input stabilization time to 2 seconds.
Syntax:
'SET BAUD (Baud),(Parity),(Data),(Stop),[485(DISABLE/
ENABLE)]'
Variables:
Baud = 300, 600, 1200, 2400, 4800, 9600, 19200, 38400 or AUTO
Parity = N (none), O (odd), E (even), M (mark), S (space)
Data = 7 or 8 data bits
Stop = 1 or 2 stop bits
Disable = disables RS-485 mode, and enables RS-422
Enable = enables RS-485 mode, and disables RS-422
Example:
SEND_COMMAND RS232_1,'SET BAUD 9600,N,8,1,485 ENABLE'
Sets the RS232_1 port's communication parameters to 9,600 baud, no parity, 8 data
bits, 1 stop bit, and enables RS-485 mode.
The port sends the data through the master's PROGRAM port.
Syntax:
'GET BAUD'
Example:
SEND_COMMAND RS232_1,'GET BAUD'
System response example:
Device 1, 38400,N,8,1 485 DISABLED
Disables hardware handshaking (default).
Enables hardware handshaking.
Clears all characters in the receive buffer waiting to be sent to the master.
Stops transmitting received characters to the master.
Transmits received characters to the master.
The CREATE_BUFFER Axcess keyword automatically sends the RXON command to
the device.
Clears and stops all characters waiting in the transmit buffer.
Disables software handshaking (default).
Enables software handshaking.
Axcent
3
3
and Axcent
Pro Integrated Axcess Controllers

Advertisement

Table of Contents
loading

Table of Contents