
Programming
System Send_Commands
System Send_Commands are stored in the Axcess Control System and direct the 
perform various operations.
System Send_Commands
Command  | Description  | 
  | 
  | 
'CARON'  | Turns the IR carrier On (default).  | 
  | Example:  | 
  | SEND_COMMAND AXBTMX,'CARON'  | 
  | 
  | 
'CAROFF'  | Turns the IR carrier Off.  | 
  | Example:  | 
  | SEND_COMMAND AXBTMX,'CAROFF' | 
  | 
  | 
'CH',<TV Channel> | Generates IR digit pulses to select a television channel number.  | 
  | Channels   | 
  | Syntax:  | 
  | "'CH',<TV Channel>" | 
  | Variables:  | 
  | TV Channel = 0 through 199  | 
  | Channels 100 and greater, the   | 
  | IR function 21 (enter) exists, it follows the IR digit pulses. ’CTON’ sets  | 
  | the pulse length for each digit and ’CTOF’ sets the time between each  | 
  | digit or any   | 
  | Example:  | 
  | SEND_COMMAND AXBTMX,"'CH',25" | 
  | Sets the television connected to channel 25 on the   | 
  | 
  | 
'CTOF',<Time>  | Sets the single IR pulses off time between channel digits and IR  | 
  | functions.  | 
  | Syntax:  | 
  | "'CTOF',<Time>" | 
  | Variables:  | 
  | Time = 0 through 255 in tenths of a second | 
  | Time is stored in permanent memory. System default is 5 (.5 second).  | 
  | This is the time between digits, or pulses, that are associated with an  | 
  | SP command.  | 
  | Example:  | 
  | SEND_COMMAND AXBTMX,"'CTOF',10" | 
  | Sets the   | 
  | 
  | 
'?CTOF' | Sends the current   | 
  | system. The <Time> value is returned in .10 second increments.  | 
  | Example:  | 
  | SEND_COMMAND AXBTMX,'?CTOF' | 
  | Sends the current   | 
  | Control system in the ’CTOF <Time>’ format.  | 
  | 
  | 
  | 10  | |
  | 
  | 
  |