1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
<html dir="ltr">
<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"></link>
<meta charset="utf-8">
</head>
<BODY onLoad="replaceqrc()">
<h1>Velleman output plugin</h1>
<h2>1 始めに</h2>
<p>Windowsをお使いの場合には<a href="https://www.velleman.eu/locale/">Velleman</a> K8062D output pluginを使用できます。
</p>
<h2>動作要件</h2>
<h3>3.3 Windows</h3>
<p><a href="https://www.qlcplus.org/misc/K8062DLL_mod1.zip">K0862D.dll</a>をQLCのメインフォルダに入れてください。Cドライブ直下にインストールしてある場合には、c:\QLC+フォルダ内に入れてください。
</p>
</BODY>
</html>
|