
NetLinx Programming
60
NXV-300 Modero Virtual Touch Panel
Panel Runtime Operation Commands (Cont.)
@PKP 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:
"'@PKP-<initial text>;<prompt text>'"
Variables:
initial text = 1 - 50 ASCII characters.
prompt text = 1 - 50 ASCII characters.
Example:
SEND COMMAND Panel,"'@PKP-1234567;ENTER PASSWORD'"
Pops up the Keypad and initializes the text string 'ENTER PASSWORD' in '*'.
SETUP Send panel to SETUP page.
Syntax:
"'SETUP'"
Example:
SEND COMMAND Panel,"'SETUP'"
Sends the panel to the Setup Page.
SLEEP Force the panel into screen saver mode.
Syntax:
"'SLEEP'"
Example:
SEND COMMAND Panel,"'SLEEP'"
Forces the panel into screen saver mode.
TPAGEON Turn On page tracking. This command turns On page tracking, whereby when the page or popups
change, a string is sent to the Master. This string may be captured with a CREATE_BUFFER
command for one panel and sent directly to another panel.
Syntax:
"'TPAGEON'"
Example:
SEND COMMAND Panel,"'TPAGEON'"
Turns On page tracking.
TPAGEOFF Turn Off page tracking.
Syntax:
"'TPAGEOFF'"
Example:
SEND COMMAND Panel,"'TPAGEOFF'"
Turns Off page tracking.
@VKB Popup the virtual keyboard.
Syntax:
"'@VKB'"
Example:
SEND COMMAND Panel,"'@VKB'"
Pops-up the virtual keyboard.
WAKE Force the panel out of screen saver mode.
Syntax:
"'WAKE'"
Example:
SEND COMMAND Panel,"'WAKE'"
Forces the panel out of the screen saver mode.
Komentáře k této Příručce