CCMSNATIVE CNV CN

Description:

  Control and view "digital interface specification" (aka CCMS native) configurations.

Form:

  Command Handler: DPID
  CCMSNATIVE|CNV|CN <option> <index> [<value>]
  Argument List:
  <option>  C,  native mode channel identifier in form CCHHH
            P,  spot ID parsing format. Allowed values are NOVAR, 20/20, RAW, LEFT, NONZERO
            D,  default schedule mode. Allowed values are ON, OFF
            B,  broadcast day. Allowed values are 24-hour time, e.g. 01:00, 13:30
  <index>   Values 0 - 11 indicate which channel to query or set.
  <value>   Optional. Value for this configuration.

Response:

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

  "OK\r\n" or "0\r\n" to acknowledge receipt of command,
  "Native Mode SpotID Format= <format>\r\n" or "<format>\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 CNV C 0
  OK\r\n
  Native Mode ID: 01001\r\n
  \r\n

  *.DPID CN C 0
  0\r\n
  01001\r\n
  \r\n

  *.DPID CNV C 0 01222
  OK\r\n
  \r\n

  *.DPID CN C 0 01222
  0\r\n
  \r\n

  *.DPID CNV P 0
  OK\r\n
  Native Mode SpotID Format= novar\r\n
  \r\n

  *.DPID CN P 0
  0\r\n
  novar\r\n
  \r\n

  *.DPID CNV P 0 raw
  OK\r\n
  \r\n

  *.DPID CN P 0 raw
  0\r\n
  \r\n

  *.DPID CNV B 0
  OK\r\n
  Broadcast Day: 00:00\r\n
  \r\n

  *.DPID CN B 0
  0\r\n
  00:00\r\n
  \r\n

  *.DPID CNV B 0 13:30
  OK\r\n
  \r\n

  *.DPID CN B 0 13:30
  0\r\n
  \r\n

Notes:

  Formats are not case-sensitive.
  Identifiers are typically numeric sequences, but alpha characters are allowed.
Created By: Adtec Digital