User Guide
NetLinx Modules
64
RMS NetLinx Programmer’s Guide
Module Definition
DEFINE_MODULE 'RMSUIMod' mdlRMSUI(dvRMSEngine,
vdvKB,
dvKB,
dvTp,
dvTPWelcome)
vdvRMSEngine:
A virtual device for communicating to RMSEngineMod
RMSEngineMod module
vdvKB:
The virtual device of the KeyboardMod module for editing text.
dvKB:
An array of touch panel base devices implementing RMSUIMod.
dvTP:
An array of main touch panel devices implementing RMSUIMod. If
any of these panels are G3 panels, make sure the first panel in this array
is a G3 panel. This will instruct the module to use G3 compatible
SEND_COMMAND's.
dvTPWelcome:
An array of welcome touch panel devices implementing RMSUIMod.
If any of these panels are G3 panels, make sure the first panel in this
array is a G3 panel. This will instruct the module to use G3 compatible
SEND_COMMAND's.
All channel and variable text numbers are defined inside the module. If you need
to change them, edit the module and re-compile the module and your program.