Dmx Patch
-
Dear all,
I hope i explain my topic properly.
I'm working on a fixture for the eos console and chamois at the moment. I have several actors controlling 36 dmx channels. I there a way to change the day number of
channels via a script or an actor to change the dmx number for paching once the the final fixture is ready to a dedicated number? at the moment 1 is 1-36 working on artner and enttec. but i Fouls like to change the number from 1>36 to a different range (for example 101>132) directly from the light board via a keyboard input or an encoder.
do you think there is an option for this?
best
-
There is no way to dynamically change this on the Serial In Watcher, since the stream is parsed beginning to end in each read.
You could configure the Serial In watcher to read a full Universe of DMX (assuming that is the max you would have incoming) and then route the values as needed.
You might also be able to output a ling DMX string from the Serial In Watcher, and use Javascript to output specific values. That could allow for the same type of filtering as is available in the ArtNet Receive actor. -
Ok my main concern is art net. What would be the procedure in art net then? and what java script?