Technical information
The RMS Enterprise SDK (v4)
16
RMS Enterprise - NetLinx Programmer’s Guide
// RMS Touch Panel Array
VOLATILE DEV dvRMSTP[] =
{
dvTP1_RMS,
dvTP2_RMS,
dvTP3_RMS
}
// RMS Touch Panel Array -
// Base Device for System Keyboard handling
VOLATILE DEV dvRMSTP_Base[] =
{
dvTP1,
dvTP2,
dvTP3
}
DEFINE_START
// RMS GUI - User Interface Module
// This module is responsible for all the RMS
// user interface application logic. This
// includes help requests, maintenance requests,
// location hotlist, and server display messages.
DEFINE_MODULE 'RmsClientGui_dr4_0_0' mdlRMSGUI(vdvRMSGui,
dvRMSTP,
dvRMSTP_Base);
RMS Touch Panel Monitor Module
The RMS Touch Panel Monitor module is used to register, monitor, and control each physical AMX touch panel connected to the
control system master with RMS. Each touch panel configured for use with an instance of the RMS Touch Panel Monitor module
will show up in RMS as a separate asset and tracked accordingly.
The diagram in FIG. 8 illustrates the file dependencies for integrating the RMS Touch Panel Monitor module:
FIG. 8 RMS SDK File Dependencies - RFID Application User Interface Implementation