Programming the Mio 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

Syntax:

Output a beep.

"'BEEP'"

 

Example:

 

SEND COMMAND Device,"'BEEP'"

 

Outputs a beep.

 

 

BRIT

Syntax:

Set the remote

"'BRIT-<brightness level>'"

brightness.

Variables:

 

 

• brightness level = 0 - 100.

 

Example:

 

SEND COMMAND Device,"'BRIT-50'"

 

Sets the brightness level to 50.

 

 

SETUP

Syntax:

Send remote to

"'SETUP'"

SETUP page.

Example:

 

 

SEND COMMAND Device,"'SETUP'"

 

Sends the remote to the Setup Page.

 

 

SLEEP

Syntax:

Force the remote

"'SLEEP'"

into screen saver

Example:

mode.

SEND COMMAND Device,"'SLEEP'"

 

 

Turns backlight off.

 

 

TPAGEON

This command turns On page tracking, whereby when the page or popups change, a

Turn On page

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.

tracking.

Syntax:

 

 

"'TPAGEON'"

 

Example:

 

SEND COMMAND Device,"'TPAGEON'"

 

Turns On page tracking.

 

 

TPAGEOFF

Syntax:

Turn Off page

"'TPAGEOFF'"

tracking.

Example:

 

 

SEND COMMAND Device,"'TPAGEOFF'"

 

Turns Off page tracking.

 

 

WAKE

Syntax:

Force the remote

"'WAKE'"

out of screen

Example:

saver mode.

SEND COMMAND Device,"'WAKE'"

 

 

Turns backlight on.

 

 

78

Mio Modero R-4

Page 84
Image 84
AMX Mio Modero R-4 manual Remote Runtime Commands