Fml d l, Fml d l ^fml d l, Gly ^jst – AMX Mio Modero Device Family User Manual

Page 23

Advertising
background image

Programming The Mio Modero

19

Mio Modero Device Family

SEND_COMMANDs (Cont.)

^FML D L

Sets a line of the display to a dynamic line with a level
Syntax:

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

Variables:
• variable text address range = 1 - 4; the address range corresponds to the dynamic line

number.

• D = Dynamic line type
• L = Level
Example:

SEND_COMMAND Panel,"'^FML-1,D,L'"

Set line 1 to a Dynamic line with level

^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>'"

Variables:
• 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.

Advertising