BREAKREPEAT BRP BR

Description:

   Break repeat configures the behavior for dealing with incomplete breaks.
   When break repeat is ON, a partially played break can be triggered again, 
   resuming with the previously aborted spot.

Form:

  Command Handler: DPID
  BREAKREPEAT|BRP|BR <index> [<value>]
  Argument List:
  <index>   Values 0 - 11 indicate which channel to query or set.
  <value>   Used for setting, OFF or ON.

Response:

  "OK\r\n" or "0\r\n" to acknowledge receipt of command,
  "BreakRepeat: <value>\r\n" or "<value>\r\n" only for "query", the current value
  "\r\n" concludes query and set responses (empty line) or

  "ERROR- [Description]\r\n" or "<error_code>\r\n" if error
  "\r\n" concludes error responses (empty line)

Examples:

  *.DPID BRP 0
  OK\r\n
  BreakRepeat= OFF\r\n
  \r\n

  *.DPID BP 0
  0\r\n
  0\r\n
  \r\n

  *.DPID BRP 0 ON
  OK\r\n
  \r\n

  *.DPID BP 0 OFF
  0\r\n
  \r\n

Notes:

  Currently, break repeat will only resume a partially inserted break. It will
  not repeat spots already attempted.
Created By: Adtec Digital