Programming the Mio R-4

Panel Run Time Commands (Cont.)

DBEEP

Output a double beep.

Output a double

Syntax:

beep

SEND_COMMAND <DEV>,"'DBEEP'"

 

 

Example:

 

SEND_COMMAND Device,"'DBEEP'"

 

Outputs a double beep.

 

 

@EKP

Extend the keypad. Pops up the keypad icon and initializes the text string to that specified.

Extend the

The Prompt Text is optional.

 

keypad

Syntax:

 

SEND_COMMAND <DEV>,"'@EKP-<initial text>;<prompt text>'"

 

Variables:

 

• initial text = 1 - 50 ASCII characters.

 

• prompt text = 1 - 50 ASCII characters.

 

Example:

 

SEND_COMMAND Device,"'@EKP-33333333;Enter Password'"

 

Pops up the Keypad and initializes the text string '33333333' with prompt text 'Enter Pass-

 

word'.

 

 

PKEYP

Present a private keypad. Pops up the keypad icon and initializes the text string to that

Present a private

specified. Keypad displays a '*' instead of the numbers typed. The Prompt Text is optional.

 

keypad

Syntax:

 

SEND_COMMAND <DEV>,"'PKEYP-<initial text>'"

 

Variables:

 

• initial text = 1 - 50 ASCII characters.

 

Example:

 

SEND_COMMAND Device,"'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

Present a private

specified. Keypad displays a '*' instead of the numbers typed. The Prompt Text is optional.

 

keypad

Syntax:

 

SEND_COMMAND <DEV>,"'@PKP-<initial text>;<prompt text>'"

 

Variables:

 

• initial text = 1 - 50 ASCII characters.

 

• prompt text = 1 - 50 ASCII characters.

 

Example:

 

SEND_COMMAND Device,"'@PKP-1234567;ENTER PASSWORD'"

 

Pops up the Keypad and initializes the text string 'ENTER PASSWORD' in '*'.

 

 

SETUP

Send panel to Setup page.

Send panel to

Syntax:

Setup page

SEND_COMMAND <DEV>,"'SETUP'"

 

 

Example:

 

SEND_COMMAND Device,"'SETUP'"

 

Sends the panel to the Setup Page.

 

 

76

Mio Modero R-4

Page 82
Image 82
AMX Mio Modero R-4 manual Dbeep, @Ekp, Pkeyp, @Pkp, Setup