Programming
System Send_Commands (Cont.)
Command | Description |
|
|
'?DE' | Sends the current television power sensor |
| ’DE,<Time>’ to the |
| increments. |
| Example: |
| SEND_COMMAND AXBTMX,'?DE' |
| The |
| the control system in the ’DE <Time>’ format. |
|
|
'DK' | Deletes all direct connections set with the ’DC’ command. |
| Example: |
| SEND_COMMAND AXBTMX,'DK' |
|
|
'PIF' | Disables the ’PIN’ command. |
| Example: |
| SEND_COMMAND AXBTMX,'PIF' |
|
|
'PIN' | Turns on function that will OR together I/O 1 and frequency sensor to |
| determine actual TV status. I/O 2 will follow ’PON’ and ’POF’ |
| commands. The status of this function is stored in permanent memory |
| until changed. |
| Example: |
| SEND_COMMAND AXBTMX,'PIN' |
|
|
'POD' | Disables the current ’PON’ (power On) or ’POF’ (power Off) command |
| settings. Channel 255 changes are enabled. |
| Example: |
| SEND_COMMAND AXBTMX,'POD' |
|
|
'POF' | Sends IR function 28 (if available) to turn device power off. After three |
| attempts, if the |
| tus, the television controller starts processing stored buffer com- |
| mands. Then, if another IR function 28 fails to turn the television's |
| power off, the television controller sends a ’PUSH’ and ’RELEASE’ to |
| channel 248 and generates a power failure error. If the device is |
| turned on manually, this command turns television power off unless |
| the television controller receives a ’PON’ (power On) or ’POD’ (disable |
| ’POF’) command. |
| Example: |
| SEND_COMMAND AXBTMX,'POF' |
|
|
'PON' | Sends IR function 27 (if available) to turn device power on. After three |
| attempts, if the power sensor |
| tus, the television controller starts processing stored buffer com- |
| mands. Then, if another IR function 27 fails to turn the television's |
| power on, the television controller sends a ’PUSH’ and ’RELEASE’ to |
| channel 248 and generates a power failure error. If the device is |
| turned off manually, this command turns television power on unless |
| the television controller receives a 'POF' (power Off) or 'POD' (disable |
| 'PON' command) command. |
| Example: |
| SEND_COMMAND AXBTMX,'PON' |
|
|
| 12 | |
|
|
|