Chào các anh chị, e làm web server cho s7 1200 mà chỉ read giá trị lên web được thôi ( e đã viết được web dùng html)
còn write xuống thì không đươc( đã log in và dùng code mẫu của anh chauvinhloi) Plc thì ko báo lỗi gì hết mà cũng ko có thay đổi trạng thái khi nhấn. Mọi người ai có kinh nghiệm giúp e với, cảm ơn rất nhiều, Đây là code mẫu của diễn đàn e đã test:

<!-- AWP_In_Variable Name='"Start"' -->
<!-- AWP_In_Variable Name='"Stop"' -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>thunghiem</title>
</head>
<body>
<center>
<table width="200" border="1">
<tr>
<th scope="col">
<form method="post" action="">


<input type="text" name='"Start"' value="1" style="display: none">
<input type="text" name='"Stop"' value="0" style="display: none">
<input type="submit" value="Start" style="height: 30px; width: 100px">
</form>
</th>
<th scope="col">
<form method="post" action="">
<input type="text" name='"Stop"' value="1" style="display: none">
<input type="text" name='"Start"' value="0" style="display: none">
<input type="submit" value="Stop" style="height: 30px; width: 100px">
</form>
</th>
</tr>
</table>
</center>
</body>
</html>