AMX MVP-5200i Panel Runtime Operation Commands Cont, Programming, @Akp, @Akr, Beep, Brit, @Brt

Models: MVP-5200i

1 184
Download 184 pages 58.64 Kb
Page 152
Image 152
Panel Runtime Operation Commands (Cont.)

Programming

Panel Runtime Operation Commands (Cont.)

@AKP

Keypad string is set to null on power up and is stored until power is lost. The Prompt Text

Pop up the

is optional.

 

keypad icon and

Syntax:

initialize the text

"'@AKP-<initial text>;<prompt text>'"

string to that

Variables:

specified.

 

 

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 keyboard or keypad that was displayed using 'AKEYB', 'AKEYP', 'PKEYP',

Remove the

@AKB, @AKP, @PKP, @EKP, or @TKP commands.

Syntax:

Keyboard/

Keypad.

"'@AKR'"

 

 

Example:

 

SEND COMMAND Panel,"'@AKR'"

 

Removes the Keyboard/Keypad.

 

 

BEEP

Syntax:

Output a beep.

"'BEEP'"

 

Example:

 

SEND COMMAND Panel,"'BEEP'"

 

Outputs a beep.

 

 

BRIT

Syntax:

Set the panel

"'BRIT-<brightness level>'"

brightness.

Variable:

 

 

brightness level = 0 - 100.

 

Example:

 

SEND COMMAND Panel,"'BRIT-50'"

 

Sets the brightness level to 50.

 

 

@BRT

Syntax:

Set the panel

"'@BRT-<brightness level>'"

brightness.

Variable:

 

 

brightness level = 0 - 100.

 

Example:

 

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

 

Sets the brightness level to 70.

 

 

DBEEP

Syntax:

Output a

"'DBEEP'"

double beep.

Example:

 

 

SEND COMMAND Panel,"'DBEEP'"

 

Outputs a double beep.

 

 

144

MVP-5200i Modero Viewpoint Widescreen Touch Panel

Page 152
Image 152
AMX MVP-5200i manual Panel Runtime Operation Commands Cont, Programming, @Akp, @Akr, Beep, Brit, @Brt, Dbeep