Setup, Sleep – AMX Mio Modero R-4 User Manual

Page 84

Advertising
background image

Programming the Mio R-4

76

Mio Modero R-4

Remote Run Time Commands (Cont.)

@PKP

Present a private
keypad

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:

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 remote to
Setup page

Send remote to Setup page.

Syntax:

SEND_COMMAND <DEV>,"'SETUP'"

Example:

SEND_COMMAND Device,"'SETUP'"

Sends the remote to the Setup Page.

SLEEP

Force the remote
into screen saver
mode

Force the remote into screen saver mode.

Syntax:

SEND_COMMAND <DEV>,"'SLEEP'"

Example:

SEND_COMMAND Device,"'SLEEP'"

Forces the remote into screen saver mode.

@TKP

Present a

telephone keypad

Present a telephone keypad. Pops up the keypad icon and initializes the text string to that
specified. The Prompt Text is optional.

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

Turn On page tracking. This command turns On page tracking, whereby when the page or
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 remote.

Syntax:

SEND_COMMAND <DEV>,"'TPAGEON'"

Example:

SEND_COMMAND Device,"'TPAGEON'"

Turns On page tracking.

TPAGEOFF

Turn Off page
tracking

Turn Off page tracking.

Syntax:

SEND_COMMAND <DEV>,"'TPAGEOFF'"

Example:

SEND_COMMAND Device,"'TPAGEOFF'"

Turns Off page tracking.

Advertising