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.
Содержание RMS 3.0
Страница 1: ...Software NetLinx Programmer s Guide RMS Resource Management Suite 3 0 ...
Страница 4: ......
Страница 10: ...Overview 2 RMS NetLinx Programmer s Guide ...
Страница 12: ...System Requirements 4 RMS NetLinx Programmer s Guide ...
Страница 22: ...Concepts 14 RMS NetLinx Programmer s Guide ...
Страница 62: ...Custom Device Monitoring Programming 54 RMS NetLinx Programmer s Guide ...