User`s manual
IPL T SF Series • Communication and Control
Communication and Control, cont’d
Example 2
The example below (figure 4-26a) shows how a simple hyperlink
and a remote query string can be used to build a Web page that
can control a device.
Figure 4-26a — HTML source code showing
multiple hyperlinks using query strings
Figure 4-26b — Browser view
<html>
<head><title>Example 2</title></head>
<h2><b>HTML Example 2</b></h2>
<body>
The following lines demonstrate how to send commands to RS-232 Com Port #1
of an IPLink Product:
<p>
<a href="index.html?cmd=W01RS|1!">Select Input #1</a>
<br>
<a href="index.html?cmd=W01RS|2!">Select Input #2</a>
</p>
</body>
</html>
4-36