User`s manual

11. Appendix A - Hydra Open Protocol
Barco – iStudio – R5976569 – user's manual – revision 09 – March-2007
__________________________________________________________________________________
11-25
11.3.6 Module related commands
This section lists all commands which are applied to one or multiple dedicated HYDRA modules or which get in-
formation of a single module.
The following commands can be used to manage module related information:
Get module
Get the name of the module where you are connected to.
Send
<COMMAND ID="getmodule" SERIAL="example">
</COMMAND>
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
<MODULE ID="module1"></MODULE>
</COMMANDRESULT>
See also getwall
Get layout
Get the parameters of the active layout of the specified module. These are the parameters of the layout that is
currently displayed on the module. In case that the layout has been changed but the changes are not yet saved,
the parameters of the changed layout are delivered.
Send
<COMMAND ID="getlayout" SERIAL="example">
<MODULE ID="module1"></MODULE>
</COMMAND>
For each module specify: module name.
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
<MODULE ID="module1">
<LAYOUT>
<LINE>...</LINE>
...
</LAYOUT>
</MODULE>
</COMMANDRESULT>
Between the line tags are the lines of the layout.
See also loadlayoutandupdate, updatelayout
Get log file
Get the log file of a H
YDRA module.
Send
<COMMAND ID="getlogfile" SERIAL="example">
<MODULE ID="module1"></MODULE>
</COMMAND>
For each log file specify: module name
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
<MODULE ID="module1">
<LINE>...</LINE>
...
</MODULE>
</COMMANDRESULT>
Between the line tags are the lines of the log file.
See also clearlogfile