User`s manual

11. Appendix A - Hydra Open Protocol
Barco – iStudio – R5976569 – user's manual – revision 09 – March-2007
__________________________________________________________________________________
11-22
Set setup colors
Replace the available colors with this list of RGB color triples (values from 0 to 255) and names.
This command replaces the complete existing list with the values you send. Therefore take care
that you do not delete the list by accident by sending just the desired changes. Always send a
complete list of colors!
In case that you need to restore the original list of colors you can use the colors file from the iS
TUDIO
CD ROM. Please refer to section
8.1 Data structure and data access for an instruction.
Send
<COMMAND ID="setsetupcolors" SERIAL="example">
<LINE> 51 51 51 audiobackground</LINE>
<LINE>127 127 127 audiobarbackground</LINE>
...
</COMMAND>
Between the line tags are the lines of the color setup.
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
</COMMANDRESULT>
See also setsetupcolors
Set wall time
Set date and time of all modules of the H
YDRA wall.
It might take up to 30 seconds before the adjusted time is visible on the projection modules. This is
especially valid, if the time is set back.
Send
<COMMAND ID="setwalltime" SERIAL="example">
<TIME>
<HOUR>15</HOUR>
<MINUTE>12</MINUTE>
<SECOND>9</SECOND>
<DAY>20</DAY>
<MONTH>6</MONTH>
<YEAR>2001</YEAR>
</TIME>
</COMMAND>
Specify: new time and date
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
</COMMANDRESULT>
See also getmoduletime, setmoduletime
Get timings
Get all the supported timings with their configuration.
Send
<COMMAND ID="gettimings" SERIAL="example">
</COMMAND>
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
<LINE>...</LINE>
...
</COMMANDRESULT>
Between the line tags are the lines of the timings configuration.