User`s manual

11. Appendix A - Hydra Open Protocol
Barco – iStudio – R5976569 – user's manual – revision 09 – March-2007
__________________________________________________________________________________
11-30
11.3.7 Source related commands
These commands provide access to source related information and actions.
First the commands for administration of source parameters are listed:
Get source name
Get the names of sources of a module.
Send
<COMMAND ID="getsourcename" SERIAL="example">
<MODULE ID="module3">
<SOURCE ID="0"></SOURCE>
<SOURCE ID="10"></SOURCE>
<SOURCE ID="20"></SOURCE>
</MODULE>
</COMMAND>
For each source specify: module name and source number (0 - n).
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
<MODULE ID="module3">
<SOURCE ID="0">
<NAME>Video1</NAME>
</SOURCE>
<SOURCE ID="10">
<NAME>Camera11</NAME>
</SOURCE>
<SOURCE ID="20">
<NAME>Source21</NAME>
</SOURCE>
</MODULE>
</COMMANDRESULT>
See also getmodulestate, setsourcename
Set source name
Set name of a source of a module of the H
YDRA wall.
Note: This command to set a source name is optimized for speed, which implicates that the source name is vola-
tile. After restarting the H
YDRA, the source name will always be reset to that name that is configured in the mod-
ule setup. You will not see the change of the source name in the user interface source tree or module setup. But
you can see the new name in the UMD of an object using the source.
Send
<COMMAND ID="setsourcename" SERIAL="example">
<MODULE ID="module1">
<SOURCE ID="5">
<NAME>Source5</NAME>
</SOURCE>
<SOURCE ID="11">
<NAME>Source11</NAME>
</SOURCE>
</MODULE>
<MODULE ID="module2">
<SOURCE ID="8">
<NAME>Source8</NAME>
</SOURCE>
</MODULE>
</COMMAND>
For each source specify: module name, source number (0-n), new name
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
</COMMANDRESULT>
See also getmodulestate, getsourcename