Brit, Dbeep, Pkeyp – AMX Modero NXD-CV5 User Manual

Page 132: Brt dbeep @ekp pkeyp @pkp

Advertising
background image

Programming

120

NXD-CV5 5" Modero Wall/Flush Mount Touch Panel

Panel Runtime Operation Commands (Cont.)

BRIT

Set the panel
brightness.

Syntax:

"'BRIT-<brightness level>'"

Variable:

brightness level = 0 - 100.

Example:

SEND COMMAND Panel,"'BRIT-50'"

Sets the brightness level to 50.

@BRT

Set the panel
brightness.

Syntax:

"'@BRT-<brightness level>'"

Variable:

brightness level = 0 - 100.

Example:

SEND COMMAND Panel,"'@BRT-70'"

Sets the brightness level to 70.

DBEEP

Output a
double beep.

Syntax:

"'DBEEP'"

Example:

SEND COMMAND Panel,"'DBEEP'"

Outputs a double beep.

@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 '*'.

@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 '*'.

Advertising