Skip to content
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

light only works with loop #3

Open
djs4000 opened this issue Feb 15, 2023 · 0 comments
Open

light only works with loop #3

djs4000 opened this issue Feb 15, 2023 · 0 comments

Comments

@djs4000
Copy link

djs4000 commented Feb 15, 2023

Hello,
I am both new to python, DMX and serial communication, so i hope you will bear with me.
I am trying to control a simple LED parcan light, it has 4 channels (1 master dimmer and 3 for RGB). This is the first library that has actually worked with my USB to DMX cable so thank you for writing this script. After some testing, I found that the light stays on only while I am sending a signal.
so
dmx.set_data(1,255) doesn't work, but
while True: dmx.set_data(1,255)
Does work.
Is this intended? is it perhaps an issue with the light I have? As a total newb i would forever be in your debt if you were to point me in the right direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant