spacemanspiff2007 / PyArtNet

"Python wrappers for the Art-Net protocol to send DMX over Ethernet"
GNU General Public License v3.0
70 stars 14 forks source link

moving head control #15

Closed martin3000 closed 2 years ago

martin3000 commented 2 years ago

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

spacemanspiff2007 commented 2 years ago

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.

martin3000 commented 2 years ago

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

spacemanspiff2007 commented 2 years ago

Just set a fade with duration 0

martin3000 commented 2 years ago

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