User Guide

NetLinx Modules
68
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,
vdvKB,
dvKB,
dvTp)
vdvRMSEngine:
A virtual device for communicating to RMSEngineMod.
vdvKB:
The virtual device of the KeyboardMod module for editing text.
dvKB:
An array of touch panel base devices implementing RMSHelpUIMod.
dvTP:
An array of main touch panel devices implementing RMSHelpUIMod.
If any 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.
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)