User`s manual

11. Appendix A - Hydra Open Protocol
Barco – iStudio – R5976569 – user's manual – revision 09 – March-2007
__________________________________________________________________________________
11-20
11.3.5 Wall related commands
This section lists all commands which request information of the whole wall or which are applied to the whole
wall.
To manage the stored bitmap files the following two commands are available:
Get list anims
Get list with all available animation files.
Send
<COMMAND ID="getlistanims" SERIAL="example">
</COMMAND>
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
<FILE ID="barco1.gif"></FILE>
<FILE ID="barco2.gif"></FILE>
...
</COMMANDRESULT>
See also getlistlogos
Get list logos
Get list with all available logo files (bitmaps).
Send
<COMMAND ID="getlistlogos" SERIAL="example">
</COMMAND>
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
<FILE ID="barco.gif"></FILE>
<FILE ID="istudio.jpg"></FILE>
...
</COMMANDRESULT>
See also getlistanims
With the following commands configuration parameters of the wall can be managed:
Get setup usermode
Get the user mode setup of the H
YDRA wall.
Send
<COMMAND ID="getsetupusermode" SERIAL="example">
</COMMAND>
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
<LINE>...</LINE>
...
</COMMANDRESULT>
Between the line tags are the lines of the user mode setup, see table below.
See also setsetupusermode