Technical information

Multiple RMS Instances
110
RMS NetLinx Programmer’s Guide
// Display
DEFINE_MODULE 'RMSProjectorMod' mdlProj_2(vdvProjModule_2,
dvProj_2, vdvRMSEngine_2)
// RMSEngineMod - The RMS engine. Requires i!-
ConnectLinxEngineMod.
DEFINE_MODULE 'RMSEngineMod' mdlRMSEng_2(vdvRMSEngine_2,
dvRMSSocket_2, vdvCLActions)
// RMSUIMod - The RMS User Interface. Requires KeyboardMod.
// Channel And Variable Text Code Defined Inside The Module
DEFINE_MODULE 'RMSUIMod' mdlRMSUI_2(vdvRMSEngine_2, dvRMSTP_2,
dvRMSTPWelcome_2, RMS_MEETING_DEFAULT_SUBJECT,
RMS_MEETING_DEFAULT_MESSAGE)
///////////////////////////////////////////////////////////////
The function RMSDevMonRegisterCallback() has a call to
DevMonRegisterHelper(…) for each master instance and their respective
devices. These two functions have to be modified to register instances and
devices as desired by the user. The example registers the same devices for each
instance.
Define modules for whatever is running on each master’s instance.