AMX AXB-TM5 User Manual

Page 16

Advertising
background image

Programming

12

AXB-TM5 Television Manager

System Send_Commands (Cont.)

Command

Description

'?DE'

Sends the current television power sensor (CC-XPS) delay time string
’DE,<Time>’ to the AXC-EM. Set the <Time> value in .10 second
increments.

Example:

SEND_COMMAND AXBTMX,'?DE'

The AXB-TM5 sends the current television power sensor delay time to
the control system in the ’DE <Time>’ format.

'DK'

Deletes all direct connections set with the ’DC’ command.

Example:

SEND_COMMAND AXBTMX,'DK'

'PIF'

Disables the ’PIN’ command.

Example:

SEND_COMMAND AXBTMX,'PIF'

'PIN'

Turns on function that will OR together I/O 1 and frequency sensor to
determine actual TV status. I/O 2 will follow ’PON’ and ’POF’
commands. The status of this function is stored in permanent memory
until changed.

Example:

SEND_COMMAND AXBTMX,'PIN'

'POD'

Disables the current ’PON’ (power On) or ’POF’ (power Off) command
settings. Channel 255 changes are enabled.

Example:

SEND_COMMAND AXBTMX,'POD'

'POF'

Sends IR function 28 (if available) to turn device power off. After three
attempts, if the CC-XPS (power sensor) still detects a power-on sta-
tus, the television controller starts processing stored buffer com-
mands. Then, if another IR function 28 fails to turn the television's
power off, the television controller sends a ’PUSH’ and ’RELEASE’ to
channel 248 and generates a power failure error. If the device is
turned on manually, this command turns television power off unless
the television controller receives a ’PON’ (power On) or ’POD’ (disable
’POF’) command.

Example:

SEND_COMMAND AXBTMX,'POF'

'PON'

Sends IR function 27 (if available) to turn device power on. After three
attempts, if the power sensor (CC-XPS) still detects a power-off sta-
tus, the television controller starts processing stored buffer com-
mands. Then, if another IR function 27 fails to turn the television's
power on, the television controller sends a ’PUSH’ and ’RELEASE’ to
channel 248 and generates a power failure error. If the device is
turned off manually, this command turns television power on unless
the television controller receives a 'POF' (power Off) or 'POD' (disable
'PON' command) command.

Example:

SEND_COMMAND AXBTMX,'PON'

Advertising