VIVOTEK
User's Manual - 209
URL Command Document for All Series391
73
space and it will
occupy storage size.
Group:
vadp_module_i<0~(n-1)>
NAME
VALUE
DEFAULT
SECURITY
(get/set)
DESCRIPTION
enable
<boolean>
0
6/6
Indicate if the module is
enabled or not.
If yes, also add the index
of this module to the
module_order.
name
string[40]
<blank>
6/6
Module name
url
string[120]
<blank>
6/6
Define the URL string
after the IP address if the
module provides it own
web page.
vendor
string[40]
<blank>
6/6
The provider of the
module.
vendorurl
string[120]
<blank>
6/6
URL of the vendor.
version
string[40]
<blank>
6/6
Version of the module.
license
string[40]
<blank>
6/6
Indicate the license
status of the module.
path
string[40]
<blank>
6/6
Record the storage path
of the module.
initscr
string[40]
<blank>
6/6
The script that will
handle operation
commands from the
system.
status
string[40]
off
6/6
Indicate the running
status of the module.
URL Command Document for All Series391
74
8. Useful Functions
8.1 Drive the Digital Output
Note:
This request requires Viewer privileges.
Method:
GET/POST
Syntax:
http://<
servername
>/cgi-bin/dido/setdo.cgi?do1=
<state>
[&do2=<state>]
[&do3=<state>][&do4=<state>]
Where state is 0 or 1
; “
0
”
means inactive or normal state, while
“
1
”
means active or triggered state.
PARAMETER VALUE
DESCRIPTION
do<num>
0, 1
0
–
Inactive, normal state
1
–
Active, triggered state
Example:
Drive the digital output 1 to triggered state and redirect to an empty page.
http://myserver/cgi-bin/dido/setdo.cgi?do1=1