Barco iStudio Manual do Utilizador Página 180

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 179
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
Vista de página 179
1 2 ... 175 176 177 178 179 180 181 182 183 184 185 ... 227 228

Comentários a estes Manuais

Sem comentários