User`s manual

11. Appendix A - Hydra Open Protocol
Barco – iStudio – R5976569 – user's manual – revision 09 – March-2007
__________________________________________________________________________________
11-28
Load layout and update
Assign a stored layout to a module and update the module.
Send
<COMMAND ID="loadlayoutandupdate" SERIAL="example">
<MODULE ID="module1">
<LAYOUT ID="4x4"></LAYOUT>
</MODULE>
<MODULE ID="module3">
<LAYOUT ID="test"></LAYOUT>
</MODULE>
</COMMAND>
For each layout specify: module name, layout name
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
</COMMANDRESULT>
Software reset module
Reset the software of the specified module.
Send
<COMMAND ID="SOFTWARERESETMODULE" SERIAL="example">
<MODULE ID="module2">
</MODULE>
</COMMAND>
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
</COMMANDRESULT>
See also haltmodule, haltwall, rebootwall, rebootmodule, resetmodule, softwareresetwall
Reset module
Reset the specified module.
Send
<COMMAND ID="resetmodule" SERIAL="example">
<MODULE ID="module2">
</MODULE>
</COMMAND>
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
</COMMANDRESULT>
See also haltmodule, haltwall, rebootwall, rebootmodule, softwareresetmodule, softwareresetwall
Reboot module
Reboot the specified module.
Note: If you want to reboot multiple modules and also the module where you are connected to, then put this
module on the last place in the command. It is also more efficient to use rebootwall if you want to reboot all
modules.
Send
<COMMAND ID="rebootmodule" SERIAL="example">
<MODULE ID="module3"></MODULE>
<MODULE ID="module1"></MODULE>
</COMMAND>
For each module specify: module name
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
</COMMANDRESULT>
See also haltmodule, haltwall, rebootwall, resetmodule, softwareresetmodule, softwareresetwall