Easier exchange of Universes possible?

The new Daslight - for PC and Mac

Moderators: TomHat, simonB

DerRobert
Posts: 21
Joined: Wed Jun 21, 2023 3:12 pm
Operating System: Mac OS X

Easier exchange of Universes possible?

Post by DerRobert »

Hello,

I had a ready programmed show with plenty of scenes.
At the venue I had to split L and R DMX lines - because I had no DMX splitter at hand, I thought of using 2 universes of DVC Gold.

I was not able to copy / paste the fixtures from one universe to the other. (<- I think that would be the easies way)
When I did, daslight patched it anywhere - later even overwriting other fixtures - not at the exact same address where it was in the 1st universe.
But the really painful thing is that it loses connection to the already programmed scenes.
It would be soooo nice and helpful (and a big USP) if daslight could handle that.
Either via updating every single scene where the copied fixture is already programmed - so changing the show
or
(I try to explain it in programmer language) maybe it can work like object oriented thinking:
There is a Object "Fixture", it has its own constants like a unique Number for identifying, the type/brand/name and the number of channels it uses and where the first channel is patched.

Code: Select all

Fixture(int uniqueNumber, int universe, int channel, int channelstart, string type, )
{
...
}

When daslight patches or sends a colorFX to a fixture, it uses uniqueNumber to refer to the fixture.
The fixture itself knows where it is, what it can do and which universe and which Address the signal should be sent.
Do you understand what I mean?

Maybe there is already a way for this and me trying to explain was for nothing - if there is, please tell me - it would save a ton of work.
S.lellwitz
Posts: 132
Joined: Mon Mar 20, 2023 12:04 pm
Operating System: Windows
Location: Frankfurt, Germany

Re: Easier exchange of Universes possible?

Post by S.lellwitz »

Um es aufzuteilen ohne splitter, einfach dem 2 anschluss des DVC Gold auch das Universum 1 zuteilen.

Aber an sich gut geschrieben und richtig
DerRobert
Posts: 21
Joined: Wed Jun 21, 2023 3:12 pm
Operating System: Mac OS X

Re: Easier exchange of Universes possible?

Post by DerRobert »

das geht? DANKE! was für ein wertvoller Tipp!
DerRobert
Posts: 21
Joined: Wed Jun 21, 2023 3:12 pm
Operating System: Mac OS X

Re: Easier exchange of Universes possible?

Post by DerRobert »

ok. In der Theorie hab ich es verstanden und das Setting auch gefunden.
Aber es ist ausgegraut, ich kann da also nichts umstellen.
Hast du noch einen guten Tipp? ;)
Settings.jpeg
Settings.jpeg (254.76 KiB) Viewed 12558 times
DJMan32
Posts: 386
Joined: Wed Jan 18, 2023 2:18 am
Operating System: Windows

Re: Easier exchange of Universes possible?

Post by DJMan32 »

you have to connect the device
DerRobert
Posts: 21
Joined: Wed Jun 21, 2023 3:12 pm
Operating System: Mac OS X

Re: Easier exchange of Universes possible?

Post by DerRobert »

it was connected

edit:
disconnecting and re-connecting whilst having this window open worked finally.
Post Reply