Programming the Mio R-4
Remote Run Time Commands (Cont.)
PKEYP 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>,"'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 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.
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.
Syntax:
SEND_COMMAND <DEV>,"'SLEEP'"
Example:
SEND_COMMAND Device,"'SLEEP'"
Forces the remote into screen saver mode.
@TKP 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. 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.