Hi,
I have a question about the creation of a fixture file for the Eurolite KLS 180/6. how can I include more then 1 RGB node in the XML file? I have to create an .XML file with all 6 lights in it. Its a 29 channel DMX device.
this is what I tried:
Code
<device image="" type="DMXDevice" dmxcversion="3.0.0" ddfversion="1.0.0">
<information>
<ddf-library-id>9999999</ddf-library-id>
<model>LED KLS 180/6</model>
<vendor>Eurolite</vendor>
<author>Copilot</author>
</information>
<functions>
<dimmer dmxchannel="1"/>
<strobe dmxchannel="2">
<range type="linear" mindmx="0" maxdmx="255" minval="0" maxval="15"/>
</strobe>
<rgb>
<red dmxchannel="3"/>
<green dmxchannel="4"/>
<blue dmxchannel="5"/>
</rgb>
<white dmxchannel="6"/>
<rgb>
<red dmxchannel="7"/>
<green dmxchannel="8"/>
<blue dmxchannel="9"/>
</rgb>
<white dmxchannel="10"/>
<rgb>
<red dmxchannel="11"/>
<green dmxchannel="12"/>
<blue dmxchannel="13"/>
</rgb>
<white dmxchannel="14"/>
<rgb>
<red dmxchannel="15"/>
<green dmxchannel="16"/>
<blue dmxchannel="17"/>
</rgb>
<white dmxchannel="18"/>
<rgb>
<red dmxchannel="19"/>
<green dmxchannel="20"/>
<blue dmxchannel="21"/>
</rgb>
<white dmxchannel="22"/>
<rgb>
<red dmxchannel="23"/>
<green dmxchannel="24"/>
<blue dmxchannel="25"/>
</rgb>
<white dmxchannel="26"/>
<effect dmxchannel="27" name="Bar Strobe Effect"/>
<effect dmxchannel="28" name="Bar Different Patterns"/>
<effect dmxchannel="29" name="Internal Programs"/>
</functions>
</device>
Display More
I'm new to the concept of the fixture file but I really want to try and make the KLS 180/6 working in DMXControl. The version of DMX control that I use is 3.2.3
Thanks for the help