Hallo zusammen,
ich habe neu das Atomic Strobe von NCLights (Hersteller in China, Direktimport)
Leider ist die Ansteuerung echt gruselig, das Lineare Strobe und andere Strobe Modi haben getrennte Geschwindigkeitsregler....
Das habe ich gelöst, setzte die anderen Modi als RAW um. Da liegt aber das Problem, Moduswahl und Geschwindigkeit liegen auf 2 Kanälen und ich bekomme es mit dem Support-Handler nicht ans laufen.
Im jetzigen Stand wählt DMXC korrekt den Modus auf Kanal 4 aus, es erfolgt aber keine Ausgabe der Geschwindigkeit auf Kanal 5.
XML
<?xml version="1.0" encoding="utf-8" ?>
<device type="DMXDevice" dmxcversion="3" ddfversion="1.0">
<information>
<model>Titan Strobe 400W</model>
<vendor>NCLight</vendor>
<author>Martin Kohl</author>
<mode>8 Kanal</mode>
</information>
<functions>
<dimmer dmxchannel="0"/>
<strobe dmxchannel="1">
<step type="close" mindmx="0" maxdmx="0"/>
<range type="linear" mindmx="1" maxdmx="253" minval="1" maxval="20"/>
</strobe>
<raw dmxchannel="2" name="Chase"/>
<rawranges dmxchannel="4" name="Effekte">
<support dmxchannel="3" name="effect"/>
<step type="Off" mindmx="0" maxdmx="0">
<step mindmx="0" maxdmx="0" for="support-effect"/>
</step>
<range type="Dancing" mindmx="5" maxdmx="255" minval="0" maxval="100">
<step mindmx="5" maxdmx="46" for="support-effect"/>
</range>
<range type="Lightning" mindmx="5" maxdmx="255" minval="0" maxval="100">
<range mindmx="47" maxdmx="89" for="support-effect"/>
</range>
<range type="Random" mindmx="5" maxdmx="255" minval="0" maxval="100">
<range mindmx="90" maxdmx="130" for="support-effect"/>
</range>
<range type="Ramp up" mindmx="5" maxdmx="255" minval="0" maxval="100">
<range mindmx="130" maxdmx="170" for="support-effect"/>
</range>
<range type="Ramp up-down" mindmx="5" maxdmx="255" minval="0" maxval="100">
<range mindmx="171" maxdmx="214" for="support-effect"/>
</range>
<range type="Ramp down" mindmx="5" maxdmx="255" minval="0" maxval="100">
<range mindmx="215" maxdmx="255" for="support-effect"/>
</range>
</rawranges>
<rawstep dmxchannel="5" name="Auto">
<step caption="off" mindmx="0" maxdmx="4"/>
<step caption="on" mindmx="5" maxdmx="255"/>
</rawstep>
<rawstep dmxchannel="6" name="Sound">
<step caption="off" mindmx="0" maxdmx="4"/>
<step caption="on" mindmx="5" maxdmx="255"/>
</rawstep>
<raw dmxchannel="7" name="Blinder"/>
</functions>
</device>
Display More
Genutzt werden soll der 8 Kanal Modus. Wäre super wenn einer von euch drüber schauen kann, vermutlich ist es ein ganz banaler Fehler....
Vielen Dank, Gruß Martin