AMX NXD-CV5 Panel Runtime Operations, Panel Runtime Operation Commands, Programming, Abeep, @Akb

Models: NXD-CV5

1 162
Download 162 pages 52.79 Kb
Page 140
Image 140
Panel Runtime Operations

Programming

Panel Runtime Operations

Serial Commands are used in the AxcessX Terminal Emulator mode. These commands are case insensitive.

Panel Runtime Operation Commands

ABEEP

Syntax:

Output a single

"'ABEEP'"

beep even if beep

Example:

is Off.

SEND COMMAND Panel,"'ABEEP'"

 

 

Outputs a beep of duration 1 beep even if beep is Off.

 

 

ADBEEP

Syntax:

Output a double

"'ADBEEP'"

beep even if beep

Example:

is Off.

SEND COMMAND Panel,"'ADBEEP'"

 

 

Outputs a double beep even if beep is Off.

 

 

@AKB

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

Pop up the

Text is optional.

 

keyboard icon and

Syntax:

initialize the text

"'@AKB-<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,"'@AKB-Texas;Enter State'"

 

Pops up the Keyboard and initializes the text string 'Texas' with prompt text 'Enter State'.

 

 

AKEYB

Keyboard string is set to null on power up and is stored until power is lost.

Pop up the

Syntax:

keyboard icon and

"'AKEYB-<initial text>'"

initialize the text

Variables:

string to that

 

specified.

initial text = 1 - 50 ASCII characters.

 

Example:

 

SEND COMMAND Panel,"'AKEYB-This is a Test'"

 

Pops up the Keyboard and initializes the text string 'This is a Test'.

 

 

AKEYP

The keypad string is set to null on power up and is stored until power is lost.

Pop up the

Syntax:

keypad icon and

"'AKEYP-<number string>'"

initialize the text

Variables:

string to that

 

specified.

number string = 0 - 9999.

 

Example:

 

SEND COMMAND Panel,"'AKEP-12345'"

 

Pops up the Keypad and initializes the text string '12345'.

 

 

AKEYR

Remove keyboard or keypad that was displayed using 'AKEYB', 'AKEYP', 'PKEYP',

Remove the

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

 

Keyboard/

Syntax:

Keypad.

"'AKEYR'"

 

 

Example:

 

SEND COMMAND Panel,"'AKEYR'"

 

Removes the Keyboard/Keypad.

 

 

134

5" Modero Widescreen Touch Panel

Page 140
Image 140
AMX NXD-CV5 Panel Runtime Operations, Panel Runtime Operation Commands, Programming, Abeep, Adbeep, @Akb, Akeyb, Akeyp