Visual Productions forum

Products => Builder & Personality file requests => Topic started by: Fredrik F. Zakariasson on October 02, 2019, 06:54:21 PM

Title: Request file for ARTFOX Dragonspot 150 LED
Post by: Fredrik F. Zakariasson on October 02, 2019, 06:54:21 PM
Need a to add on the personality file with the ARTFOX dragonspot LED 150.
Can you make it to me?

And, is there any youtube video etc for how to murge new personalityfiles to the one i allready have?
Best regard Fredrik

http://www.artfox.net/led-moving-head-light-d0102018.html
Title: Re: Request file for ARTFOX Dragonspot 150 LED
Post by: Julien Levaufre on October 03, 2019, 05:53:01 AM
PLease find your ficture file included.
To merge it with your existing user.personality file you need to open the file in a text editor like  notepad.
After it depends if you want to transfert just the model (if the manufacturer already exist in your file) or the whole manufacturer.
If you want to transfert the model you need to copy past between <model=xxx> and </model>
ex;
Code: [Select]
        <model label="DragonSPot LED 150">
            <mode label="10 ch">020314010C090A0F1012</mode>
            <mode label="12 ch">020314010C0C012A0B0F1013</mode>
            <mode label="14 ch">0222032314010C090A0F10128080</mode>
            <mode label="16 ch">0222032314010C09120A0B0F10138080</mode>
        </model>

Note that you need to past this bloc inside a "manufacturer bloc" and just after a line with "</model>".

Now if you want to transfet the whole manufacturer with all its models you need to copy past between <manufacturer =xxx> and </manufacturer>
ex:
Code: [Select]
    <manufacturer label="ArtFox">
        <model label="Beam 5R">0203222314010C0E09120B0A1010130F8014</model>
        <model label="Ostar Eye K18">
            <mode label="standard">02220323140C0112130405060809091280131380</mode>
        </model>
        <model label="DragonSPot LED 150">
            <mode label="10 ch">020314010C090A0F1012</mode>
            <mode label="12 ch">020314010C0C012A0B0F1013</mode>
            <mode label="14 ch">0222032314010C090A0F10128080</mode>
            <mode label="16 ch">0222032314010C09120A0B0F10138080</mode>
        </model>
    </manufacturer>

Note that you need to past this bloc  just after a line with "</manufacturer>".

I hope this will help,
Enjoy ;)