Technical information
RMS NetLinx Virtual Device API
139
RMS Enterprise - NetLinx Programmer’s Guide
RMS Status Types Query Commands
RMS Asset Registration - Command API
RMS Asset Registration Event Notification Commands
RMS Status Types Query Commands
Query Command Description / Response Commands
?STATUS.TYPE This command is used to query the RMS system for a listing of all status types.
The response command will be returned in the following format:
First a total count is returned.
STATUS.TYPE.RECORD-<record-count>,
If the record count is greater than zero, then a series of the following command responses will be sent:
STATUS.TYPE.RECORD-<record-index>,
<record-count>,
<status-type-key>,
<name>,
<description>,
<appear-on-hotlist>,
<hotlist-priority-level>,
<system-defined>
?STATUS.TYPE-
<status-type-key>
This command is used to query the RMS system for a specific status type record by status type key.
<status-type-key>
The status type key of the status type record you wish to query must be included.
This status type key is the unique programming identifier for a given status type.
STATUS.TYPE-<status-type-key>,
<name>,
<description>,
<appear-on-hotlist>,
<hotlist-priority-level>,
<system-defined>
RMS Asset Registration Event Notification Commands
String Description
ASSETS.REGISTER This event notification command is sent by the RMS client when it is ready for assets to begin
registration with the RMS client.
Upon receiving this event notification command, any asset wishing to participate in the RMS
system should perform asset registration.
ASSET.REGISTERED-
<asset-client-key>,
<asset-id>,
<new-registration>
This event notification command is sent by the RMS client when an asset registration has been
completed.
Upon receiving this event string, any asset can begin registering/updating metadata properties,
control functions, or parameters.
ASSET.LOCATION.CHANGE-
<asset-client-key>,
<asset-id>,
<new-location-id>
This event notification command is sent by the RMS client when an asset location change has
been made on the RMS server.