Programming the Mio R-4
Remote Run Time Commands (Cont.)
@AKP Pop up the keypad icon and initialize the text string to that specified. Keypad string is set to null on power
up and is stored until power is lost. The Prompt Text is optional.
Syntax:
SEND_COMMAND <DEV>,"'@AKP-<initial text>;<prompt text>'"
Variables:
• initial text = 1 - 50 ASCII characters.
• prompt text = 1 - 50 ASCII characters.
Example:
SEND_COMMAND Device,"'@AKP-12345678;ENTER PASSWORD'"
Pops up the Keypad and initializes the text string '12345678' with prompt text 'ENTER PASSWORD'.
@AKR Remove the Keyboard or Keypad. Remove keyboard or keypad that was displayed using 'AKEYB',
'AKEYP', 'PKEYP', @AKB, @AKP, @PKP, @EKP, or @TKP commands.
Syntax:
SEND_COMMAND <DEV>,"'@AKR'"
Example:
SEND_COMMAND Device,"'@AKR'"
Removes the Keyboard/Keypad.
BEEP Output a beep.
Syntax:
SEND_COMMAND <DEV>,"'BEEP'"
Example:
SEND_COMMAND Device,"'BEEP'"
Outputs a beep.
BRIT Set the remote brightness.
Syntax:
"'BRIT-<brightness level>'"
Variables:
• brightness level = 0 - 100.
Example:
SEND COMMAND Device,"'BRIT-50'"
Sets the brightness level to 50.
DBEEP Output a double beep.
Syntax:
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. 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'.