Programming Information
Send_Commands
Use the Send_Commands listed in the following table to program the Axcess Central Controller and television controller.
The device number range for the television controller is 1 through 255.
Refer to the Axcess Programming Language instruction manual for additional programming information.
Send_Commands
CARON | Enables an IR carrier signal after receiving a 'CARON' command. |
| Example: |
| SEND_COMMAND 1,'CARON' |
| Enables the carrier signal for device 1. |
|
|
CAROFF | Disables an IR carrier signal from responding until a 'CARON' command |
| is received. Use this command to control television controllers via serial |
| communication. |
| Example: |
| SEND_COMMAND 255,'CAROFF' |
| Disables the carrier signal for device 255. |
|
|
'CH',<Channel> | Generates IR digit pulses to select a television channel number. Chan- |
| nels |
| dredth digit pulses as 127. If IR function 21 (enter) exists, it follows the |
| IR digit pulses. |
| Variable: |
| <Channel> = |
| Example: |
| SEND_COMMAND 2,"'CH',25" |
| Sets the television connected to device 2 to channel 25. |
|
|
'CTOF',<Time> | Sets the single IR pulses off time between channel digits and IR func- |
| tions. Time is stored in permanent memory. The channel digit off time is |
| set with the 'CH' command and the single pulse off time is set with the |
| 'SP' command. |
| Variable: |
| <Time> = |
| Example: |
| SEND_COMMAND 3,"'CTOF',10" |
| Sets the |
|
|
?CTOF | Sends the current |
| Set the <Time> value in .10 second increments. |
| Example: |
| SEND_COMMAND 35,'?CTOF' |
| Sends the current |
|
|
'CTON',<Time> | Sets the IR pulse (single) |
| tions. Time is stored in permanent memory. System default is 5 (.5 sec- |
| ond). The channel digit on time is set with the 'CH' command and the |
| single pulse on time is set with the 'SP' command. |
| Variable: |
| <Time> = |
| Example: |
| SEND_COMMAND 92,"'CTON',20" |
| Sets the |
|
|
17 | |
|
|