Panel intercom commands – AMX Modero NXD-700Vi User Manual
Page 202

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
Variables:
None.
Example:
SEND_COMMAND TP1,"`^ICM-TALK`"
^ICS
Starts an
intercom call to
the specified IP
address and
ports.
^ICS-
Intercom start. Starts a call to the specified IP address and ports. The initial mode is either
1 (talk) or 0 (listen) or 2 (both). Please note, however, that no data packets will actually
flow until the intercom modify command is sent to the panel.
Syntax:
SEND_COMMAND port>, Variables: IP = IP Address of panel to connect with on an Intercom call. TX UDP port = UDP port to transmit to. RX UDP port = UDP port to receive from. initial mode = 0 (listen) or 1 (talk) or 2 (handsfree). 0 is the default. Examples: Example of setting up a handsfree Unicast call between two panels: SEND_COMMAND TP1,"'^ICS-192.168.0.3,9000,9002,2'" SEND_COMMAND TP2,"'^ICS-192.168.0.4,9002,9000,2'" Example of setting up a multicast call where the first panel is paging two other panels: SEND_COMMAND TP1, "^ICS-239.252.1.1,9002,9000,1" SEND_COMMAND TP2, "^ICS-239.252.1.1,9002,9000,0" SEND_COMMAND TP3, "^ICS-239.252.1.1,9002,9000,0" Example of setting up a baby monitor call where the first panel is listening to the SEND_COMMAND TP1,"'^ICS-192.168.0.3,9000,9002,0'" SEND_COMMAND TP2,"'^ICS-192.168.0.4,9002,9000,1'" ^MODEL? Gets the panel Syntax: "'^MODEL?'" Example: SEND_COMMAND Panel,"'^MODEL?'" The panel (an MVP-8400i) responds with, ^MODEL-MVP-8400i
microphone audio coming from the second panel:
model name.