NetLinx Modules
60
RMS NetLinx Programmer’s Guide
Strings
RMSEngineMod listens for the following string from the vdvRMSEngine device.
RMSEngineMod sends the following strings to the vdvRMSEngine device.
Strings and Descriptions
'POWER=[Power State]'
Set the system power state. [PowerState] should be 0
for off and 1 for on.
Example
: 'POWER=1'
Strings and Descriptions
'REGISTER'
Signifies that the RMS Engine module has
connected to the RMS server. Upon receiving this
string, it is safe to register devices and parameters.
'SET PARAM-
[DPS],[Name],[Value]'
Set a parameter value in NetLinx. DPS will be in
string form (ex: '5001:1:0'). This string is sent when
the administrator manually resets a parameter from
the RMS console.
'ROOM NAME-[Name]
The name of the room as defined in the RMS server.
'ROOM LOCATION-
[Location]'
The location of the room as defined in the RMS
server.
'ROOM OWNER-[Owner]'
The owner of the room as defined in the RMS server.
'WEB SERVER-
[HostPort]'
The host/port of the web server where RMS is
running.
'WEB ROOT-
[Directory]'
The root directory of RMS on the web server where
RMS is running.
'CHANGE-[Date1,Date2,
Date3,...]'
A message indicating that appointments have been
changed for the following dates. Dates are comma
separated and in the format MM/DD/YYYY.
"'APPT COUNT-
[Month],[Year],
'[Binary Array]"
The appointment count for Month and Year. Binary
Array is a character array that contains the counts for
each day as binary value where the first element in
the array is for the first day of Month.
Содержание RMS 3.0
Страница 1: ...Software NetLinx Programmer s Guide RMS Resource Management Suite 3 0 ...
Страница 4: ......
Страница 10: ...Overview 2 RMS NetLinx Programmer s Guide ...
Страница 12: ...System Requirements 4 RMS NetLinx Programmer s Guide ...
Страница 22: ...Concepts 14 RMS NetLinx Programmer s Guide ...
Страница 62: ...Custom Device Monitoring Programming 54 RMS NetLinx Programmer s Guide ...