Description:
Sets which encoder's output will be sent over the given multicast channel.
Form:
Command Handler: ECMD
MULTICASTSTRANSPORT|MST|M0 [CHANNEL] [ARGUMENT]
Channel List (args are not case sensitive):
Terse Verbose Description
CHn CHn The MSI 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 ALL All encoder outputs
1 ENC1 Encoder 1 output
2 ENC2 Encoder 2 output
Response:
MODIFY MULTICASTSTRANSPORT 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 MULTICASTSTRANSPORT RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, followed by
"MULTICASTSTRANSPORT CHn= [ENCODER]\r\n", or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, followed by
"[ENCODER]\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 MULTICASTSTRANSPORT <enter>
Response is: OK\r\n
MULTICASTSTRANSPORT CH0= ALL\r\n
*.ECMD MULTICASTSTRANSPORT CH1 <enter>
Response is: OK\r\n
MULTICASTSTRANSPORT CH1= ENC1\r\n
Terse command to retrieve current setting:
*.ECMD M0 <enter>
Response is: 0\r\n
0\r\n
Verbose command to change setting:
*.ECMD MULTICASTSTRANSPORT ALL <enter>
Response is: OK\r\n
Terse command to change setting:
*.ECMD M0 0 0<enter>
Response is: 0\r\n
Verbose command to change setting while specifying a channel:
*.ECMD MULTICASTSTRANSPORT CH1 ENC1 <enter>
Response is: OK\r\n
Terse command to change setting while specifying a channel:
*.ECMD M0 CH1 1 <enter>
Response is: 0\r\n
Notes: