User`s manual
11. Appendix A - Hydra Open Protocol
Barco – iStudio – R5976569 – user's manual – revision 09 – March-2007
__________________________________________________________________________________
11-27
Get setup module
Get the setup of a H
YDRA module.
Send
<COMMAND ID="getsetupmodule" SERIAL="example">
<MODULE ID="module1"></MODULE>
</COMMAND>
For each module 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 module setup.
See also getsetupsource, setsetupmodule, setsetupsource
Set setup module
Set the setup of a H
YDRA module.
Note: The new settings will be effective after a reboot.
Send
<COMMAND ID="setsetupmodule" SERIAL="example">
<MODULE ID="module1">
<LINE>...</LINE>
...
</MODULE>
</COMMAND>
For each module specify: module name. Between the line tags are the lines of the module setup.
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
</COMMANDRESULT>
See also getsetupmodule, getsetupsource, setsetupsource
The following commands trigger module related actions:
Update layout
Transmit a layout to the module and update it.
Send
<COMMAND ID="updatelayout" SERIAL="example">
<MODULE ID="module1">
<LAYOUT>
<LINE>...</LINE>
...
</LAYOUT>
</MODULE>
</COMMAND>
For each layout specify: module name, new layout. Between the line tags are the lines of the
new layout.
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
</COMMANDRESULT>
See also getlayout, loadlayoutandupdate