1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Q Light Controller Plus - Velleman K8062D Output Plugin</TITLE>
<SCRIPT SRC="utility.js" TYPE="text/javascript"></SCRIPT>
<link href="style.css" rel="stylesheet" type="text/css" />
</HEAD>
<BODY onLoad="replaceqrc()">
<H1>Velleman output plugin</H1>
<H2>1 Introduction</H2>
<P>
The Velleman Output plugin supports the <A HREF="https://www.velleman.eu/locale/">Velleman</A> K8062D interface
on Windows operating systems.
</P>
<H2>2 Requirements</H2>
<H3>2.1 Windows</H3>
<P>
You must copy the proprietary Velleman <A HREF="https://www.qlcplus.org/misc/K8062DLL_mod1.zip">K8062D.dll file</A> into the QLC+ main folder (e.g. C:\QLC+).
</P>
</BODY>
</HTML>
|