begin_time
hh:mm:ss
end_time
hh:mm:ss
exclude
0/1
eventop
0/1
delay
1~999
prevnum
0~6
ssfprefix
<text string shorter than
60 characters>
dihigh
0/1
dilow
0/1
dirise
0/1
difall
0/1
motion1
0/1
motion2
0/1
motion3
0/1
ioalarm
0/1
mdalarm
0/1
ioupload
0/1
mdupload
0/1
seqop
0/1
sinter
1 ~ 99999
smethod
mail
ftp
suffix
0/1
resetdo
0/1
Example: Enable sequential send snapshot by every 1 second with email.
http://myserver/setup/app.vspx?method=set&exclude=1&eventop=0&seqop=1&
smethod=mail&sinter=1
Drive the digital output
Note: This request requires the privilege of I/O access control.
Method: GET/POST
Syntax:
http://<servername>/cgi-bin/setdo.cgi?do1=<state>[&do2=<state>]
[&do3=<state>][&do4=<state>][&return=<return page>]
Where state is H, L. H means NC (normal close) connected with COMMON and L means NO (normal open)
connected with COMMON. The number of DO dependents on the server type.
parameter
Value
do<num>
<state>
return
<return page>
Example: Drive the digital output 1 to high and redirect to an empty page
http://myserver/cgi-bin/setdo.cgi?do1=H
Query status of the digital input
Note: This request requires the privilege of I/O access control.
Method: GET/POST
Begin time of weekly schedule
End time of weekly schedule
Disable/Enable all the time except for the above schedule
check box
Disable/Enable Event operation
Delay seconds before detect next event
Number of pre-trigger event images
Snapshot file name prefix for both event and sequential
operation
Enable/Disable trigger when input is high
Enable/Disable trigger when input is low
Enable/Disable trigger when input is rising
Enable/Disable trigger when input is falling
Enable/Disable trigger when motion int window #1 is detected
Enable/Disable trigger when motion int window #2 is detected
Enable/Disable trigger when motion int window #3 is detected
Enable/Disable DO trigger when DI condition matched
Enable/Disable DO trigger when motion detection condition
matched
Enable/Disable upload snapshot when DI condition matched
Enable/Disable upload snapshot when motion detection
condition matched
Enable/Disable sequential operation
Interval of sequential snapshot in second
Send snapshot by e-mail
Send snapshot by ftp
Enable/Disable FTP put snapshots with date and time suffix
Reset/No reset DO when click save button
description
H – NC connected with COMMON
L – NO connected with COMMON
Redirect to the page <return page> after the parameter is
assigned. The <return page> can be a full URL path or relative
path according the the current path. If you omit this parameter,
it will redirect to an empty page.
52