Technical information
Custom "Scheduling Only" Programming
47
RMS NetLinx Programmer’s Guide
Custom "Scheduling Only"
Programming
If you wish to only utilize the scheduling features of RMS, the RMS SDK can be
optimized by only including the necessary RMS modules in your NetLinx
program.
Review the following listing of RMS modules to determine which you will need
to include in your program.
RMS is capable of supporting multiple (up to 12) instances of
Scheduling on a single NetLinx Master. If you intend to run multiple
instances of Scheduling on a Master, then that Master should be
dedicated solely to RMS Scheduling only.
Custom "Scheduling Only" Programming RMS modules
RMS Module
Required for
Scheduling
Description
RMSEngineMod Yes The RMSEngineMod is required to
facilitate basic communication
between the RMS server and the
NetLinx master.
i!-ConnectLinxEngineMod Yes / Dependency The i!-ConnectLinxEngineMod is a
required dependency of the
RMSEngineMod and must be
included in the NetLinx program.
RMSUIMod Optional The RMSUIMod is required if a touch
panel is located inside the room to
display the room's schedule and
meeting information. Additionally, this
module supports an external display
located outside the room.
RMSWelcomeOnlyUIMod Optional The RMSWelcomeOnlyUIMod is
required only if a touch panel is
located outside a room for an
external display of the room’s
schedule and meeting information,
and no touch panel is located inside
the room. If the RMSUIMod is
included in your program, then the
RMSWelcomeOnlyUIMod will not be
needed.