AMX AXB-TM5 User Manual
Page 15

Programming
11
AXB-TM5 Television Manager
System Send_Commands (Cont.)
Command
Description
'CTON',
Sends the current on-time pulse string CTON,
Syntax:
"'CTON',
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,
Example:
SEND_COMMAND AXBTMX,'?CTON'
Sends the current on-time pulse string from the AXB-TM5 to the
control system in the ’CTON
'DC',
Sets a direct connection so the ’IR out’ (IR function) data transmits
while the ’IR in’ code is received.
Syntax:
"'DC',
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',
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',
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.