MV-32/64 Multiviewer
www.snellgroup.com
Hydra Open Protocol
Issue 1 Rev 11
Page 114
© 2014 Snell Limited
Tally numbers 0 and 1 are the two software tallies - the tallies need to be set as software ones
in the tally properties of the object(s) displaying this source for the tallies to be affected by this
command.
Tally 2 is a hardware output tally (GPI) - the source needs to have a GPI output assigned as a
tally output to this source for tally 2 to have any affect. (These are set in the Module
Properties > GPIs > GPO Alarms tab - tally outputs are assigned here by selecting a “Source
x tally output” option from the list).
A.5.3.3
Get Source Tally
Get the tallies for a source
For each source, specify the source number (0 to n), and tally number (0 to 2).
Tallies 0 and 1 refer to the two software tallies and return their current on/off state as set by
the setsourcetally command or other sources that can control the tallies by software such as
the TSL UMD protocol.
Send/Receive
Description
Send
<COMMAND ID=”getsourcetally” SERIAL=”example”>
<MODULE ID=”module2”>
<SOURCE ID=”9”>
<TALLY ID=”0”></TALLY>
<TALLY ID=”1”></TALLY>
<TALLY ID=”2”></TALLY>
</SOURCE>
<SOURCE ID=”18”>
<TALLY ID=”1”></TALLY>
</SOURCE>
</MODULE>
</COMMAND>
Receive
<COMMANDRESULT SERIAL=”example” ERROR=”0”>
<MODULE ID=”module2”>
<SOURCE ID=”9”>
<TALLY ID=”0”>
<STATE>0</STATE>
</TALLY>
<TALLY ID=”1”>
<STATE>1</STATE>
</TALLY>
<TALLY ID=”2”>
<STATE>0</STATE>
</TALLY>
</SOURCE>
<SOURCE ID=”18”>
<TALLY ID=”1”>
<STATE>1</STATE>
</TALLY>
</SOURCE>
</MODULE>
</COMMANDRESULT>
Table 70.
Get Source Tally