
Programming
165
MVP-7500/8400 Modero Viewpoint Wireless Touch Panels
Intercom Commands
The following is a list of Intercom Commands:
Intercom Commands
^MODEL?
Sets model name.
Panel model name. If the panel supports intercom hardware it will respond with its model
name as shown in the response below. Older hardware or newer hardware that has inter-
com support disabled with not respond to this command.
Syntax:
SEND_COMMAND <DEV>,"'^MODEL?'"
Variables:
None.
Example:
SEND_COMMAND TP1,"'^MODEL?'"
Panel response string if intercom enabled:
^MODEL-MVP-8400i
^ICS-
Intercom start.
^ICS-<IP>,<TX UDP port>,<RX UDP port>,<initial mode>'"
Intercom start. Starts a call to the specified IP address and ports, where initial mode is
either 1 (talk) or 0 (listen) or 2 (both). If no mode is specified 0 (listen) is assumed. Please
note, however, that no data packets will actually flow until the intercom modify command is
sent to the panel.
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"
^ICE'
Intercom end.
Intercom end. This terminates an intercom call/connection.
Syntax:
SEND_COMMAND <DEV>,"'^ICE'"
Variables:
None
Example:
SEND_COMMAND TP1,"'^ICE'"
SEND_COMMAND TP2,"'^ICE'"
Terminates an intercom call between two panels.
Summary of Contents for Modero ViewPoint MVP-7500
Page 4: ......
Page 10: ...vi MVP 7500 8400 Modero Viewpoint Wireless Touch Panels Table of Contents ...
Page 20: ...NXA CFSP Compact Flash 10 MVP 7500 8400 Modero Viewpoint Wireless Touch Panels ...
Page 182: ...Programming 172 MVP 7500 8400 Modero Viewpoint Wireless Touch Panels ...
Page 186: ...Panel Calibration 176 MVP 7500 8400 Modero Viewpoint Wireless Touch Panels ...
Page 192: ...Appendix A Text Formatting 182 MVP 7500 8400 Modero Viewpoint Wireless Touch Panels ...
Page 203: ...Appendix B Wireless Technology 193 MVP 7500 8400 Modero Viewpoint Wireless Touch Panels ...
Page 204: ...Appendix B Wireless Technology 194 MVP 7500 8400 Modero Viewpoint Wireless Touch Panels ...
Page 208: ...Appendix C Troubleshooting 198 MVP 7500 8400 Modero Viewpoint Wireless Touch Panels ...
Page 209: ...Appendix C Troubleshooting 199 MVP 7500 8400 Modero Viewpoint Wireless Touch Panels ...