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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Q Light Controller Plus - Fixture Group Editor</TITLE>
<SCRIPT SRC="utility.js" TYPE="text/javascript"></SCRIPT>
<link href="style.css" rel="stylesheet" type="text/css" />
</HEAD>
<BODY onLoad="replaceqrc()">
<H1>Fixture Group Editor</H1>
<P>
The Fixture Group Editor is used when you select a <A HREF="concept.html#FixtureGroup">Fixture
Group</A> in the <A HREF="fixturemanager.html">Fixture Manager</A>. This editor can be used
to describe the physical arrangement of the <A HREF="concept.html#Fixtures">fixtures</A> and
their <A HREF="concept.html#Head">heads</A> that are assigned to the group.
</P>
<H3>Controls</H3>
<P>
Each Fixture Group has a name (for your convenience) and the fixture configuration in an
unlimited [X,Y] grid. You can adjust the size of the grid as well as the placement of
individual fixture heads on the grid.
</P>
<TABLE BORDER=1 class="qlcTable">
<TR>
<TD>
<B>Fixture Group Name</B>
</TD>
<TD>
Change the name of the group.
</TD>
</TR>
<TR>
<TD>
<IMG SRC="qrc:/forward.png"/>
</TD>
<TD>
Add fixture heads to the currently selected row, filling each subsequent column on that row
with the selected fixture heads. You can select individual fixture heads or complete
fixtures to be added on the selected row.
</TD>
</TR>
<TR>
<TD>
<IMG SRC="qrc:/down.png"/>
</TD>
<TD>
Add fixture heads to the currently selected column, filling each subsequent row on that
column with the selected fixture heads. You can select individual fixture heads or complete
fixtures to be added on the selected column.
</TD>
</TR>
<TR>
<TD>
<IMG SRC="qrc:/edit_remove.png"/>
</TD>
<TD>
Remove the selected fixture head from the grid (and the group).
</TD>
</TR>
<TR>
<TD>
<B>Fixture grid</B>
</TD>
<TD>
<P>
The fixture grid displays the current fixture/head arrangement in the selected group. You
can switch places between two heads as well as fill up spaces or create empty spaces between heads
simply by dragging the heads on top of each other in the grid.
</P>
<P>
When using fixture groups in RGB Matrices, each cell in the grid represents one colored
(or monochrome) pixel in a graphic scene rendered by the RGB Matrix.
</P>
<P>
Each cell is displayed with an info text that contains the following information:
<UL>
<LI>The name of the fixture as well as an icon</LI>
<LI><B>H:</B> represents the head number</LI>
<LI><B>A:</B> represents the fixture's address</LI>
<LI><B>U:</B> represents the fixture's universe</LI>
</UL>
</P>
</TD>
</TR>
<TR>
<TD>
<B>Width</B>
</TD>
<TD>
Adjusts the grid width (number of columns on the X-axis).
</TD>
</TR>
<TR>
<TD>
<B>Height</B>
</TD>
<TD>
Adjusts the grid height (number of rows on the Y-axis).
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
|