Also nachdem ich nun weiter recherchiert habe, entdeckte ich, dass man auch selbst ein DDF ohne Creator schreiben kann.
Für den 5 Channel Modus habe ich mal folgendes geschrieben. Denkt ihr das Passt so?
XML
<?xml version="1.0" encoding="UTF-8"?>
<device type="DMXDevice" dmxaddresscount="5" dmxcversion="3.2.3" ddfversion="1.0.0">
<information>
<ddf-library-id>3</ddf-library-id>
<model>LED Laser Derby MK2</model>
<vendor>Eurolite</vendor>
<author>Zachary Lira</author>
<mode>5 Channel</mode>
</information>
<functions>
<rawstep dmxchannel="0" name="Derby Color Settings">
<step caption="Off" mindmx="0" maxdmx="5" />
<step caption="Red" mindmx="6" maxdmx="20" />
<step caption="Green" mindmx="21" maxdmx="35" />
<step caption="Blue" mindmx="36" maxdmx="50" />
<step caption="White" mindmx="51" maxdmx="65" />
<step caption="Red/Green" mindmx="66" maxdmx="80" />
<step caption="Red/Blue" mindmx="81" maxdmx="95" />
<step caption="Red/White" mindmx="96" maxdmx="110" />
<step caption="Green/Blue" mindmx="111" maxdmx="125" />
<step caption="Green/white" mindmx="126" maxdmx="140" />
<step caption="Blue/white" mindmx="141" maxdmx="155" />
<step caption="Red/Green/Blue" mindmx="156" maxdmx="170" />
<step caption="Red/Green/White" mindmx="171" maxdmx="185" />
<step caption="Green/Blue/White" mindmx="186" maxdmx="200" />
<step caption="Red/Green/Blue/White" mindmx="201" maxdmx="215" />
<step caption="Auto 4 Color Chase" mindmx="216" maxdmx="230" />
<step caption="Auto 14 Color-Preset Kombination Chase" mindmx="231" maxdmx="255" />
</rawstep>
<raw dmxchannel="1" name="Derby Motor rotation" >
<step type="stop" mindmx="0" maxdmx="0" />
<range type="linear" mindmx="1" maxdmx="255"/>
</raw>
<rawstep dmxchannel="2" name="Laser">
<step caption="Off" mindmx="0" maxdmx="9" />
<step caption="Red" mindmx="10" maxdmx="49" />
<step caption="Green" mindmx="50" maxdmx="89" />
<step caption="Red and Green" mindmx="90" maxdmx="129" />
<step caption="Red on Green Strobe" mindmx="130" maxdmx="169" />
<step caption="Green on Red Strobe" mindmx="170" maxdmx="209" />
<step caption="Red Green Strobe Switch" mindmx="210" maxdmx="255" />
</rawstep>
<rawstep dmxchannel="3" name="Strobe">
<step caption="Off" mindmx="0" maxdmx="9" />
<step caption="Program 1" mindmx="10" maxdmx="23" />
<step caption="Program 2" mindmx="24" maxdmx="36" />
<step caption="Program 3" mindmx="37" maxdmx="49" />
<step caption="Program 4" mindmx="50" maxdmx="62" />
<step caption="Program 5" mindmx="63" maxdmx="75" />
<step caption="Program 6" mindmx="76" maxdmx="88" />
<step caption="Program 7" mindmx="89" maxdmx="101" />
<step caption="Program 8" mindmx="102" maxdmx="114" />
<step caption="Program 9" mindmx="115" maxdmx="127" />
<step caption="Program 10" mindmx="128" maxdmx="140" />
<step caption="Program 11" mindmx="141" maxdmx="153" />
<step caption="Program 12" mindmx="154" maxdmx="166" />
<step caption="Program 13" mindmx="167" maxdmx="179" />
<step caption="Program 14" mindmx="180" maxdmx="192" />
<step caption="Program 15" mindmx="193" maxdmx="205" />
<step caption="Program 16" mindmx="206" maxdmx="218" />
<step caption="Program 17" mindmx="219" maxdmx="231" />
<step caption="Program 18" mindmx="232" maxdmx="244" />
<step caption="Music controlled Strobe" mindmx="245" maxdmx="255" />
</rawstep>
<raw dmxchannel="4" name="Derby Strobe" >
<step type="stop" mindmx="0" maxdmx="5" />
<range type="linear" mindmx="6" maxdmx="255"/>
</raw>
</functions>
<procedures/>
</device>
Display More
LG ![]()