AMX Device Family Universal Remote User Manual


 
Programming The Mio Modero
23
Mio Modero Device Family
SEND_COMMANDs (Cont.)
^FML D L # Sets a line of the display to a dynamic line with a level, and sets the level style
Syntax:
"'^FML-<variable text address range>,D,L,<Level Style>'"
Variables:
variable text address range = 1 - 4; the address range corresponds to the
dynamic line number.
D = Dynamic line type
L = Level
level style = 0 or 1 for level style type
Example:
SEND_COMMAND Panel,"'^FML-1,D,L,0'"
Set line 1 to a Dynamic line with level and set style to 'Level Style 0’
^GLY
(LCD equipped only)
Set Glyph Character.
Syntax:
"'^GLY-<variable text address range>,',<glyph number>"
Variables:
variable text address range = 1 - 4; the address range corresponds to the
dynamic line number.
glyph number = glyph text.
Example:
SEND_COMMAND Panel, "'^GLY-1&4,',2"
Sets the second glyph character on dynamic lines 1 and 4 of the LCD button.
^JST-
(LCD equipped only)
Set text alignment using a numeric keypad layout for those buttons with a
defined address range
Syntax:
"'^JST-<variable text address range>,<new text
alignment>'"
Variable:
variable text address range = 1 - 4; the address range corresponds to the
dynamic line number.
new text alignment = Value of 1 - 9 corresponds to the following locations:
1, 4 or 7 = Left
2, 5 or 8 = Center
3, 6 or 9 = Right
Example:
SEND_COMMAND Panel,"'^JST-1.4,1'"
Sets the text alignment to the left side on dynamic lines 1, 2, 3 and 4 of the
LCD button
Note: There is no vertical alignment.
^PRX- Sets the sensitivity for the proximity sensor.
Syntax:
"'^PRX-#'"
Variables:
# = a value from 0 - 31.
Example:
SEND_COMMAND Panel,"'^PRX-15'"
Sets the proximity sensor for the device to a level of approximately 50%.