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>