Programming

IR/Serial Send_Commands (Cont.)

Command

Description

 

 

XCHM

Syntax:

Changes the IR output

SEND_COMMAND <DEV>,"'XCHM <extended channel mode>'"

pattern for the 'XCH' send

Variable:

command.

extended channel mode = 0 - 4.

 

Example:

 

SEND_COMMAND IR_1,"'XCHM 3'"

 

Sets the IR_1 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.

 

Mode 4:

 

Mode 4 sends the same sequences as the 'CH' command. Only use Mode 4

 

with channels 0 - 199.

 

Mode 5 Example: <x><x><x><x><enter>

 

SEND_COMMAND IR_1,"'XCH 3'"

 

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

 

SEND_COMMAND IR_1,"'XCH 34'"

 

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

 

SEND_COMMAND IR_1,"'XCH 343'"

 

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

 

SEND_COMMAND IR_1,"'XCH 1343'"

 

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

 

 

NI-3101-SIG Signature Series NetLinx Integrated Controller

141

 

 

Page 151
Image 151
AMX NI-3101-SIG manual Xchm