Hallo,
da jemand aus meinem Kollektiv zwei Par Scheinwerfer hat, würden wir diese gern benutzen. Natürlich sind die von Amazon aus China oder so.
Ich habe jetzt mal versucht ein DDF dafür zu schreiben (eher copy paste und dann verändern)....
Ich kann das Licht im Moment nicht ausprobieren, aber vielleicht findet jemand jetzt schon einen Fehler?
Hier die Codes:
3 Channel:
XML
<?xml version="1.0" encoding="UTF-8"?>
<device type="DMXDevice" dmxcversion="3.2.3" ddfversion="1.0.0">
<information>
<ddf-library-id>2</ddf-library-id>
<model>LED Par Light RGB 3-IN-1 Full-Color</model>
<vendor>Betopper</vendor>
<author>Zachary Lira</author>
<mode>7 Channel</mode>
</information>
<functions>
<rgb>
<red dmxchannel="0"/>
<green dmxchannel="1"/>
<blue dmxchannel="2"/>
</rgb>
</functions>
</device>
Display More
und der 7 Channel
XML
<?xml version="1.0" encoding="UTF-8"?>
<device type="DMXDevice" dmxcversion="3.2.3" ddfversion="1.0.0">
<information>
<ddf-library-id>1</ddf-library-id>
<model>LED Par Light RGB 3-IN-1 Full-Color</model>
<vendor>Betopper</vendor>
<author>Zachary Lira</author>
<mode>7 Channel</mode>
</information>
<functions>
<rgb>
<red dmxchannel="1"/>
<green dmxchannel="2"/>
<blue dmxchannel="3"/>
</rgb>
<dimmer dmxchannel="0"/>
<strobe dmxchannel="4">
<range type="linear" mindmx="0" maxdmx="255" minval="0.1" maxval="20" />
</strobe>
<rawstep dmxchannel="5" name="Mode">
<step caption="DMX.Dimming" mindmx="0" maxdmx="50" />
<step caption="Color Output 8 Type" mindmx="51" maxdmx="100" />
<step caption="Shade" mindmx="101" maxdmx="150" />
<step caption="Transform" mindmx="151" maxdmx="200" />
<step caption="pulse transform" mindmx="201" maxdmx="250" />
<step caption="Sound Activated" mindmx="251" maxdmx="255" />
</rawstep>
<rawstep dmxchannel="5" name="Mode">
<step caption="Sound Activated Red" mindmx="0" maxdmx="30" />
<step caption="Sound Activated Green" mindmx="31" maxdmx="60" />
<step caption="Sound Activated Blue" mindmx="61" maxdmx="92" />
<step caption="Sound Activated White" mindmx="93" maxdmx="123" />
<step caption="Sound Activated Yellow" mindmx="124" maxdmx="154" />
<step caption="Sound Activated Violet" mindmx="155" maxdmx="185" />
<step caption="Sound Activated Change" mindmx="186" maxdmx="216" />
<step caption="Sound Activated White" mindmx="217" maxdmx="247" />
<step caption="Sound Activated Change Color" mindmx="248" maxdmx="255" />
</rawstep>
</functions>
</device>
Display More
Im Anhang wäre die Bedienungsanleitung.
MfG,
Zach