AMX AXB-TM5 User Manual

Page 15

Advertising
background image

Programming

11

AXB-TM5 Television Manager

System Send_Commands (Cont.)

Command

Description

'CTON',<Time>

Sends the current on-time pulse string CTON,<Time> to the control
system.

Syntax:

"'CTON',<Time>"

Variables:

Time = 0 through 255 in tenths of a second

Time is stored in permanent memory. System default is 5 (.5 second).

Example:

SEND_COMMAND AXBTMX,"'CTON',20"

Sets the pulse length to 2 seconds on the AXB-TM5.

'?CTON'

Sends the current off-time pulse string ’CTOF,<Time>’ to the Control
system. The <Time> value is returned in .10 second increments.

Example:

SEND_COMMAND AXBTMX,'?CTON'

Sends the current on-time pulse string from the AXB-TM5 to the
control system in the ’CTON <Time>’ format.

'DC',<IR in>,<IR out>

Sets a direct connection so the ’IR out’ (IR function) data transmits
while the ’IR in’ code is received.

Syntax:

"'DC',<IR in>,<IR out>"

Variables:

IR in = custom IR functions assigned to hand-held IR transmitting
device

IR out = IR functions

The PUSH and RELEASE for the ’IR in’ code is not sent to the
AXC-EM. The maximum number of direct connections is 16.

Example:

SEND_COMMAND AXBTMX,"'DC',145,24"

Connects IR-in 145 to IR-out 24 and increases the volume level on the
equipment connected to the AXB-TM5.

'DE',<Time>

Set the delay time in .10 second increments for the television power
sensor (CC-XPS or PCS) to stabilize before sensing for a status
change.

Syntax:

"'DE',<Time>"

Variables:

Time = 0 through 255

System default time is 10 (1 second).

Example:

SEND_COMMAND AXBTMX,"'DE',10"

Sets the delay time to 1 second for the CC-XPS or PCS connected to
the AXB-TM5.

Advertising