MPEPID MPI M0

Description:

   Display or Modify the current MPE pid.

Form:

  Command Handler: ECMD
  MPEPID|MPI|M0 PID

    PID-  PID value (0x0010? - 0x1ffe?)

Response:

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

Examples:

Verbose:
  Get current pid for MPE
    *.ECMD MPI
    OK
    MPEPID= 0x004d 77

  Set MPE pid to 0x4d
    *.ECMD MPI 0x4d

Terse:
  Get current pid for MPE
    *.ECMD M0
    0x004d 77

  Set MPE pid to 0x4d
    *.ECMD M0 0x4d

Notes:

   This setting will be applied on startup.
Created By: Adtec Digital