User`s manual

USER’S MANUAL
28 | Kaleido-ALTO/QUAD
LayoutToLoad is the name of the Layout to load. This Layout must have been exported to the
Kaleido-Alto/Quad prior to executing this command. Note that you can use the
getKLayoutList command to retrieve the available layouts before sending this command.
Kaleido-Alto/Quad response:
<nack/>: the Gateway was not able to recognize the command.
<ack/>: the command was recognized by the Kaleido-Alto/Quad.
getKLayoutList
This command returns the list of Layouts that can be used on the Kaleido-Alto/Quad.
<getKLayoutList/>
Kaleido-Alto/Quad response:
<nack/>: the Gateway was not able to recognize the command.
<kLayoutList> Layout1.xml Layout2.xml … AnAvailableLayout.xml</kLayoutList>
Where:
Layout1, Layout2 and AnAvailableLayout are the name of the Layouts that are available on the
Kaleido-Alto/Quad.
setKStatusMessage
This command associates an Alarm state with an id. The Kaleido-Alto/Quad can be configured to
listen to this id using an Alarm Monitor, and thus report the state. This is a convenient way of
reporting Alarms to the Kaleido-Alto/Quad.
<setKStatusMessage>set id=”AnId” status=”STATUS
message=”TheMessage”</setKStatusMessage>
Where:
AnId is the identifier that will receive the new state (value ranging from 0 to 1024).
Status is any of the available statuses (OK, DISABLE, WARNING or ERROR).
TheMessage is reserved for future use, and will be ignored.
Kaleido-Alto/Quad response:
<nack/>: the Kaleido-Alto/Quad was not able to recognize the command.
<ack/>: the command was recognized by the Kaleido-Alto/Quad.
setKDynamicText
This command is used to set the text of a UMD or Text Label Component that is configured to
use Dynamic Text.
<setKDynamicText>set address=”Address” text=”NewText” </setKDynamicText>
Where:
Address is the configured Text Address of the UMD or Text Label Component (value ranging
from 0 to 1024).
NewText is the text to display.
Kaleido-Alto/Quad response:
<nack/>: the Kaleido-Alto/Quad was not able to recognize the command.
<ack/>: the command was recognized by the Kaleido-Alto/Quad.