![AMX AXB-TMC Instruction Manual Download Page 29](http://html.mh-extra.com/html/amx/axb-tmc/axb-tmc_instruction-manual_2937419029.webp)
Programming
25
AXB-TMC/TMX+ Television Managers
System Send_Commands (Cont.)
SP
Generates a single <IR out>
function pulse. The CTON
sets pulse-length and CTOF
sets time between pulses.
Syntax:
"'SP',<IR out>'"
Variable:
<IR out> = 1 through 127. (See IR functions table on page 20 for standard IR
functions.)
Example:
SEND_COMMAND AXBTMX,"'SP',25"
Pulses IR code 25 which decreases the volume level on the equipment con-
nected to the AXB-TMC/TMX+.
XCHM
Sets the IR output format on
the channel specified with the
XCH command.
Syntax:
'XCHM-<Channel mode>'
Variables:
<Channel mode> = Mode 0 through 3:
Mode 0: [x][x]<x><enter> (default)
Mode 1: <x><x><x><enter>
Mode 2: <x><x><x>
Mode 3: [[100][100]….]<x><x>
Example:
SEND_COMMAND AXBTMX,'XCH
3'
Sets the XCH <Channel> extended channel command to mode 3. Refer to the
XCH command for additional programming examples.
XCH
Transmit the IR code in the
format set with the XCHM
mode command.
Syntax:
'XCH <Channel>'
Variables:
<Channel> = 0 through 999
Mode 0 (default) Example:
SEND_COMMAND AXBTMX,'XCH 3'
Transmits the IR code as 3 enter.
SEND_COMMAND AXBTMX,'XCH 34'
Transmits the IR code as 3 4 enter.
SEND_COMMAND AXBTMX,'XCH 343'
Transmits the IR code as 3 4 3 enter.
Mode 2 Example:
SEND_COMMAND AXBTMX,'XCH 3'
Transmits the IR code as 0 0 3.
SEND_COMMAND AXBTMX,'XCH 34'
Transmits the IR code as 0 3 4.
SEND_COMMAND AXBTMX,'XCH 343'
Transmits the IR code as 3 4 3.
Mode 3 Example:
SEND_COMMAND AXBTMX,'XCH 3'
Transmits the IR code as 0 3.
SEND_COMMAND AXBTMX,'XCH 34'
Transmits the IR code as 3 4.
SEND_COMMAND AXBTMX,'XCH 343'
Transmits the IR code as 100 100 100 4 3.