AMX Modero NXD-1000Vi User Manual

Page 198

Advertising
background image

Programming

188

10" Modero Widescreen Touch Panels

Panel Setup Commands

^CFSM

Sets the Flash
cache to the
maximum
available size
allowed for
backup Flash
cache.

(determined by
taking 75% of free
Flash space)

Syntax:

“’^CFSM’”

Variable:

There is no parameter for this command.

Example:

SEND_COMMAND Panel, “’^CFSM’”

Modifies the Flash cache size to the maximum available size for the device.

^CEX

Changes the
default expiration
time for entries in
the image cache
(applies to both
primary RAM
cache and backup
Flash cache).
The default
expiration time
applies to
dynamic images
only.

Syntax:

“’^CEX-<time index>’”

Variable:

time index:

• 1 = 2 Hours

• 2 = 8 Hours

• 3 = 1 Day

• 4 = 2 Days

• 5 = 5 Days

• 0 = NEVER

Example:

SEND_COMMAND Panel, “’^CEX-4’”

Changes the default expiration time to 2 Days.

^DLD

Set the disable
cradle LED flag.

Syntax:

“’^DLD-<0/1>’”

Variables:

0 - LEDs operate normally

1 - Cradle LEDs operate dim setting only

Example:

SEND_COMMAND Panel, “’^DLD-1’”

Sets the cradle LEDs to the dim setting.

^MUT

Set the panel
mute state.

Syntax:

"'^MUT-<mute state>'"

Variable:

mute state= 0 = Mute Off and 1 = Mute On.

Example:

SEND_COMMAND Panel,"'^MUT-1''"

Sets the panel’s master volume to mute.

@PWD

Set the page flip
password.

@PWD sets the level 1 password only.

Syntax:

"'@PWD-<page flip password>'"

Variables:

page flip password = 1 - 50 ASCII characters.

Example:

SEND COMMAND Panel,"'@PWD-Main'"

Sets the page flip password to 'Main'.

Advertising