![Moxa Technologies VPort D361 User Manual Download Page 53](http://html.mh-extra.com/html/moxa-technologies/vport-d361/vport-d361_user-manual_1842268053.webp)
VPort D361
How to Set Up
the Alarm Trigger Function
A-2
Step 2: Set up the alarm to Send message via HTTP Event Servers.
Enable the Alarm Condition
The VPort 461 supports video motion detection, digital input, and video loss alarm conditions.
Trigger Condition
Select the condition for triggering the alarm.
Trigger Action
Choose Send message via HTTP Event Servers for sending the alarm message to the VPort D361.
HTTP Action Settings
In this section, select Server 1, 2, 3, or 4 for the target HTTP Event Server, and then input the alarm message
being sent. Two messages should be listed.
1.
Cameraidx=xxxx or Idx=xxxx is for identifying the video source.
•
Cameraidx is the camera channel number of the video source. Since the VPort 351 is a 1-channel video
encoder, Cameraidx = 1.
•
Idx is the channel index of this video source in the VPort D361’s video source list. For example, if this VPort
461 is indexed in number 5 of the VPort D361’s video source list, then Idx = 5.
2.
Message=xxxx is for the description of this alarm. Users can customize some information to describe this
alarm. For example, if the DI1 alarm is triggered in low status, the user can use Message=DI1Low to get
the DI1Low information from the video source log.
Customized software
Users also can program customized software to send the alarm message to the VPort D361 for the alarm trigger
function. Users will need to program the sendalarm.cgi command into the software.
Syntax:
http://<server>/moxa-cgi/sendalarm.cgi?address=xxxx&cameraidx=xxxx&message=xxxx
Example:
http://192.168.127.100/moxa-cgi/sendalarm.cgi
address=192.168.127.100&cameraidx=1&message=DI1low