File: addresstool.html

package info (click to toggle)
qlcplus 4.14.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 58,644 kB
  • sloc: cpp: 182,867; javascript: 7,764; xml: 2,453; ansic: 2,120; sh: 1,716; python: 634; ruby: 606; makefile: 23
file content (23 lines) | stat: -rw-r--r-- 1,072 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Q Light Controller Plus - DMX Address Tool</TITLE>
<SCRIPT SRC="utility.js" TYPE="text/javascript"></SCRIPT>
<link href="style.css" rel="stylesheet" type="text/css" />
</HEAD>
<BODY onLoad="replaceqrc()">

<H1><img src="qrc:/diptool.png" width=32> DMX Address Tool</H1>
<P>
The DMX address tool is a quite easy/self explanatory functionality of QLC+ introduced in version 4.3.2.<br>
It helps you to calculate your fixtures addresses quickly in a visual way.<br>
A representation of a common 10way DIP switch is displayed and you can select the background color,
the horizontal and vertical orientation, so that the DIP switch is displayed exactly as you would see it on your fixture.<br><br>

Note particularly the following, which applies to the 10th switch. Usually, it is used to enable/disable the DMX feature of a fixture, so
if your product manual says it has to be raised to enable the DMX control, then remember to do it even if
QLC+ displays it set to OFF.
</P>

</BODY>
</HTML>