;'", SEND COMMAND Panel,"'@EKP-33333333;Enter Password'", "'PKEYP-'", SEND COMMAND Panel,"'PKEYP-123456789'", "'@PKP-;'", SEND COMMAND Panel,"'@PKP-1234567;ENTER PASSWORD'", "'SETUP'", SEND COMMAND Panel,"'SETUP'", "'SHUTDOWN'", SEND COMMAND Panel,"'SHUTDOWN'", "'SLEEP'", SEND COMMAND Panel,"'SLEEP'" . "'@EKP-;'", SEND COMMAND Panel,"'@EKP-33333333;Enter Password'", "'PKEYP-'", SEND COMMAND Panel,"'PKEYP-123456789'", "'@PKP-;'", SEND COMMAND Panel,"'@PKP-1234567;ENTER PASSWORD'""> AMX NXD-CV7, NXT-CV7 "'@EKP-<initial text>;<prompt text>'", SEND COMMAND Panel,"'@EKP-33333333;Enter Password'", "'PKEYP-<initial text>'", SEND COMMAND Panel,"'PKEYP-123456789'", "'@PKP-<initial text>;<prompt text>'", SEND COMMAND Panel,"'@PKP-1234567;ENTER PASSWORD'", "'SETUP'", SEND COMMAND Panel,"'SETUP'", "'SHUTDOWN'", SEND COMMAND Panel,"'SHUTDOWN'", "'SLEEP'", SEND COMMAND Panel,"'SLEEP'"
Programming
156 7" Modero Widescreen Touch Panels
Panel Runtime Operation Commands (Cont.)
@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>'"
Varia bles:
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>'"
Varia bles:
initial text = 1 - 50 ASCII characters.
Example:
SEND COMMAND Panel,"'PKEYP-123456789'"
Pops up the Keypad and initializes the text string '123456789' in '*'.
@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>'"
Varia bles:
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.
SHUTDOWN
Shut down the
batteries providing
power to the
panel.
Syntax:
"'SHUTDOWN'"
Example:
SEND COMMAND Panel,"'SHUTDOWN'"
Shuts-down the batteries feeding power to the panel. This function saves the battery from
discharging.
SLEEP
Force the panel
into screen saver
mode.
Syntax:
"'SLEEP'"
Example:
SEND COMMAND Panel,"'SLEEP'"
Forces the panel into screen saver mode.