Grass Valley Kaleido Remote Control Protocol Gateway May.2011 User Manual
Page 18

USER’S GUIDE
14 | Kaleido Remote Control Protocol (Gateway)
Room1/composite42. The monitor name is available in the XEdit layout (Properties
> Assignments > Name).
Note: On the Kaleido-
K2, to get the monitors’ identifiers for your current layout press the Tab key
on the keyboard, or the
SELECT
key on the RCP.
Gateway response:
<ack/>: The command was recognized by the Gateway.
<nack/>: The Gateway was not able to recognize the command, or a parameter could not
be resolved.
setKDynamicText
KX K2 AQ
This command is used to set the text of a UMD or text label component that is configured to use
dynamic
text. Note that the Service ID for this component must be set to ―Gateway‖ when the
layout is created in KEdit/XEdit in order for this command to work.
<setKDynamicText>set address=Address text=NewText </setKDynamicText>
Where:
o Address is the configured text address of the UMD or text label component.
Note: The Kaleido-Alto/Quad/Quad-Dual systems require a numeric value in the range
0-1024. The Kaleido-K2 and Kaleido-X series do not have this limitation.
o NewText is the text to display.
Gateway response:
<ack/>: The command was recognized by the Gateway.
<nack/>: The Gateway was not able to recognize the command.
getKDynamicText
KX
This command is used to retrieve dynamic text previously sent to a multi-viewer by a third-party
device.
<getKDynamicText>set address=Address</getKDynamicText>
Where: Address is the configured text address of the UMD or text label component whose text
you wish to retrieve.
Gateway response:
<kDynamicText>RetrievedText</kDynamicText>
<nack/>: The Gateway was not able to recognize the command.