AMX MVP-8400i Universal Remote User Manual


 
Programming
145
MVP-8400i 8.4" Modero® ViewPoint® Touch Panel with Intercom
Panel Setup Commands (Cont.)
^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.
^ICM-TALK
^ICM-LISTEN
Intercom modify
command.
Intercom modify command. For backwards compatibility both versions are
supported.
In this release, however, the TALK and LISTEN subcommands are ignored. The
microphone and/or speaker are activated based on the initial mode value of the
intercom start command and the audio data packet flow is started upon receipt of
this command by the panel.
Syntax:
SEND_COMMAND <DEV>,"'^ICM-TALK'"
Variables:
None.
Example:
SEND_COMMAND TP1,"'^ICM-TALK'"
^ICM-MUTEMIC
Set the state of the
microphone on a panel
to muted (1) or unmuted
(0). At the start of each
call the microphone
starts out unmuted.
Syntax:
"'^ICM-MUTEMIC,<state>'"
Variables:
0 - unmuted
1 - muted
Example:
SEND_COMMAND Panel, “^ICM-MUTEMIC,1”
Sets the microphone to muted.