|
@@ -3,23 +3,44 @@
|
|
|
<FixtureDefinition xmlns="http://www.qlcplus.org/FixtureDefinition">
|
|
|
<Creator>
|
|
|
<Name>Q Light Controller Plus</Name>
|
|
|
- <Version>4.12.1 GIT</Version>
|
|
|
+ <Version>4.11.2</Version>
|
|
|
<Author>Stefan Strobel</Author>
|
|
|
</Creator>
|
|
|
<Manufacturer>Flat</Manufacturer>
|
|
|
<Model>RGB Flat</Model>
|
|
|
<Type>Color Changer</Type>
|
|
|
- <Channel Name="Master dimmer" Preset="IntensityMasterDimmer"/>
|
|
|
- <Channel Name="Red" Preset="IntensityRed"/>
|
|
|
- <Channel Name="Green" Preset="IntensityGreen"/>
|
|
|
- <Channel Name="Blue" Preset="IntensityBlue"/>
|
|
|
+ <Channel Name="Master dimmer">
|
|
|
+ <Group Byte="0">Intensity</Group>
|
|
|
+ </Channel>
|
|
|
+ <Channel Name="Red">
|
|
|
+ <Group Byte="0">Intensity</Group>
|
|
|
+ <Colour>Red</Colour>
|
|
|
+ </Channel>
|
|
|
+ <Channel Name="Green">
|
|
|
+ <Group Byte="0">Intensity</Group>
|
|
|
+ <Colour>Green</Colour>
|
|
|
+ </Channel>
|
|
|
+ <Channel Name="Blue">
|
|
|
+ <Group Byte="0">Intensity</Group>
|
|
|
+ <Colour>Blue</Colour>
|
|
|
+ </Channel>
|
|
|
<Channel Name="Function">
|
|
|
<Group Byte="0">Effect</Group>
|
|
|
<Capability Min="0" Max="0">normal</Capability>
|
|
|
<Capability Min="1" Max="255">STL</Capability>
|
|
|
</Channel>
|
|
|
- <Channel Name="Strobe" Preset="ShutterStrobeSlowFast"/>
|
|
|
+ <Channel Name="Strobe">
|
|
|
+ <Group Byte="0">Shutter</Group>
|
|
|
+ <Capability Min="0" Max="255">Strobe increasing</Capability>
|
|
|
+ </Channel>
|
|
|
<Mode Name="Standard">
|
|
|
+ <Physical>
|
|
|
+ <Bulb Type="" Lumens="0" ColourTemperature="0"/>
|
|
|
+ <Dimensions Weight="0" Width="0" Height="0" Depth="0"/>
|
|
|
+ <Lens Name="Other" DegreesMin="0" DegreesMax="0"/>
|
|
|
+ <Focus Type="Fixed" PanMax="0" TiltMax="0"/>
|
|
|
+ <Technical PowerConsumption="0" DmxConnector="5-pin"/>
|
|
|
+ </Physical>
|
|
|
<Channel Number="0">Master dimmer</Channel>
|
|
|
<Channel Number="1">Red</Channel>
|
|
|
<Channel Number="2">Green</Channel>
|
|
@@ -27,11 +48,4 @@
|
|
|
<Channel Number="4">Function</Channel>
|
|
|
<Channel Number="5">Strobe</Channel>
|
|
|
</Mode>
|
|
|
- <Physical>
|
|
|
- <Bulb Type="" Lumens="0" ColourTemperature="0"/>
|
|
|
- <Dimensions Weight="0" Width="0" Height="0" Depth="0"/>
|
|
|
- <Lens Name="Other" DegreesMin="0" DegreesMax="0"/>
|
|
|
- <Focus Type="Fixed" PanMax="0" TiltMax="0"/>
|
|
|
- <Technical PowerConsumption="50" DmxConnector="3-pin"/>
|
|
|
- </Physical>
|
|
|
</FixtureDefinition>
|