User`s manual

11. Appendix A - Hydra Open Protocol
Barco – iStudio – R5976569 – user's manual – revision 09 – March-2007
__________________________________________________________________________________
11-23
Get wall
Get the configuration of the H
YDRA wall.
Send
<COMMAND ID="getwall" SERIAL="example">
</COMMAND>
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
<WALL ID="hydrawall">
<MODULE ID="module1" ADDRESS="150.158.196.151"></MODULE>
<MODULE ID="module2" ADDRESS="150.158.196.152"></MODULE>
<MODULE ID="module3" ADDRESS="150.158.196.153"></MODULE>
</WALL>
</COMMANDRESULT>
See also getmodule
Get version
Get version information of the iS
TUDIO software (HYDRA) and XML interface. The version of the XML interface speci-
fies the highest supported version of packets.
Send
<COMMAND ID="getversion" SERIAL="example">
</COMMAND>
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
<VERSION ID="HYDRA">1.2.0</VERSION>
<VERSION ID="XML">1.0</VERSION>
</COMMANDRESULT>
These commands trigger actions for the whole wall:
Load wall layout and update
Load and update a wall layout.
Send
<COMMAND ID="loadwalllayoutandupdate" SERIAL="example">
<LAYOUT ID="wlayout1"></LAYOUT>
</COMMAND>
Specify: wall layout name
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
</COMMANDRESULT>
Software reset wall
Reset the software of all modules of the wall.
Send
<COMMAND ID="SOFTWARERESETWALL" SERIAL="example">
</COMMAND>
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
</COMMANDRESULT>
See also haltmodule, haltwall, rebootwall, rebootmodule, resetmodule, softwareresetmodule