User`s manual

11. Appendix A - Hydra Open Protocol
Barco – iStudio – R5976569 – user's manual – revision 09 – March-2007
__________________________________________________________________________________
11-34
Clear source alarm
Clear an alarm of a source on a module of the H
YDRA wall.
Send
<COMMAND ID="clearsourcealarm" SERIAL="example">
<MODULE ID="module1">
<SOURCE ID="5">
<ALARM ID="videoloss"></ALARM>
<ALARM ID="audioloss"></ALARM>
</SOURCE>
<SOURCE ID="12">
<ALARM ID="videoloss"></ALARM>
</SOURCE>
</MODULE>
</COMMAND>
For each alarm specify: module name, source number (0 - n), alarm name.
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
</COMMANDRESULT>
See also getlistalarms, getsourcealarm
The following commands are useful to configure a source:
Get setup source
Get the setup of all sources of a module.
Send
<COMMAND ID="getsetupsource" 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 sources setup.
See also getsetupmodule, setsetupmodule, setsetupsource
Set setup source
Set setup of all sources of a module of the H
YDRA wall. These changes become effective after a software reset,
please refer to resetmodule.
Send
<COMMAND ID="setsetupsource" SERIAL="example">
<MODULE ID="module1">
<LINE>...</LINE>
...
</MODULE>
</COMMAND>
For each module specify: module name. Between the line tags are the lines of the sources setup.
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
</COMMANDRESULT>
See also getsetupmodule, getsetupsource, setsetupmodule