Page 1 of 1
Robe Lighting - Robin Pointe
Posted: Fri Apr 10, 2015 2:12 pm
by RODOLFO
This is a very good fixture the Robin Pointe
http://www.robe.cz/fileadmin/robe/downl ... Pointe.pdf
This DJ party is fully equipped with this fixture.
Robe Lighting - Robin Pointe
Posted: Fri Apr 10, 2015 2:30 pm
by Massimo Callegari
Robe Lighting - Robin Pointe
Posted: Fri Apr 10, 2015 4:59 pm
by RODOLFO
i do not know. I took the time to watch and I'm telling you this
Re: Robe Lighting - Robin Pointe
Posted: Mon Apr 13, 2015 8:12 am
by pipolino419
This definition is incomplete and does not follow the manual
Each turn.
Have you other hidden fixture?
Re: Robe Lighting - Robin Pointe
Posted: Mon Apr 13, 2015 8:12 am
by mcallegari
pipolino419 wrote:This definition is incomplete and does not follow the manual
Each turn.
I admit, the Robe Pointe definition online is not that good. It's even missing one channel according to the DMX chart. I'll review it ASAP.
pipolino419 wrote:Have you other hidden fixture?
What do you mean ?
Re: Robe Lighting - Robin Pointe
Posted: Tue Apr 14, 2015 7:08 am
by pipolino419
Before making a FIXTURE I verified if it does not exist in the program and on the forum. Is it done somewhere else to check?
Re: Robe Lighting - Robin Pointe
Posted: Tue Apr 14, 2015 7:08 am
by mcallegari
pipolino419 wrote:Before making a FIXTURE I verified if it does not exist in the program and on the forum. Is it done somewhere else to check?
Nope. The only and official repository of fixtures is the one on GitHub:
https://github.com/mcallegari/qlcplus/t ... s/fixtures
So I conclude Pointe and Robin Pointe are different products.
I'll review both definitions when I have some time.
Thanks
Re: Robe Lighting - Robin Pointe
Posted: Tue Apr 14, 2015 9:52 am
by janosvitok
I'm not sure, but I suspect that Robe Pointe and Robe Robin Pointe is the same fixture.
Re: Robe Lighting - Robin Pointe
Posted: Tue Apr 14, 2015 12:03 pm
by pipolino419
Massimo you asked me to precisely meet the manuals. And the manual is written "Robe Lighting - Robin Pointe". Other software call "Robe - Pointe".
As you wish, but my definition of FIXTURE is good.
Re: Robe Lighting - Robin Pointe
Posted: Tue May 17, 2016 4:04 pm
by hepi
This fixture definition is ambiguous.
( Actually many fixture definitions in QLC+)
Can you tell me how QLC+ can associates these 2 channels together:
Code: Select all
<Channel Name="Rot. gobo indexing and rotation">
<Group Byte="0">Gobo</Group>
<Capability Min="0" Max="0">No rotation</Capability>
<Capability Min="1" Max="127">Forwards gobo rotation from fast to slow</Capability>
<Capability Min="128" Max="129">No rotation</Capability>
<Capability Min="130" Max="255">Backwards gobo rotation from slow to fast</Capability>
</Channel>
<Channel Name="Rot. gobo indexing and rotation - fine">
<Group Byte="1">Gobo</Group>
<Capability Min="0" Max="255">Fine indexing (rotation)</Capability>
</Channel>
How does QLC+ know to treat it as a single16-bit attribute?
I mean, I know that the Byte="1" tells it that it is the LSB, but how does QLC match the "Rot. gobo indexing and rotation - fine" channel with the "Rot. gobo indexing and rotation"?
Is it a name matching that looks for the "fine" string?
Thanks,
Erez (Hepi)
Re: Robe Lighting - Robin Pointe
Posted: Wed May 18, 2016 7:54 am
by janosvitok
In fact, QLC+ currently uses 16bit only for movements (Pan/Tilt) and only in EFX in non-relative mode. It matches the channels by group and group byte.
In other words it searches for channels that both have group of "Pan" and one has group byte set to MSB/0 and one that has LSB/1.
I started to implement full support for 16-bit channels, but so far I only managed to update the definitions to explicitly add the relationship.
There's still long way to go, and most of the changes are deep in the engine, so potentially dangerous...
See
https://github.com/janosvitok/qlcplus/t ... t-channels for current state.
Re: Robe Lighting - Robin Pointe
Posted: Thu Dec 08, 2016 6:03 pm
by BHLighting
Any update on 16-bit movement EFX? Right now I'm seeing Tilt LSB working but Pan LSB not working (stays at 0).
I posted a thread under Function Manager about it, but right now that thread is awaiting moderator approval.
Thanks!