MULTICASTRP MRP MP

Description:

  Port number to be used for receiving UDP transfers.  Set in conjunction with MULTICASTRIPA
  (multicast group IP Address). Range is 0-65535.  If the port number is set to 0, then no
  UDP transfers will take place.  0 is default.  Well known ports are 1-999, less well known
  are 1000-1199.

  The command format has been modified to allow for multiple decode channels in a single unit.
   At this time, only channel 0 is supported.

Form:

  Command Handler: DCMD
  MULTICASTRP|MRP|MP [CHANNEL] [ARGUMENT]
  Channel List (args are not case sensitive):
  Terse         Verbose      Description
  CHn               CHn      The MRP will be set for channel n, where n is a
                             valid channel number, starting at 0.
  If no CHANNEL is argued, the system will default to channel 0.
  Argument List:
  Terse         Verbose      Description
  0                none      Disabled.  This is the default setting.
  1-65535          none      Port # to use.

Response:

  MODIFY MULTICASTRP 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 MULTICASTRP RESPONSE
    Verbose- "OK\r\n" to acknowledge receipt of command, followed by
             "MULTICASTRP CHn= [PORT NUMBER]\r\n", or
             "ERROR- [Description]\r\n" if error, ending command
    Terse-   "0\r\n" to acknowledge receipt of command, followed by
             "[PORT NUMBER]\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 MULTICASTRP <enter>
     Response is: OK\r\n
                  MULTICASTRP CH0= 0\r\n

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

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

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

  Verbose command to change setting while specifying a channel:
  *.DCMD MULTICASTRP CH1 1200 <enter>
     Response is: OK\r\n

  Terse command to change setting while specifying a channel:
  *.DCMD MP CH1 1200 <enter>
     Response is: 0\r\n

Notes:

  None.
Created By: Adtec Digital