User`s manual
IPL T SF Series • Communication and Control
<html>
<head><title>Example #5</title></head>
<h2><b>Example 5</b></h2>
<body>
<p>
This example demonstrates how to send out an IR string from an IR file (1.eir) on IR
Port #1 from the IPL T SFI244. This IR driver must be loaded on the IPL T SFI244 in
order to send out the string.
</p>
<p>
<a href="index.html?cmd=W1*1*15*0ir|">Play</a>
</p>
<p>
<a href="index.html?cmd=W1*1*32*0ir|">Stop</a>
</p>
</body>
</html>
4-39
Example 5
This example demonstrates how to send out an IR string from
the IPL T SFI244. The line below shows an HTML hyperlink
with an Extron IR command encoded into the URL.
<a href=”index.html?cmd=W1*1*15*0ir|”>Play</a>
The ? cmd=W1*1*15*0ir| is the syntax for the URL encoding
of an IR command that will be sent out of IR port #1. The “W”
and the “|” (pipe symbol) are used as the leading and trailing
delimiters for the instruction that tells the box which port
number, .eir file or function within the .eir file to send. The
command also allows the programmer to define whether the
IR should be sent once or continuously until stopped. The IR
Learner program determines which IR function, such as play, is
assigned to which number. See the IR Learner program for help
with this feature.
Figure 4-29a — HTML source code showing an IR
string from the IPL T SFI244
Figure 4-29b — Browser view