Hello again, my battles with DDF creation continue.
I'm trying to create a DDF for an LED followspot from chauvetDJ. It seemd pretty strightforward with only 3 channels required. Having created the file, the followspot will dim and strobe correctly but the colour is permanently locked on blue. I understand I might have gotten the type wrong for the colour ranges as it's a not a colour mixing unit, using a colour wheel most likely but I was hoping by setting min and max val each to 1 it might be a work around as I understand it.
Even so, I can't see why the unit is locked to blue and won't change.
XML
<?xml version="1.0" encoding="utf-8" ?>
<device type="DMXDevice" dmxaddresscount="3" dmxcversion="3.2.3" ddfversion="1.0.0">
<information>
<model>LEDFOLLOWSPOT120ST</model>
<vendor>ChauvetDJ</vendor>
<author>Metric</author>
</information>
<functions>
<dimmer dmxchannel="0">
<range type="linear" mindmx="0" maxdmx="255" minval="0" maxval="100"/>
</dimmer>
<rgb>
<coldwhite dmxchannel="1">
<range type="linear" mindmx="000" maxdmx="031" minval="1" maxval="1"/>
</coldwhite>
<warmwhite dmxchannel="1">
<range type="linear" mindmx="032" maxdmx="063" minval="1" maxval="1"/>
</warmwhite>
<green dmxchannel="1">
<range type="linear" mindmx="128" maxdmx="159" minval="1" maxval="1"/>
</green>
<red dmxchannel="1">
<range type="linear" mindmx="160" maxdmx="191" minval="1" maxval="1"/>
</red>
<blue dmxchannel="1">
<range type="linear" mindmx="192" maxdmx="223" minval="1" maxval="1"/>
</blue>
<indigo dmxchannel="1" hueLeftBottom="0" hueLeftTop="60" hueRightTop="60" hueRightBottom="120">
<range type="linear" mindmx="096" maxdmx="127" minval="1" maxval="1"/>
</indigo>
</rgb>
<strobe dmxchannel="2">
<step type="open" mindmx="004" maxdmx="007"/>
<range type="linear" mindmx="008" maxdmx="215" minval="1" maxval="12"/>
<step type="open" mindmx="216" maxdmx="255"/>
</strobe>
</functions>
</device>
Display More