Hallo ihr DMX Profis
Ich bin absoluter Anfänger und versuche meine bisherige Show auf DMXControl 3.3.1 umzustellen und scheitere an der DDF Erstellung für Eventtec FP-2 AKKU W-DMX Flammenprojektoren.
Nach vielen Fehlversuchen habe ich es mithilfe von Gemini geschafft, dass DMXC3 nicht mehr meckert, aber die Geräte sprechen nicht an.
Möglicherweise kann mir jemand helfen.
Hier mein bisheriges Ergebnis.
XML
<?xml version="1.0" encoding="UTF-8"?>
<device image="FP-2.png" type="DMXDevice" dmxaddresscount="4" dmxcversion="3.3.1" ddfversion="1.0.0">
<information>
<model>FP-2 AKKU W-DMX Flammenprojector</model>
<vendor>Eventtec</vendor>
<author>Detlef</author>
</information>
<functions>
<!-- CH1: Ventil 1 (DMX Offset 0) -->
<!-- Das Tag benötigt SOWOHL "name" ALS AUCH "caption" -->
<rawstep dmxchannel="0" name="Ventil 1" caption="Ventil 1">
<step caption="Aus" mindmx="0" maxdmx="100" />
<step caption="Zündung" mindmx="101" maxdmx="255" />
</rawstep>
<!-- CH2: Ventil 2 (DMX Offset 1) -->
<rawstep dmxchannel="1" name="Ventil 2" caption="Ventil 2">
<step caption="Aus" mindmx="0" maxdmx="100" />
<step caption="Zündung" mindmx="101" maxdmx="255" />
</rawstep>
<!-- CH3: Ventil 1+2 (DMX Offset 2) -->
<rawstep dmxchannel="2" name="Ventil 1+2" caption="Ventil 1+2">
<step caption="Aus" mindmx="0" maxdmx="100" />
<step caption="Zündung" mindmx="101" maxdmx="255" />
</rawstep>
<!-- CH4: Zeitdauer (DMX Offset 3) -->
<raw dmxchannel="3" name="Zeitdauer" caption="Zeitdauer">
<range type="linear" mindmx="0" maxdmx="255" minval="0.5" maxval="3" unit="s" />
</raw>
</functions>
</device>
Display More