Fml s, Fml d, Cfg @cst ^fml s ^fml d – AMX Mio Modero Device Family User Manual

Page 22

Advertising
background image

Programming The Mio Modero

18

Mio Modero Device Family

SEND_COMMANDs (Cont.)

^CFG

Set Keypad to Combine Mode. Combine mode allows yu to combine/uncombine adja-
cent buttons on the Keypad.
Syntax:

"'^CFG- <command value>'"

Variables:
• command value = (1= enter combine mode, 0= exit combine mode).
Example:

SEND_COMMAND Panel,"'^CFG-1'"

Sets the Keypad to button combine mode.

Note: While in button combine mode, no pushes will be sent.
Place the Keypad into button combine mode, and hold down two adjacent buttons for 2
seconds to combine them.
• When two buttons have been pressed for 2 seconds, the LED on the left button will

flash to indicate they are combined.

• If you press two buttons that are already combined, they will be uncombined. The

indication is that both button LEDs will flash alternately.

See the Combining Buttons section on page 22 for details.

@CST

Sets the display contrast for the device.
Syntax:

"'@CST-<Contrast Level>'"

Variables:
• Contrast Level = a value from 0 - 31.
Example:

SEND_COMMAND Panel,"'@CST-15'"

Sets the display contrast to approximately 50%.

^FML S

Sets a line of the display to a menu line
Syntax:

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

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

number.

• S = Static line type
Example:

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

Sets dynamic line 1 to a menu line

^FML D

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

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

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

number.

• D = Dynamic line type
Example:

SEND_COMMAND Panel,"'^FML-2,D'"

Set Line 2 to a Dynamic Line with no Level

Advertising