AMX nxd-700vi Intercom System User Manual


 
Programming
185
NXD-700Vi 7" Modero® Wall/Flush Mount Touch Panel with Intercom
Intercom Commands
The following is a listing and descriptions of panel intercom commands.
Intercom Commands
^ICE
Ends an intercom
call.
Syntax:
"'^ICE'"
Example:
SEND_COMMAND Panel,"'^ICE'"
Ends a call.
^ICM
Modifies an
intercom call.
For backwards compatibility, both ^ICM-TALK and ^ICM-LISTEN 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.