Programming
142 MVP-5100/5150 Modero Viewpoint Touch Panels
Panel Runtime Operation Commands (Cont.)
@AKPPop up the
keypad icon and
initialize the text
string to that
specified.
Keypad string is set to null on power up and is stored until power is lost. The Prompt Text
is optional.
Syntax:
"'@AKP-<initial text>;<prompt text>'"
Variab les:
initial text = 1 - 50 ASCII characters.
prompt text = 1 - 50 ASCII characters.
Example:
SEND COMMAND Panel,"'@AKP-12345678;ENTER PASSWORD'"
Pops up the Keypad and initializes the text string '12345678' with prompt text ’ENTER
PASSWORD’.
@AKRRemove the
Keyboard/
Keypad.
Remove keyboard or keypad that was displayed using 'AKEYB', 'AKEYP', 'PKEYP',
@AKB, @AKP, @PKP, @EKP, or @TKP commands.
Syntax:
"'@AKR'"
Example:
SEND COMMAND Panel,"'@AKR'"
Removes the Keyboard/Keypad.
BEEPOutput a beep.
Syntax:
"'BEEP'"
Example:
SEND COMMAND Panel,"'BEEP'"
Outputs a beep.
BRITSet the panel
brightness.
Syntax:
"'BRIT-<brightness level>'"
Variab le :
brightness level = 0 - 100.
Example:
SEND COMMAND Panel,"'BRIT-50'"
Sets the brightness level to 50.
@BRTSet the panel
brightness.
Syntax:
"'@BRT-<brightness level>'"
Variab le :
brightness level = 0 - 100.
Example:
SEND COMMAND Panel,"'@BRT-70'"
Sets the brightness level to 70.
DBEEPOutput a
double beep.
Syntax:
"'DBEEP'"
Example:
SEND COMMAND Panel,"'DBEEP'"
Outputs a double beep.