EasyManua.ls Logo

SCADAmetrics EtherMeter EM-100 - Web Server Data Display and Customization

SCADAmetrics EtherMeter EM-100
79 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
69
The following web page is served by the EtherMeter:
/index.html A single-frame web page containing a snapshot of the data.
Through the use of an off-board web server, customized, frame-based web pages may be
developed for displaying data from multiple installed EtherMeters™.
The following web page is a simple example:
Figure 19B. Sample Customized Frame-Based Web Page
Source HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Your Company Name Here</title>
</head>
<frameset rows="118,*" framespacing="0" frameborder="0">
<frame src="yourfile.html" marginheight="1" marginwidth="4">
<frameset cols="25%,25%,25%,25%">
<frame src="http://192.168.1.140/index.html" marginheight="1" marginwidth="4" />
<frame src="http://192.168.1.141/index.html" marginheight="1" marginwidth="4" />
<frame src="http://192.168.1.142/index.html" marginheight="1" marginwidth="4" />
<frame src="http://192.168.1.143/index.html" marginheight="1" marginwidth="4" />
</frameset>
</frameset>
</html>
Figure 19C. Sample Customized Frame-Based HTML Code