Programming the Mio R-4

Panel Run Time Commands (Cont.)

SLEEP

Force the panel into screen saver mode.

Force the panel

Syntax:

into screen saver

SEND_COMMAND <DEV>,"'SLEEP'"

mode

Example:

 

 

SEND_COMMAND Device,"'SLEEP'"

 

Forces the panel into screen saver mode.

 

 

@TKP

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

Present a tele-

specified. The Prompt Text is optional.

 

phone keypad

Syntax:

 

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

 

Variables:

 

• initial text = 1 - 50 ASCII characters.

 

• prompt text = 1 - 50 ASCII characters.

 

Example:

 

SEND_COMMAND Device,"'@TKP-999.222.1211;Enter Phone Number'"

 

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

 

Phone Number'.

 

 

TPAGEON

Turn On page tracking. This command turns On page tracking, whereby when the page or

Turn On page

popups change, a string is sent to the Master. This string may be captured with a

CREATE_BUFFER command for one panel and sent directly to another panel.

tracking

Syntax:

 

 

SEND_COMMAND <DEV>,"'TPAGEON'"

 

Example:

 

SEND_COMMAND Device,"'TPAGEON'"

 

Turns On page tracking.

 

 

TPAGEOFF

Turn Off page tracking.

Turn Off page

Syntax:

tracking

SEND_COMMAND <DEV>,"'TPAGEOFF'"

 

 

Example:

 

SEND_COMMAND Device,"'TPAGEOFF'"

 

Turns Off page tracking.

 

 

@VKB

Popup the virtual keyboard.

Popup the virtual

Syntax:

keyboard

SEND_COMMAND <DEV>,"'@VKB'"

 

 

Example:

 

SEND_COMMAND Device,"'@VKB'"

 

Pops-up the virtual keyboard.

 

 

WAKE

Force the panel out of screen saver mode.

Force the panel

Syntax:

out of screen

SEND_COMMAND <DEV>,"'WAKE'"

saver mode

Example:

 

 

SEND_COMMAND Device,"'WAKE'"

 

Forces the panel out of the screen saver mode.

 

 

Mio Modero R-4

77

 

 

Page 83
Image 83
AMX Mio Modero R-4 manual Sleep, @Tkp, Tpageon, Tpageoff, @Vkb, Wake