Description:
Display or Modify the current MPE mode.
Form:
Command Handler: ECMD
MPEENABLE|MPE|MN MODE
MODE- 0= OFF
1= ON
Response:
MPEENABLE 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 mode for MPE
*.ECMD MPE
OK
MPE= OFF
Set MPE mode to ON
*.ECMD MPE ON
Terse:
Get current mode for MPE
*.ECMD M3
1
Set MPE mode to OFF
*.ECMD M3 0
Notes:
This setting will be applied on startup.