User`s manual

11. Appendix A - Hydra Open Protocol
Barco – iStudio – R5976569 – user's manual – revision 09 – March-2007
__________________________________________________________________________________
11-48
Module changed
This event reports that the module setup has changed of a module of the wall.
Enable /
disable
<XML>
<PACKET MODULE="HYDRA" VERSION="1.0">
<EVENT ID="modulechanged" SERIAL="example">
<ENABLE>
<MODULE ID="module1"></MODULE>
</ENABLE>
<DISABLE>
<MODULE ID="module2"></MODULE>
<MODULE ID="module3"></MODULE>
</DISABLE>
</EVENT>
</PACKET>
</XML>
Incoming
event
<XML>
<PACKET MODULE="HYDRA" VERSION="1.0">
<EVENT ID="modulechanged">
<MODULE ID="module1"></MODULE>
</EVENT>
</PACKET>
</XML>
See also getsetupmodule, setsetupmodule
Source changed
This event reports that the setup of a source of a module of the wall has changed.
Note: Currently use with source 0. All sources are changed in parallel so a change of source 0 means a change of
all sources. Other sources can be added, but will have no effect.
Enable /
disable
<XML>
<PACKET MODULE="HYDRA" VERSION="1.0">
<EVENT ID="sourcechanged" SERIAL="example">
<ENABLE>
<MODULE ID="module1">
<SOURCE ID="0"></SOURCE>
<SOURCE ID="10"></SOURCE>
<SOURCE ID="20"></SOURCE>
</MODULE>
</ENABLE>
<DISABLE>
<MODULE ID="module2">
<SOURCE ID="0"></SOURCE>
</MODULE>
</DISABLE>
</EVENT>
</PACKET>
</XML>
Incoming
event
<XML>
<PACKET MODULE="HYDRA" VERSION="1.0">
<EVENT ID="sourcechanged">
<MODULE ID="module1">
<SOURCE ID="0"></SOURCE>
</MODULE>
</EVENT>
</PACKET>
</XML>
See also getsetupsource, setsetupsource