spacemanspiff2007/PyArtNet

moving head control

martin3000 opened this issue · 4 comments

Is it possible to control a movig had spot light with pyArtNet?

Does the moving head spot behave different than other dmx devices?
You can set values of channels directly and you can run fades on channels.
If that is sufficient you can also control a moving head.

Maybe that is sufficient. Is there an example of how to send a value on a channel?

Just set a fade with duration 0

ok, something like this:
channel.add_fade( [127,100,10], 0 )