161
DL8 USERS
MANUAL EM-7691-B Rev.24
16.3 USER DEFINED VIEW
The simple HTML file created in 16.2 PROCEDURE FOR CREATING AND TRANSFERRING BROWSER VIEW DATA,
showing only a fixed character string, is not usable for real applications.
JavaScript is usually used to realize a variable character string such as a process value indicator.
In addition, the DL8 is available with its original tags.
Modify as shown below the “sample.html” file created in 16.2 PROCEDURE FOR CREATING AND TRANSFERRING
BROWSER VIEW DATA and upload to the DL8.
Refresh the browser view.
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
<html>
<head>
<meta http-equiv=”Content-Type” content=“text/html; charset=utf-8”>
<title></title>
</head>
<body bgcolor=”#80ffff”>
<p>TEST AI1=[AI1_DATA]</p>
</body>
</html>
The [AI1_DATA] part is now replaced with AI1 value.
The [AI1_DATA] is one of the original tags provided by the DL8.
A data monitoring view can be built without using JavaScript.
The DL8 original tags are usable only in .html files.
Refer to 16.4 DATA FILE SPECIFICATIONS for details of available tags.