S71200 WEBSERVER page

SIMATIC S7-200/300/400, Step7, PCS7, CFC, SFC, PDM, PLCSIM,
SCL, Graph, SPS-VISU S5/S7, IBHsoftec, LOGO ...
Post Reply
alexray
Posts: 13
Joined: Sat Sep 01, 2018 7:58 am

S71200 WEBSERVER page

Post by alexray » Thu Jul 02, 2020 12:45 pm

Hello,
I have one problem with writing variable into S71200 PLC through Web page. To indicate the variable is working properly, but write to the PLC is not working.
I declare the AWP variable before HTML but it is't work.
Please see below the part of HTML page.
What wrong?


<!-- AWP_In_Variable Name='"webdata".tap2' -->
<html>
<meta charset="utf-8">
<meta http-equiv="refresh" content="25"/>
<head>
<title>PARAMETERS</title>
</head>
<body text="#000000" bgcolor="ffff00">

<!================= TAPA11 ==================>
<h3> TAPA 1 </h3>
<table border="1" width="380" height="100">

<tr>
<td width="90"><b>Leg 1 ON </b></td>
<td width="90"><b><center>:="webdata".tap2:</center></b></td>
<td width="90" height="30">

<form method="post" action="" onsubmit=”return check();”>
<input type="text" name='"tap2"' size="2">
<input type="submit" value="Set a new Flowrate">
</form>

</td>
</tr>

Post Reply