Panel Intercom Commands - AMX Modero NXD-700Vi Operation/Reference Manual

G4 touch panels 7” modero widescreen video touch panels with full duplex intercom
Hide thumbs Also See for Modero NXD-700Vi:
Table of Contents

Advertisement

The following is a listing and descriptions of panel intercom commands.
^ICE
Syntax:
Ends an
"'^ICE'"
intercom call.
Example:
SEND_COMMAND Panel,"'^ICE'"
Ends a call.
For backwards compatibility, both ^ICM-TALK and ^ICM-LISTEN are supported. In this
^ICM
release, however, the TALK and LISTEN subcommands are ignored. The microphone
Modifies an
and/or speaker are activated based on the initial mode value of the intercom start
intercom call.
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
^ICS-<IP>,<TX UDP port>,<RX UDP port>,<initial mode>'"
Starts an
Intercom start. Starts a call to the specified IP address and ports, where initial mode is
intercom call to
either 1 (talk) or 0 (listen) or 2 (both). If no mode is specified 0 (listen) is assumed. Please
the specified IP
note, however, that no data packets will actually flow until the intercom modify command is
address and
sent to the panel.
ports.
Syntax:
SEND_COMMAND <DEV>,"'^ICS-<IP>,<TX UDP port>,<RX UDP
port>,<initial mode>'"
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 micro-
phone audio coming from the second panel:
send_command TP1, "^ICS-192.168.0.3,9000,9002,0"
send_command TP2, "^ICS-192.168.0.4,9002,9000,1"
^MODEL?
Syntax:
Gets the panel
"'^MODEL?'"
model name.
Example:
SEND_COMMAND Panel,"'^MODEL?'"
The panel (an MVP-8400i) responds with, ^MODEL-MVP-8400i

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents