User`s manual
IPL T SF Series • Communication and Control
<html>
<head><title>Example 3</title></head>
<h2><b>HTML Example 3</b></h2>
<body>
The following lines demonstrate how to send commands to an IP Link Product:
<p>
<a href="index.html?cmd=1*1]">Set Digital Output On</a>
<br>
<a href="index.html?cmd=1*0]">Set Digital Output Off</a>
</p>
</body>
</html>
4-37
Example 3
This example shows how the flex I/O outputs can be controlled
using a query string and the SIS commands.
Figure 4-27a — HTML source code using a query
string
Figure 4-27b — Browser view
Example 4
The flex I/O can also be configured as an input. In this example,
two inputs are connected to a System 8 Plus switcher. Using
JavaScript, the status of the digital inputs can be checked and
the appropriate message displayed for the user.