Chapter 12 455
Platform Specifics and Web Monitoring
Web Monitoring with Agilent VEE
http://hostname{:port}{/command}{?parameter}
Specifies a view or UserFunction for the remote user to view in the
VEE program. For example,
http://hostname/ViewMainDetail
displays the Detail view of your main VEE program.
http://hostname{:port}{/file}
Specifies a file that you have saved, such as a *.jpeg or *.html file,
that you want the remote user to view.
Note The fields in wavy parentheses {} are optional fields.
The fields in the URL addresses are as follows:
Hostname (Required) Identifies your system, where VEE is
running, in the format
<computer_name>
.domain.com.
You may choose to have a remote user type in only
the <hostname> in a URL, such as
http://<hostname>. This command opens your
VEE Web Server Home Page
index.html and
displays it to the remote user. The remote user can
make choices from your VEE Web Server Home
Page menu to display, monitor, or troubleshoot your
VEE program.
Port (Optional) Identifies the Web Server port number if
not using the default value 80. Specify this value
only when the port number you entered in
File ⇒
Default Preferences ⇒ Web Server is a
number other than 80.
For example, if the remote user is accessing VEE on
your system, and the port number in your
File ⇒
Default Preference ⇒ Web Server is set to
85, you would have the remote user enter
http://<hostname>:85.