Programming the Mio R-4
78 Mio Modero R-4
Remote Runtime Commands
A device must first be defined in the NetLinx programming language with values for the Device: Port:
System (in all programming examples - Remote is used in place of these values).

Remote Runtime Commands

BEEP
Output a beep.
Syntax:
"'BEEP'"
Example:
SEND COMMAND Device,"'BEEP'"
Outputs a beep.
BRIT
Set the remote
brightness.
Syntax:
"'BRIT-<brightness level>'"
Variab les :
• brightness level = 0 - 100.
Example:
SEND COMMAND Device,"'BRIT-50'"
Sets the brightness level to 50.
SETUP
Send remote to
SETUP page.
Syntax:
"'SETUP'"
Example:
SEND COMMAND Device,"'SETUP'"
Sends the remote to the Setup Page.
SLEEP
Force the remote
into screen saver
mode.
Syntax:
"'SLEEP'"
Example:
SEND COMMAND Device,"'SLEEP'"
Turns backlight off.
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 remote and sent directly to another remote.
Syntax:
"'TPAGEON'"
Example:
SEND COMMAND Device,"'TPAGEON'"
Turns On page tracking.
TPAGEOFF
Turn Off page
tracking.
Syntax:
"'TPAGEOFF'"
Example:
SEND COMMAND Device,"'TPAGEOFF'"
Turns Off page tracking.
WAKE
Force the remote
out of screen
saver mode.
Syntax:
"'WAKE'"
Example:
SEND COMMAND Device,"'WAKE'"
Turns backlight on.