Code Examples - Extron electronics IPL T S Series User Manual

Ip link ethernet control interfaces
Hide thumbs Also See for IPL T S Series:
Table of Contents

Advertisement

Code Examples

This section shows practical uses for both SSIs and query strings.
Example 1
In the figure below, both host SSI and remote SSI commands are used within the same web
page. You will notice six SSIs: three host commands and three remote commands.
<html>
<head><title>Example 1</title></head>
<h2 b>HTML Example #1</h2 b>
<body>
The following lines demonstrate how to read status from the IPLink Product:
<p>
IPLink Product Name: <b><!--#echo var="1I"--></b>
<br>
IPLink Product Description: <b><!--#echo var="2I"--></b>
<br>
IPLink Product Part Number: <b><!--#echo var="N"--></b>
<br><hr>
<p>
This example requires an Extron Crosspoint 84HVA connected to IPL T S2
serial port #1.
<p>
Part Number: <b><!--#echo var="W01RS|N"--></b>
<br>
Connection Info: <b><!--#echo var="W01RS|I"--></b>
<br>
Firmware Version: <b><!--#echo var="W01RS|Q"--></b>
</body>
</html>
Figure 39.
The host SSI commands in the figure above request the product name, product description,
and product part number of an IPL T S interface. The remote SSI commands request the
part number, connection information and firmware version of an attached serial device.
<html>
<head><title>Example 1</title></head>
<h2 b>HTML Example #1</h2 b>
<body>
The following lines demonstrate how to read status from the IPLink Product:
<p>
IPLink Product Name: <b>IPL T S2</b>
<br>
IPLink Product Description: <b>Two Bi-Directional Serial Ports
[RS232/422/485]</b>
<br>
IPLink Product Part Number: <b>60-544-81</b>
<br><hr>
<p>
This example requires an Extron Crosspoint 84HVA connected to IPL T S2 serial
port #1.
<p>
Part Number: <b>N60-337-01%0D%0A</b>
<br>
Connection Info: <b>V08X04 A08X04 Exe0%0D%0A</b>
<br>
Firmware Version: <b>Ver2.02%0D%0A</b>
</body>
</html>
Figure 40.
web Page HTML Source Code Document Showing Server Side
Includes
Resulting HTML Source Code Served by an IP Link web Server
"host" SSI
commands
"remote" SSI
commands
IPL T S Series • Communication and Control
45

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ipl t s1Ipl t s2Ipl t s4Ipl t s6

Table of Contents