MV-32/64 Multiviewer
www.snellgroup.com
Hydra Open Protocol
Issue 1 Rev 11
Page 110
© 2014 Snell Limited
A.5.2 Object related commands
These commands adjust the settings of objects (tiles). In general, an object is referenced by
its username. i.e. In the examples given below, a line such as:
<OBJECT ID=”object1”>
is referencing the object(s) that has the username “object1”.
A.5.2.1
Adjust UMD
Adjust the UMD text of an object
For each object, specify the module name (currently ignored by the MV-32/MV-64), object
name (the username given to the object), line number in the UMD (0 or 1), and text for the
UMD line. It is volatile, meaning that it only remains applied to the UMD while the current
layout remains on screen. Uploading a new layout or even uploading the current layout again
will overwrite the UMD with the text stored in the layout.
A.5.2.2
Adjust Border
Adjust the border color an object
For each object, specify the color of the border. See section A.6.1 on Parameter Colors for
the list of colors available.
Send/Receive
Description
Send
<COMMAND ID=”adjustumd” SERIAL=”example”>
<MODULE ID=”module1”>
<OBJECT ID=”object1”>
<LINE ID=”0”>Line1</LINE>
<LINE ID=”1”>Line2</LINE>
</OBJECT>
<OBJECT ID=”object2”>
<LINE ID=”1”>Text</LINE>
</OBJECT>
</MODULE>
</COMMAND>
Receive
<COMMANDRESULT SERIAL=”example” ERROR=”0”>
</COMMANDRESULT>
Table 62.
Adjust UMD
Send/Receive
Description
Send
<COMMAND ID=”adjustborder” SERIAL=”example”>
<MODULE ID=”module1”>
<OBJECT ID=”object1”>green</OBJECT>
<OBJECT ID=”object2”>yellow</OBJECT>
</MODULE>
</COMMAND>
Receive
<COMMANDRESULT SERIAL=”example” ERROR=”0”>
</COMMANDRESULT>
Table 63.
Adjust Border