| Programming  | 
  | 
  | 
System Send_Commands (Cont.) | |
  | 
  | 
Command  | Description  | 
  | 
  | 
'CTON',<Time>  | Sends the current   | 
  | system.  | 
  | Syntax:  | 
  | "'CTON',<Time>" | 
  | Variables:  | 
  | Time = 0 through 255 in tenths of a second | 
  | Time is stored in permanent memory. System default is 5 (.5 second).  | 
  | Example:  | 
  | SEND_COMMAND AXBTMX,"'CTON',20" | 
  | Sets the pulse length to 2 seconds on the   | 
  | 
  | 
'?CTON' | Sends the current   | 
  | system. The <Time> value is returned in .10 second increments.  | 
  | Example:  | 
  | SEND_COMMAND AXBTMX,'?CTON' | 
  | Sends the current   | 
  | control system in the ’CTON <Time>’ format.  | 
  | 
  | 
'DC',<IR in>,<IR out> | Sets a direct connection so the ’IR out’ (IR function) data transmits  | 
  | while the ’IR in’ code is received.  | 
  | Syntax:  | 
  | "'DC',<IR in>,<IR out>" | 
  | Variables:  | 
  | IR in = custom IR functions assigned to   | 
  | device  | 
  | IR out = IR functions  | 
  | The PUSH and RELEASE for the ’IR in’ code is not sent to the  | 
  | |
  | Example:  | 
  | SEND_COMMAND AXBTMX,"'DC',145,24" | 
  | Connects   | 
  | equipment connected to the   | 
  | 
  | 
'DE',<Time> | Set the delay time in .10 second increments for the television power  | 
  | sensor   | 
  | change.  | 
  | Syntax:  | 
  | "'DE',<Time>"  | 
  | Variables:  | 
  | Time = 0 through 255  | 
  | System default time is 10 (1 second).  | 
  | Example:  | 
  | SEND_COMMAND AXBTMX,"'DE',10" | 
  | Sets the delay time to 1 second for the   | 
  | the   | 
  | 
  | 
11  | 
  | |
  | 
  | 
  |