Visual Productions forum

Products => Builder & Personality file requests => Topic started by: Fredrik F. Zakariasson on November 28, 2017, 10:33:59 AM

Title: Youtube Video
Post by: Fredrik F. Zakariasson on November 28, 2017, 10:33:59 AM
Hi.

Im just a simple dj, and not a light tech.
I would like to have a good video where you can explain how to create your own personality files and how you can merge diffrent fixtures into on P file.
There are one video online now about buildning a fixture profile, But its really hard to understand.

Title: Re: Youtube Video
Post by: Julien Levaufre on November 28, 2017, 11:28:20 AM
here are 2 video explaning the builder, i hope it will helps you,
https://www.youtube.com/watch?v=or9hMX2d2W4
https://www.youtube.com/watch?v=fFwW1V-upDM
Title: Re: Youtube Video
Post by: Fredrik F. Zakariasson on November 29, 2017, 02:56:12 PM
Thanx for the videos.

So i tried to build a profile fore this lamps
http://color-imagination.com/moving-head-minibeam-150.html

BUT, i cant even find the brand in the manufaktures.
So i dont know how to make a profile for them.

Can you btw also show me a video where i can learn to merch the diffrent profiles you made me.
In my Ceuty i can only have one file, but in that file i want to have profiles for many fixtures that you made for me before.. =)

Title: Re: Youtube Video
Post by: Julien Levaufre on November 29, 2017, 06:42:42 PM
if the fixture manufacturer is not in the list you can just create a new one clicking on the "add" button on the top right.
I do not have any video to show you how to merge fixtures files but, it's not very complicated.
You need to open your 2 files in a text editor like notepad.
Then you need to copy past all the bloc from <manufacturer.....   to </manufacturer>
Title: Re: Youtube Video
Post by: Fredrik F. Zakariasson on December 03, 2017, 01:58:51 PM
Can you send me an example how to do it.

Im not geting it to work.

Title: Re: Youtube Video
Post by: Julien Levaufre on December 04, 2017, 05:33:22 PM
Code: [Select]
<personalities>   
 <manufacturer label="Epsilone Laser">
        <model label="ScanRGB">801213131313131313808080</model>
    </manufacturer>
</personalities>
in this case, if you want to add just the fixture to your other file you will copy/paste:       
 
Code: [Select]
<model label="ScanRGB">801213131313131313808080</model>if you want to add to your new file the new manufacturer "Epsilone Laser" and the fixture you will copy/paste:
Code: [Select]
<manufacturer label="Epsilone Laser">
        <model label="ScanRGB">801213131313131313808080</model>
    </manufacturer
And when you paste in your new file take care of being between <manufacturer label =xxxxxx> and </manufacturer> for adding just a fixture, and between </manufacturer> and </personalities> for adding a manufacturer.
I hope itw ill help you, :D