Technical information

RMS NetLinx Virtual Device API
131
RMS Enterprise - NetLinx Programmer’s Guide
RMS Client Query Commands (Cont.)
Query Command Description / Response Commands
?SERVER.TIMESYNC.ENABLED This command will query the RMS client to determine if the RMS system is configured to
provide time synchronization to the RMS clients.
The response command will be returned in the following format:
SERVER.TIMESYNC.ENABLED-<true|false>
Note: If Time Synchronization is not enabled on the RMS server, then it is the
responsibility of the system administrator to ensure that the Location in which the
controller resides is configured to use the same TimeZone as the controller.
If Location TimeZones don’t match the server’s Timezone, scheduling date and times will be
calculated incorrectly.
?DATABASE.VERSION This command will query the RMS client to return the RMS database's version.
The response command will be returned in the following format:
DATABASE.VERSION-<version-string>
?CLIENT.VERSION This command will query the RMS client to return the RMS client module version.
The response command will be returned in the following format:
CLIENT.VERSION-<version-string>
?CLIENT This command will query the RMS client to return the RMS client gateway's properties.
The response command will be returned in the following format:
CLIENT-<unique-identifier>,
<name>,
<mac-address>,
<hostname>,
<ip-address>,
<subnet-mask>,
<gateway-address>
?CLIENT.UID This command will query the RMS client to return the RMS client gateway's unique identifier.
The response command will be returned in the following format:
CLIENT.UID-<unique-identifier>
?CLIENT.NAME This command will query the RMS client to return the RMS client gateway's name property.
The response command will be returned in the following format:
CLIENT.NAME-<name>
?CLIENT.GATEWAY This command will query the RMS client to return the RMS client gateway's TCP/IP gateway
address.
The response command will be returned in the following format:
CLIENT.GATEWAY-<gateway-address>
?CLIENT.HOSTNAME This command will query the RMS client to return the RMS client gateway's TCP/IP hostname.
The response command will be returned in the following format:
CLIENT.HOSTNAME-<hostname>
?CLIENT.IP This command will query the RMS client to return the RMS client gateway's TCP/IP address.
The response command will be returned in the following format:
CLIENT.IP-<ip-address>
?CLIENT.MAC This command will query the RMS client to return the RMS client gateway's network interface
MAC address.
The response command will be returned in the following format:
CLIENT.MAC-<mac-address>
?CLIENT.SUBNET This command will query the RMS client to return the RMS client gateway's TCP/IP subnet
address.
The response command will be returned in the following format:
CLIENT.SUBNET-<subnet-mask>