MV-32/64 Multiviewer www.snellgroup.com Hydra Open Protocol
Issue 1 Rev 11 Page 113 © 2014 Snell Limited
A.5.3 Source related commands
A.5.3.1 Set Source Name
Set the UMD text for a source
For each source, specify the module name (currently ignored by the MV-32/MV-64), the
source number (0 to n), and the name of the source. The name given will be applied to the
first line of the UMD in any objects displaying this source. It is volatile, meaning that it only
remains applied to the UMD while the current layout remains on screen. Uploading a new
layout or even uploading the current layout again will overwrite the UMD with the text stored
in the layout.
A.5.3.2 Set Source Tally
Set the tallies for a source
For each source, specify the source number (0 to n), tally number (0 to 2), and tally state
(0 or 1).
Send/Receive Description
Send
<COMMAND ID=”setsourcename” SERIAL=”example”>
<MODULE ID=”module1”>
<SOURCE ID=”5”>
<NAME>Source5</NAME>
</SOURCE>
<SOURCE ID=”11”>
<NAME>Source11</NAME>
</SOURCE>
</MODULE>
<MODULE ID=”module2”>
<SOURCE ID=”8”>
<NAME>Source8</NAME>
</SOURCE>
</MODULE>
</COMMAND>
Receive
<COMMANDRESULT SERIAL=”example” ERROR=”0”>
</COMMANDRESULT>
Table 68. Set Source Name
Send/Receive Description
Send
<COMMAND ID=”setsourcetally” SERIAL=”example”>
<MODULE ID=”module2”>
<SOURCE ID=”8”>
<TALLY ID=”1”>
<STATE>0</STATE>
</TALLY>
<TALLY ID=”2”>
<STATE>1</STATE>
</TALLY>
</SOURCE>
</MODULE>
</COMMAND>
Receive
<COMMANDRESULT SERIAL=”example” ERROR=”0”>
</COMMANDRESULT>
Table 69. Set Source Tally