Action="/rokform/readlogixtag – Rockwell Automation 1768-EWEB EtherNet/IP Web Server Module User Manual User Manual
Page 110

Publication ENET-UM527E-EN-P - October 2006
110 Create Custom Web Pages
ACTION="/rokform/ReadLogixTag"
This method performs an instant data table read. The response is an
HTML stream.
The form accepts these parameters.
For example:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<script language="JavaScript">
function post()
{
document.getElementById('submitit').submit();
}
</script>
</head>
<body onload="post();">
<form action="/rokform/ReadLogixTag" id="submitit" method="POST">
<input type="hidden" name="name"
value="test_tag_dint">
<input type="hidden" name="path"
value="1,1">
<input type="hidden" name="type"
value="DINT">
<input type="hidden" name="connected" value="true">
</form>
</body>
</html>
Input
Description
Path
Path to the data, such as “1,1”
Name
Name of tag you want to read
Tag names are case sensitive
Type
Any of the following types: BOOL, SINT, INT, DINT, REAL or STRING
Connected
(optional)
For an unconnected request, enter one of the following:
FALSE,false,F,f,0,NO,no,OFF,off
For a connected request, enter one of the following:
TRUE,true,T,t,1,YES,yes,ON,on