SEND_COMMANDs
51
Mio Modero R-4 Remote - Instruction Manual
Remote Run Time Commands (Cont.)
@EKP
Extend the keypad. Pops up the keypad icon and initializes the text string to that specified. The Prompt Text is optional.
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 Password'.
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.
TPAGEOFF
Turn Off page tracking.
Syntax:
SEND_COMMAND <DEV>,"'TPAGEOFF'"
Example:
SEND_COMMAND Device,"'TPAGEOFF'"
Turns Off page tracking.