Xmodem Timing Commands; Axlink Master Statements - AMX AXlink Bus Controllers AXB-232++ Instruction Manual

Amx corporation instruction manual
Hide thumbs Also See for AXlink Bus Controllers AXB-232++:
Table of Contents

Advertisement

Programming

Xmodem Timing Commands

The following table lists the AXB-232++ Xmodem timing commands. Xmodem timeouts exist to
accommodate potential Ethernet delays and for consistency among and within products. Any
Xmodem timing command will change timing and retries for Axcess code download as well as
Softrom transfer.
Xmodem Timing Commands
Command
'TIMEOUT XX'
SEND_COMMAND
SERIAL, 'XMTO XX'
'RETRY XX'
SEND_COMMAND
SERIAL, 'XMRT XX'

AXlink Master Statements

The following table lists the AXlink Master statements for the AXB-232++.
AXlink Master Statements
Statement
MIN_TO
ON[AXB_232,
channel]
OFF[AXB_232,
channel]
PULSE
SEND_COMMAND
AXB_232,command
SEND_LEVEL
AXB_232,level,
variable
SEND_STRING
AXB_232,string
TO
14
Description
Xmodem timeouts via the Program Port. (Default is 10 sec.)
Over AXlink, where
XX
is from one to 50 seconds in 1-second increments.
Xmodem retries via the Program Port. (Default is 5.)
Over AXlink where
XX
is from one to 10 in increments of one.
Function
Activates a channel or variable for a minimum amount of time-even if the corre-
sponding device-channel is released. The time duration is determined by
SET_PULSE_TIME.
Executes PUSH[0,channel] within AXB-232++.
Executes RELEASE[0,channel] within AXB-232++.
Turns on a channel or variable for a certain amount of time. Once the time
elapses, the channel or variable is turned off. The Pulse time remains the same
value until it is changed within the program.
Example:
SET_PULSE_TIME(12)
Sets the current duration of future Pulses to 1.2 seconds.
AXB-232++ interprets command.
Places the variable into the CREATE_LEVEL variable, if it were defined in the
AXB-232++ DEFINE_START section.
Places the string into the CREATE_BUFFER buffer, if you defined the buffer in
the AXB-232++ DEFINE_START section. If it were not, this command trans-
mits the string out the RS-232 port.
Activates a channel or variable for as long as the corresponding
device-channel of its Push statement is activated. When the device-channel
referenced by the Push statement changes from off to on, the TO starts activat-
ing the device-channel or variable in the brackets following it. When the
device-channel of its Push is released, the TO statement stops activating its
device-channel or variable. For this reason, TO must be found only underneath
a Push statement.
AXB-232++ RS-232/422/485 Interface

Advertisement

Table of Contents
loading

This manual is also suitable for:

Axb-232 plus plus

Table of Contents