AMX Device Family Universal Remote User Manual


 
Programming The Mio Modero
25
Mio Modero Device Family
SEND_COMMANDs (Cont.)
^TXT-
(LCD equipped only)
Assign a text string to those LCD buttons with a defined address range. Sets
nonunicode text.
Syntax:
"'^TXT-<variable text address range>,<new text>'"
Variables:
variable text address range = 1 - 4; the address range corresponds to the
dynamic line number.
new text = 1 - 20 characters (uses one byte Unicode values for all text
characters).
Example:
1. SEND_COMMAND Panel,"'^TXT-1&3,Test Only'"
Sets the text "Test Only" on dynamic lines 1 and 3 of the LCD button.
2. SEND_COMMAND Panel,"'^TXT-2.4,'"
Clear text on dynamic lines 1 through 4 of the LCD button.
^UNI-
(LCD equipped only)
Set Unicode text. The Unicode text is sent as a two byte HEX value.
Syntax:
"'^UNI-<variable text address range>,',<unicode text>"
Variables:
variable text address range = 1 - 4; the address range corresponds to the
dynamic line number.
unicode text = Unicode HEX value.
Example:
SEND_COMMAND Panel, "'^UNI-1&4,',$00,$BD,$00,$B5"
Sets the Unicode characters '½µ' on dynamic lines 1 and 4 of the LCD button.
Note: Unicode is always represented in a two byte HEX value.
WAKE Force the device out of screen saver mode.
Syntax:
"'WAKE'"
Example:
SEND_COMMAND Panel,"'WAKE'"
Forces the device out of the screen saver mode.