Description:
Sets the packets per paylod for multicast
Form:
Command Handler: ECMD
MULTICASTPPP | MSY | MY [CHANNEL] [ 1 | 4 | 7 ]
Channel List (args are not case sensitive):
Terse Verbose Description
CHn CHn The MSY 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 Description
1 | 4 | 7 Number of packets in payload. Current valid arguments are 1, 4 or 7
Response:
MODIFY MULTICASTPPP 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 MULTICASTPPP RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, followed by
"MULTICASTPPP CHn= [COUNT]\r\n", or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, followed by
"[COUNT]\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:
*.ECMD MULTICASTPPP <enter>
Response is: OK\r\n
MULTICASTPPP CH0= 7\r\n
*.ECMD MULTICASTPPP CH1 <enter>
Response is: OK\r\n
MULTICASTPPP CH1= 7\r\n
Terse command to retrieve current setting:
*.ECMD MY <enter>
Response is: 0\r\n
7\r\n
Verbose command to change setting:
*.ECMD MULTICASTPPP 7 <enter>
Response is: OK\r\n
Terse command to change setting:
*.ECMD MY 7 <enter>
Response is: 0\r\n
Verbose command to change setting while specifying a channel:
*.ECMD MULTICASTPPP CH1 7 <enter>
Response is: OK\r\n
Terse command to change setting while specifying a channel:
*.ECMD MY CH1 7 <enter>
Response is: 0\r\n
Notes: