
IT Functionality 9-24
© 2005 HMS Industrial Networks.
AB7607 User manual
Displaying I/O Data on a Web Page
The following is an example of an HTML file that when uploaded to the module
displays in hex the second byte of data from the IN able and the third byte of data
of the OUT table using the SSI “printf” command.
<html>
<head>
<title>Ethernet to DeviceNet Anybus-X</title>
</head>
<body>
<center>
</h1>
<?--#exec cmd_argument='printf(“IN 2 = 0x%2X”,InReadUByte(2))'-->
<?--#exec cmd_argument='printf(“OUT 3 = 0x%2X”,OutReadUByte(3))'-->
</body>
</html>