Technical information
NetLinx Modules
67
RMS NetLinx Programmer’s Guide
RMSHelpUIMod Module
Commands
Module Definition
Touch Panel Pages
Commands
RMSHelpUIMod listens for the following commands from the vdvRMSEngine
device.
Module Definition
DEFINE_MODULE 'RMSHelpUIMod' mdlRMSHelpUI(dvRMSEngine,
dvTp,
dvTP_Base)
vdvRMSEngine:
A virtual device for communicating to RMSEngineMod.
dvTP:
An array of main touch panel devices implementing RMSHelpUIMod.
dvTP_Base:
An array of main touch panel base devices addresses that correspond with the
main touch panel devices defined in the dvTP device array. This base device
array is used to capture keyboard string data events from the main touch panels.
If the RMS pages and buttons are defined on the base device address (Port 1)
then the same device array used for the dvTP parameter can also be used for
this parameter. If the RMS pages and buttons are defined on a panel port that is
not the base device address, then this parameter will need an array of the base
panel device addresses.
Commands and Descriptions
'DFORMAT-DAY/ MONTH'
Set Date format European format: Day/Month/Year
'DFORMAT-MONTH/ DAY'
Set Date format US format: Month/Day/Year
'TFORMAT-12 HOUR'
[AM,PM]
Set Time format to 12 hour format: [01-12]:[00-59]
'TFORMAT-24 HOUR'
[00-23]:[00-59]
Set Time format to 24-hour (military) format:
'DEBUG-ON'
Turn on debug.
'DEBUG-OFF'
Turn off debug. (Default)
'VERSION'
Send version information to master debug port
(mastermessaging)