I need a few suggestions for programming:
1.-> I would like to program a slider:
If the slider is on 0%, device 1 should have the DMX value 0, and device 2 should have the value 55.
If the slider is at 100%, device 1 should have the value 255 and device 2 180.
2. -> Another slider should output different DMX values for different values. The values should be changed evenly between the min / max. For example:
Code: Select all
Slider Value DMX Channel DMX Value
1% 1 0
2 20
40% 2 80
41% 2 0 (Channel 2 off)
3 40 (Channel 3 on)
100% 1 255
3 200
I hope I have expressed myself clearly and I look forward to your feedback
Greetz Dirk