Mitsubishi Electric MELSEC Q Series User Manual page 397

Programmabale web server module
Hide thumbs Also See for MELSEC Q Series:
Table of Contents

Advertisement

7 USER SCREEN CREATION FUNCTION
7 - 38
(3) Sample screen for write button part
The following provides an example of creating the sample screen that displays
the write button parts.
The sample screen (Smpwbten.htm) is stored in the USER directory of the Web
server module.
(a)
Tag setting (refer to Section 6.3.3)
1)
Set "Data write" in the tag setting No. 1 to "Enable".
2)
Set the component setting No. 1 of the tag setting No. 1.
3)
Click on the "Update" button on the Setting update screen to update
the setting.
(b)
Creation of HTML file (File name: Smpwbten.htm)
The HTML source is indicated below.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Pragma" content="no-cache">
<title>
Sample screen for write button part
</title>
</head>
<body>
<h1>
Sample screen for write button part
</h1><!-- Communication part -->
<applet code="WSCom.class" codebase="/PARTS/" width="0" height="0">
<param name="INTERVAL" value="1">
</applet> <!-- Write button part -->
<applet code="WSWrtbtn.class" codebase="/PARTS/" width="100"
height="50">
<param name="TAGNO" value="1">
<param name="ELMNO" value="1">
<param name="DATA" value="10">
<param name="TYPE" value="0">
<param name="CAPTION" value="Write">
<param name="FONTSIZE" value="20">
<param name="BTNCOLOR" value="Gray">
<param name="APLCOLOR" value="Gray">
<param name="CONFIRM" value="1">
<param name="LANGUAGE" value="1">
</applet>
</body>
</html>
MELSEC-Q
7 - 38

Advertisement

Table of Contents
loading

This manual is also suitable for:

Melsec qj71ws96

Table of Contents