Mitsubishi Electric MELSEC Q Series User Manual page 383

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

Advertisement

7 USER SCREEN CREATION FUNCTION
7 - 24
(3) Sample screen for audio parts
The following provides an example of creating the sample screen that displays
the audio parts.
The sample screen (SMPAUDEN.HTM) is stored in the USER directory of the
Web server module.
(a)
Tag setting (refer to Section 6.3.3)
1)
Set the component setting No. 1 of the tag setting No. 1.
2)
Click on the "Update" button on the Setting update screen to update
the setting.
(b)
Creation of HTML file (File name: SMPAUDEN.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 audio part
</title>
</head>
<body>
<h1>
Sample screen for audio part
</h1><!-- Communication part -->
<applet code="WSCom.class" codebase="/PARTS/" width="0" height="0">
<param name="INTERVAL" value="1">
</applet> <!-- Audio part -->
<applet code="WSAudio.class" codebase="/PARTS/" width="120" height="40">
<param name="TAGNO" value="1">
<param name="ELMNO" value="1">
<param name="RANGENO" value="1">
<param name="LOW1" value="-32768">
<param name="HIGH1" value="0">
<param name="AUDIO1" value="ALARM.AU">
<param name="REPEAT1" value="1">
<param name="PLAYMODE1" value="0">
<param name="STOPCOLOR" value="Black">
<param name="PLAYCOLOR" value="Red">
<param name="PAUSECOLOR" value="Black">
<param name="BKCOLOR" value="Gray">
<param name="LNCOLOR" value="Black">
</applet>
</body>
</html>
(c)
Storage of HTML file
Transfer the HTML file to the Web server module by performing FTP
operation.
File storage destination: [/ROM/WWW/USER/SMPAUDEN.HTM]
MELSEC-Q
7 - 24

Advertisement

Table of Contents
loading

This manual is also suitable for:

Melsec qj71ws96

Table of Contents