| Programming | |
|
|
|
Send Commands (Cont.) |
|
|
|
|
|
Command | Description |
|
|
|
|
"'SP',code" | Transmit IR code pulses. Pulse time is set by the CTON and CTOF com- |
|
| mands. |
|
| Variable: |
|
| code = |
|
| Example: |
|
| SEND_COMMAND 1,"'SP',2" |
|
| Transmits a pulse out for command number 2 to device 1. |
|
|
|
|
XCHM | Syntax: |
|
Changes the IR output pattern for | SEND_COMMAND |
|
the XCH command. | Variable: |
|
|
| |
| Mode = |
|
| Example: |
|
| SEND_COMMAND IR_1,'XCH 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 |
|
| SEND_COMMAND IR_1, 'XCH 34' |
|
| Transmits the IR code as |
|
| SEND_COMMAND IR_1, 'XCH 343' |
|
| Transmits the IR code as |
|
| Mode 1 Example: <x> <x> <x> <enter> |
|
| SEND_COMMAND IR_1, 'XCH 3' |
|
| Transmits the IR code as |
|
| SEND_COMMAND IR_1, 'XCH 34' |
|
| Transmits the IR code as |
|
| SEND_COMMAND IR_1, 'XCH 343' |
|
| Transmits the IR code as |
|
| Mode 2 Example: <x> <x> <x> |
|
| SEND_COMMAND IR_1, 'XCH 3' |
|
| Transmits the IR code as |
|
| SEND_COMMAND IR_1, 'XCH 34' |
|
| Transmits the IR code as |
|
| SEND_COMMAND IR_1, 'XCH 343' |
|
| Transmits the IR code as |
|
| Mode 3 Example: [[100][100]…] <x> <x> |
|
| SEND_COMMAND IR_1, 'XCH 3' |
|
| Transmits the IR code as |
|
| SEND_COMMAND IR_1, 'XCH 34' |
|
| Transmits the IR code as |
|
| SEND_COMMAND IR_1, 'XCH 343' |
|
| Transmits the IR code as |
|
|
|
|
13 |
| |
|
|
|