MCASTERRRECOVER MER MR

Description:

  Sets the timeout value for recovery of multicast (or DVB ASI) receive after
  decoder error condition is detected.

  The timeout value is stored as a decoder configuration option and will be
  automatically applied when the system starts or if the configuration changes
  have been saved.

  The default error recovery timeout is configuration value is 10000 milliseconds.

Form:

  Command Handler: DCMD
  MCASTERRRECOVER|MER|MR [ARGUMENT]
  Argument List:
  Terse      Verbose      Description
  33-600000     none      Number of milliseconds to wait after decoder error
                          condition detected before returning to multicast
                          receive or DVB-ASI receive.

Response:

  MODIFY MCASTERRRECOVER 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)

  DISPLAY MCASTERRRECOVER RESPONSE
    Verbose- "OK\r\n" to acknowledge receipt of command, followed by
             "MCASTERRRECOVER= [TIMEOUT] milliseconds\r\n", or
             "ERROR- [Description]\r\n" if error, ending command
    Terse-   "0\r\n" to acknowledge receipt of command, followed by
             "[TIMEOUT]\r\n", or
             "[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
    "\r\n" concludes display responses (empty line)

Examples:

  Verbose command to retrieve current setting:
  *.DCMD MCASTERRRECOVER <enter>
     Response is: OK\r\n
                  MCASTERRRECOVER= 400 milliseconds\r\n

  Terse command to retrieve current setting:
  *.DCMD MR <enter>
     Response is: 0\r\n
                  400\r\n

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

  Terse command to change setting:
  *.DCMD MR 500 <enter>
     Response is: 0\r\n

Notes:

  None.
Created By: Adtec Digital