
NetLinx Programming
59
NXV-300 Modero Virtual Touch Panel
Panel Runtime Operation Commands (Cont.)
AKEYP Pop up the keypad icon and initialize the text string to that specified. The keypad string is set to null
on power up and is stored until power is lost.
Syntax:
"'AKEYP-<number string>'"
Variables:
number string = 0 - 9999.
Example:
SEND COMMAND Panel,"'AKEP-12345'"
Pops up the Keypad and initializes the text string '12345'.
AKEYR Remove the Keyboard/Keypad. Remove keyboard or keypad that was displayed using 'AKEYB',
'AKEYP', 'PKEYP', @AKB, @AKP, @PKP, @EKP, or @TKP commands.
Syntax:
"'AKEYR'"
Example:
SEND COMMAND Panel,"'AKEYR'"
Removes the Keyboard/Keypad.
@AKP Pop 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>'"
Variables:
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’.
@AKR Remove 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.
@EKP Extend the Keypad. Pops up the keypad icon and initializes the text string to that specified. The
Prompt Text is optional.
Syntax:
"'@EKP-<initial text>;<prompt text>'"
Variables:
initial text = 1 - 50 ASCII characters.
prompt text = 1 - 50 ASCII characters.
Example:
SEND COMMAND Panel,"'@EKP-33333333;Enter Password'"
Pops up the Keypad and initializes the text string '33333333' with prompt text 'Enter
Password'.
PKEYP Present a private keypad. Pops up the keypad icon and initializes the text string to that specified.
Keypad displays a '*' instead of the numbers typed. The Prompt Text is optional.
Syntax:
"'PKEYP-<initial text>'"
Variables:
initial text = 1 - 50 ASCII characters.
Example:
SEND COMMAND Panel,"'PKEYP-123456789'"
Pops up the Keypad and initializes the text string '123456789' in '*'.
Comentarios a estos manuales