DECODERINPUT DIT D1

Description:

  Sets the active input for the decoder. Optionally, sets the active service ID
  to be decoded.  If the service ID is a valid program that can be decoded, the 
  decoder will be started.
  
  The selected input is immediately routed to DVB-ASI outputs for all input sources
  other than IP.  For IP, the system waits until the selected program is validated 
  before the input is routed to the DVB-ASI outputs.
  

Form:

  Command Handler: DCMD
  DECODERINPUT|DIT|DT [INPUT [SERVICE-ID]]

  Input Arguments:
  Verbose      Description
  ASI          Decode ASI input.
  RF1          Decode first tuner input.
  RF2          Decode second tuner input.
  IP           Decode ethernet input.
  
  Service ID Argument:
  -1           First service will be decoded.
  1-65535      Service ID to decode. If not argued, first service will be 
               decoded.
  RESET        Arguing RESET will force the decoder to reinitialize on the current input
  

Response:

  INPUT RESPONSE
    Verbose- "OK\r\n" to acknowledge receipt of command, or
             "ERROR- [Description]\r\n" if error, ending command
    Terse-   "0\r\n" to acknowledge receipt of command, or
             "[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
             "\r\n" concludes modify responses (empty line)

Examples:

  Verbose command to retrieve current setting:
  *.DCMD DECODERINPUT <enter>
     Response is: OK\r\n
                  DECODERINPUT= ASI 3\r\n

  Verbose command to change setting:
  *.DCMD DECODERINPUT ASI <enter>
     Response is: OK\r\n

  *.DCMD DECODERINPUT IP 17 <enter>
     Response is: OK\r\n

Notes:

  None.
Created By: Adtec Digital