3 Attachment(s)
webserver- WRITING VARIABLES từ web xuống PLC s71200
Em chào các anh.
Em đang chạy thử cái điều khiển start ,stop dơn giản. điều khiển từ web xuống plc .nhưng nhấn start ,stop mãi mà chả thấy dưới plc thay đổi trang thái. Mong các anh chỉ cho em sớm. cảm ơn
đoạn code html cua em đây:
Trích dẫn:
<!-- 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="submit" value="Start" style="height: 30px; width: 100px">
<input type="hidden" name='"Start"' value="1">
<input type="hidden" name='"Stop"' value="0">
</form>
</th>
<th scope="col">
<form method="post" action="">
<input type="submit" value="Stop" style="height: 30px; width: 100px">
<input type="hidden" name='"Stop"' value="1">
<input type="hidden" name='"Start"' value="0">
</form>
</th>
</tr>
</table>
</center>
</body>
</html>
em có gửi file web htmt vs chương trình trên tia :