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
Содержание EtherMeter EM-100
Страница 2: ......
Страница 38: ...36 Setup Screen 2 of 8 Serial Port Setup Setup Screen 3 of 8 Networking Setup...
Страница 39: ...37 Setup Screen 4 of 8 Auxiliary I O Setup Setup Screen 5 of 8 Interface Setup...
Страница 41: ...39 Setup Screen 8 of 8 Meter Read Diagnostics...
Страница 79: ...This Page Intentionally Blank...