146
1 FUNCTIONS
1.12 Web Server Function
■Refreshing cycle
Set the refreshing cycle of the user Web page to the variable updateInterval in HTML. This refreshing cycle applies to all the
objects in the user Web page. When the variable updateInterval is not described in HTML or it is out of range between 5 and
120, 5-second interval (default) applies to the operation.
When refreshing the user Web page in 10-second interval
■Message display language
Set the message display language to the variable dspLanguage in HTML. The following table lists the settings of the variable
dspLanguage and message display languages.
■Available files
The following files are available in the user Web page.
<script>
var updateInterval = 10;
</script>
dspLanguage Message display language
No description English
ja-JP Japanese
en-US English
zh-CN Chinese (Simplified)
Other than the above (out of range) English
File Extension MIME type
HTML .html text/html
.htm text/htm
JavaScript .js text/javascript
CSS .css text/css
GIF image .gif image/gif
PNG image .png image/png
JPG/JPEG image .jpg(.jpeg) image/jpeg