
Vega-MV Router Multiviewer - User Manual
Issue 1 Revision 2
Page 207
© 2017 SAM
Commands
Hydra Open Protocol A.5
A.5.2.3
Adjust Background
Adjust the background color a text object
For each text object, specify the color of the background. See section A.6.1 on Parameter
Colors for the list of colors available.
A.5.2.4
Adjust Text
Adjust the lines of text in a text object
For each object, specify the line numbers to update and the text to apply.
Send/Receive
Description
Send
<COMMAND ID="adjustbackground"
SERIAL="example">
<MODULE ID="module1">
<OBJECT ID="text1">green</OBJECT>
</MODULE>
</COMMAND>
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
</COMMANDRESULT>
Table 78
Adjust Background
Send/Receive
Description
Send
<COMMAND ID=”adjusttext” SERIAL=”example”>
<MODULE ID=”module1”>
<OBJECT ID=”text1”>
<LINE ID=”0”>Line 1</LINE>
<LINE ID=”2”>Text</LINE>
</OBJECT>
<OBJECT ID=”text2”>
<LINE ID=”1”>Line 2</LINE>
</OBJECT>
</MODULE>
</COMMAND>
Receive
<COMMANDRESULT SERIAL=”example” ERROR=”0”>
</COMMANDRESULT>
Table 79
Adjust Text
Note:
This does not alter the on/off state of a line of text. For changes made using this command
to be visible, the associated lines of text need to be turned on in the Object Properties of
the text object in the current layout.