Programming

System Send_Commands (Cont.)

Command

Description

 

 

XCHM

Syntax:

Changes the IR output pattern for the

SEND_COMMAND <DEV>,'XCH-<Mode>'

XCH command.

Variable:

 

 

Mode = 0-3

 

Example:

 

SEND_COMMAND AXBTMX,'XCH 3'

 

Sets the device's extended channel command to mode 3.

 

Mode 0 Example (default): [x] [x] <x> <enter>

 

SEND_COMMAND IR_1, 'XCH 3'

 

Transmits the IR code as 3-enter.

 

SEND_COMMAND IR_1, 'XCH 34'

 

Transmits the IR code as 3-4-enter.

 

SEND_COMMAND IR_1, 'XCH 343'

 

Transmits the IR code as 3-4-3-enter.

 

Mode 1 Example: <x> <x> <x> <enter>

 

SEND_COMMAND IR_1, 'XCH 3'

 

Transmits the IR code as 0-0-3-enter.

 

SEND_COMMAND IR_1, 'XCH 34'

 

Transmits the IR code as 0-3-4-enter.

 

SEND_COMMAND IR_1, 'XCH 343'

 

Transmits the IR code as 3-4-3-enter.

 

Mode 2 Example: <x> <x> <x>

 

SEND_COMMAND IR_1, 'XCH 3'

 

Transmits the IR code as 0-0-3.

 

SEND_COMMAND IR_1, 'XCH 34'

 

Transmits the IR code as 0-3-4.

 

SEND_COMMAND IR_1, 'XCH 343'

 

Transmits the IR code as 3-4-3.

 

Mode 3 Example: [[100][100]…] <x> <x>

 

SEND_COMMAND IR_1, 'XCH 3'

 

Transmits the IR code as 0-3.

 

SEND_COMMAND IR_1, 'XCH 34'

 

Transmits the IR code as 3-4.

 

SEND_COMMAND IR_1, 'XCH 343'

 

Transmits the IR code as 100-100-100-4-3.

 

 

AXB-TM5 Television Manager

15

 

 

 

 

Page 19
Image 19
AMX AXB-TM5 instruction manual Sendcommand DEV,XCH-Mode, Sendcommand AXBTMX,XCH, Sendcommand IR1, XCH, Xchm