AMX NXD-700Vi Computer Monitor User Manual


 
Programming
180
7" Modero Widescreen Touch Panels
Panel Intercom Commands
The following is a listing and descriptions of panel intercom commands.
Panel 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`"
^ICS
Starts an
intercom call to
the specified IP
address and
ports.
Syntax:
"'^ICS-<ip>,<tx UDP port>,<rx UDP port>,<initial mode>'"
Variable:
ip = IP address.
tx UDP port = Initial panel port.
rx UDP port = Receiving panel port.
initial mode = 0 - listen; 1 - talk; 2 - both
Example:
SEND_COMMAND TP1,"'^ICS-192.168.0.3,9000,9002,2'"
SEND_COMMAND TP2,"'^ICS-192.168.0.4,9002,9000,2'"
Starts a call from TP1 to TP2 where each panel is set to both talk and listen.
^MODEL?
Gets the panel
model name.
Syntax:
"'^MODEL?'"
Example:
SEND_COMMAND Panel,"'^MODEL?'"
The panel (an MVP-8400i) responds with, ^MODEL-MVP-8400i