Send_commands, Brt ^cfg ^fml – AMX Mio Modero R-3 User Manual

Page 23

Advertising
background image

Programming The Mio R-3

19

Mio Modero R-3 Remote

Send_Commands

When used with ZigBee communications and a NetLinx master, the Mio R-3 supports a small set of
Send_Commands. The table below captures all Send_Commands supported by the Mio R3

Send_Commands

@BRT

Set Brightness level

This command can be used to customize the brightness of the red LEDs that
backlight the power button if the predefined brightnesses in Setup Mode are
not fine enough.

Syntax:

@BRT- <awake brightness level>, <sleep brightness level>

Variables:

• # = a value from 0 - 32.

@BRT- # (Set LED Awake brightness level)

@BRT- #, # (Set LED Awake brightness level, sleep brightness level)

Example:

@BRT-16

Sets the awake brightness level to 50%.

@BRT-32,5

Sets the awake brightness level to 100% and sleep brightness level to

approximately 15%

^CFG

Enable or Disable Debug
Mode

Syntax:

^CFG- <command value>

Variables:

• # = (1 = Debug Mode ON, 0 = Debug Mode OFF).

Example:

^CFG-1

Turn Debug Mode ON

^FML

Sets a line of the display to a
menu line

Syntax:

"'^FML-<variable text address range>,S'"

Variables:

• variable text address range = 1; the address range corresponds to the

dynamic line number.

Example:

SEND_COMMAND Panel,"'^FML-1,S'"

Sets dynamic line 1 to a menu line

Advertising