CCMSNATIVE CNV CN

Description:

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
  <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

Notes:

  Formats are not case-sensitive.
  Identifiers are typically numeric sequences, but alpha characters are allowed.

Products Supporting Command:

Created By: Adtec Digital Inc