User`s manual

11. Appendix A - Hydra Open Protocol
Barco – iStudio – R5976569 – user's manual – revision 09 – March-2007
__________________________________________________________________________________
11-49
Tally changed
This event reports that the tally state of a source of a module of the wall has changed.
Enable /
disable
<XML>
<PACKET MODULE="HYDRA" VERSION="1.0">
<EVENT ID="tallychanged" SERIAL="example">
<ENABLE>
<MODULE ID="module1">
<SOURCE ID="0"></SOURCE>
<SOURCE ID="10"></SOURCE>
</MODULE>
</ENABLE>
<DISABLE>
<MODULE ID="module1">
<SOURCE ID="20"></SOURCE>
</MODULE>
</DISABLE>
</EVENT>
</PACKET>
</XML>
Incoming
event
<XML>
<PACKET MODULE="HYDRA" VERSION="1.0">
<EVENT ID="tallychanged">
<MODULE ID="module1">
<SOURCE ID="0">
<TALLY ID="2">1</TALLY> tally 2 of source 0 is now on
</SOURCE>
<SOURCE ID="10">
<TALLY ID="0">0</TALLY> tally 0 of source 10 is now off
</SOURCE>
</MODULE>
</EVENT>
</PACKET>
</XML>
See also getmodulestate, getsourcetally, setsourcetally
Wall changed
This event reports that the configuration of the wall has changed: modules are added or removed.
Enable /
disable
<XML>
<PACKET MODULE="HYDRA" VERSION="1.0">
<EVENT ID="wallchanged" SERIAL="example">
<ENABLE></ENABLE> enable wall events
<DISABLE></DISABLE> disable wall events
</EVENT>
</PACKET>
</XML>
Incoming
event
<XML>
<PACKET MODULE="HYDRA" VERSION="1.0">
<EVENT ID="wallchanged"></EVENT>
</PACKET>
</XML>
See also getwall, haltmodule, rebootmodule