Technical information

RMS NetLinx Virtual Device API
134
RMS Enterprise - NetLinx Programmer’s Guide
RMS Client Event Notification Commands (Cont.)
Command Description
VERSIONS This event notification command is issued when the '?VERSIONS' request is
issued in the RMS client.
All RMS modules should respond to this request by printing their module name
and version to the master's telnet console.
SYSTEM.POWER.ON This event notification command is issued when the system power is turned on.
The user implementation code should implement the logic for this event
notification to perform the necessary system startup procedure.
This event notification is also communicated via channel 255.
SYSTEM.POWER.OFF This event notification command is issued when the system power is turned off.
The user implementation code should implement the logic for this event
notification to perform the necessary system shutdown procedure.
This event notification is also communicated via channel 255.
SERVER.INFO-
<rms-app-version>,
<rms-database-version>,
<is-timesync-enabled>,<is-smtp-enabled>,
<is-rfid-tracking-enabled>,<min-poll-time>,
<max-poll-time>
This event notification command is issued on initial connect to the server where
server information is automatically retrieved and any subsequent server
information updates received from the server when a server setting is altered from
the RMS web application.