-
-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artnet customize fixtures #1667
Comments
I had a look at the artnet code and it seems some of your requirements are already supported; others we might best have clarified fist to be on the same page
You can already set the Color Order at the device config page or make use of the Color Order device wizard.
This is also already available. The first three channels are for color, the rest will be Null. i.e. Off.
This would be an enhancement. The serial DMX device code already support 4 channels , but the 4th channel is always high (255). What I am not clear is about the Dimmer requirement (RGBD). |
Ok. Thanks for the advice. I will have another look at it. I expected the RGB order in the dialogue for the other Artnet Settings. The 4 Channel on always high sounds like a good solution for fixtures that have the Dimmer channel on that one. Do I understand correctly that this is the Case for Serial Dmx Devices but not for Artnet? |
I am sorry for my blindness. In fact this is possible in Expertmode.
I could not find where I can edit the config. Can you describe it to me?
It seems like this Device Type expects fixtures with the RGBD channel configuration as default. But also here a user can run into problems with devices that use a different channel configuration. A start could be the ability to set one fixture type for the whole artnet config but for when a user uses different fixtures in his setup, a "per fixture" channel configuration could be useful too. I hope this brings some light in the dark and it helps you roughly understand how artnet and dmx is working. If this raises more questions feel free to ask :) |
Hi let me try to outline some potential configuration of fixture (device) configurations. Scenarios
I hope there are no scenarios like: In addition, how do multiple universe fit in here? Universe1 = Hyperion LED1 |
Hey, So currently a hyperion user sets a universe and sets a channel count and a "Hardware LED count". Now I will address your scenarios:
The Led light bars are also a good example for another case to be addressed: A fixture can cover multiple hyperion hardware LEDs. For example a fixture with RGBD covers a single LED but A light bar with "RGB RGB RGB RGB D" covers 4 LEDs. A dirty but possible solution would be configuring this light bar as 4 fixtures (3x RGB and 1x RGBD). That way we keep the 1 hardware LED = 1 fixture policy. I would do something like configuring a single fixture type with an amount in the "default" configuration level. In that case a user gets to set "universe", "channel count", "fixture count"/"hardware LED count" and "channel configuration".
This example would match a Setup with 3 fixtures: This way users can combine different fixture types in their setup. I hope, I explained everything in enough detail. Tell me if anything is unclear :) |
Feature request
It would be great if the channel configuration of my dmx-led-fixtures would be customizable in the Ui.
Currently the only setting I can set is the channelcount per fixture but I cant control wich channel is R, wich is G, wich is B, wich is Dimmer etc.
It also does not support the case when someone got fixtures with diffrent channel amounts.
What problem does this feature solve?
I got two fixtures with the following configuration: RGBD (D is Dimmer/Overall Brightness). Unfortunatly my Leds stay black (they receive a Signal though). I dont know what data is sent by Hyperion but I assume the dimmer on the fourth channel stays on 0. Probably someone can follow up here.
What does the proposed API look like?
How should this be implemented in your opinion?
There should be an option in the UI where I can select the Channel Layout RGBW, RGBD (if the channelcount is set to 3) or RGB (if the channelcount is set to 3)
When in expert mode there should be a editable configuration where I can set custom channel configs for every fixture.
Are you willing to work on this yourself?
I am willing to help, but I need some assistance because I am not that deep in the project. Am I right that @penfold42 authored the Artnet stuff?
It would be great if we could implement this, because I am currently using Prismatik with my own Artnet Plugin and I want to switch to the more feature rich Hyperion :)
The text was updated successfully, but these errors were encountered: