beamz BT310 LED Flat Par 12x8W 4-1 DMX IR

Here you can share your fixture definitions with the community
Post Reply
vector
Posts: 91
Joined: Fri Sep 23, 2016 9:25 pm
Real Name: Mark Sy

Hi All,
Added this one today and noticed a couple of things. (Consider newbie)
New fixture was close in definitions to another
So I copied(filemanager) a previous fixture (in my .qlcplus folder) and renamed it. Then edited the new one. (basically remove White and UV from Channels/Colour) This meant changing some of the min max Values. The editor got a little confused wouldnt let me just enter values (due to overlap) Understood saftey feature to ensure they dont overlap. Rather than fighting or retyping. I opened the qxf file in gedit and edited the numbers there, being extra careful on the values.

Code: Select all

 <Channel Name="Colour">
  <Group Byte="0">Colour</Group>
  <Capability Min="0" Max="9">No Function</Capability>
  <Capability Min="10" Max="29" Color="#ff0000">Red</Capability>
  <Capability Min="30" Max="49">Green</Capability>
  <Capability Min="50" Max="69">Blue </Capability>
  <Capability Min="70" Max="89">Amber</Capability>
All was good, reopend in fixture editor to see everything was ok.
I did however notice....

Code: Select all

<Capability Min="10" Max="29" Color="#ff0000">Red</Capability>
There is a #color number. I couldnt work out how that had gotten there or what it was for.
I looked at QLC inbuilt fixtures../usr/share/qlcplus/fixtures/Cameo-LED-RGBW-PAR64-18x8W
and noticed it had a quite a few more #colours

Code: Select all

<Channel Name="Color Macros">
  <Group Byte="0">Colour</Group>
  <Capability Min="0" Max="16" Color="#ff0000">Red</Capability>
  <Capability Min="17" Max="33" Color="#00ff00">Green</Capability>
  <Capability Min="34" Max="50" Color="#0000ff">Blue</Capability>
  <Capability Min="51" Max="67" Color="#ffffff">White</Capability>
  <Capability Min="68" Max="84" Color="#ffff00">Yellow</Capability>
  <Capability Min="85" Max="101" Color="#00ffff">Cyan</Capability>
So question is where did they come from? what are they for? do they need to be added? How in the fixture editor can this be done?
Attachments
beamz-BT310.qxf
BT310 LED Flat Par 12x8W 4-1 DMX IR
(3.81 KiB) Downloaded 30 times
User avatar
mcallegari
Posts: 4711
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

Post Reply