Changeset - 283ce478e60f
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 7 years ago 2018-06-08 03:35:14
drewp@bigasterisk.com
new dmx hw config
Ignore-this: 7eb32efe420c4cfe9ababdffbd00ec91
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
bin/collector
Show inline comments
 
@@ -139,14 +139,15 @@ class Attrs(PrettyErrorHandler, cyclone.
 

	
 
            
 
def launch(graph, doLoadTest=False):
 
    try:
 
        # todo: drive outputs with config files
 
        outputs = [
 
            EnttecDmx(L9['output/dmx0/'], '/dev/dmx3', 80),
 
            Udmx(L9['output/udmx/'], 510),
 
            # EnttecDmx(L9['output/dmx0/'], '/dev/dmx3', 80),
 
            Udmx(L9['output/dmxA/'], bus=4, numChannels=80),
 
            Udmx(L9['output/dmxB/'], bus=5, numChannels=510),
 
        ]
 
    except Exception as e:
 
        log.error("setting up outputs: %r", e)
 
        traceback.print_exc()
 
        raise
 
    listeners = WebListeners()
0 comments (0 inline, 0 general)