Programming the mio modero, Keypadbuilder, Send_commands – AMX Mio Modero Device Family User Manual

Page 21

Advertising
background image

Programming The Mio Modero

17

Mio Modero Device Family

Programming The Mio Modero

KeypadBuilder

Most functionality of the Mio Modero is handled using the application, KeypadBuilder. Go to www.amx.com
for the KeypadBuilder Instruction Manual.

There are a select number of SEND_COMMANDs the Mio Modero recognizes.

SEND_COMMANDs

Below is a list of SEND_COMMANDs accepted by the Mio Modero device family from NetLinx masters. As
indicated, not every command applies to all Mio Modero devices, e.g., the ^TXT command is not apparent
without an LCD upon which to display.

To use these commands, establish a Telnet session from the PC to the NetLinx master.

All text is based on a Unicode index.

SEND_COMMANDs

@BRT

Set Brightness level
Syntax:

"'BRIT-<tag>,<awake brightness level>,<sleep brightness level>'"

Variables:
• brightness level # = a value from 0 - 32.
• tag = Red or Blue; affected LCDs

"'@BRT-#'" (Set LED Awake brightness level)
"'@BRT-##'" (Set LED Awake brightness level, sleep brightness level)
"'@BRT-tag#'" (Set Red or Blue LED, brightness level)
"'@BRT-tag##'" (Set Red or Blue LED, awake brightness level, and sleep brightness)

Examples:

(1) SEND_COMMAND Panel,"'@BRT-16'"

Sets the awake brightness level to 50%.

(2) SEND_COMMAND Panel,"'@BRT-32,5'"

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

(3) SEND_COMMAND Panel,"'@BRT-RED,32'"

Sets the red LED awake brightness level to 100%.

(4) SEND_COMMAND Panel,"'@BRT-BLUE,32,5'"

Sets the Blue LED awake brightness level to 100% and sleep brightness level to
Approximately 15%

Advertising