Mercurial > code > home > repos > light9
comparison bin/collector @ 1630:2adbc27f77d3
theater config
Ignore-this: bb91223d90437a7f1e496f1d542fe8bb
author | drewp@bigasterisk.com |
---|---|
date | Sat, 10 Jun 2017 02:07:02 +0000 |
parents | 64c1bcff604e |
children | 6fa4288da8a6 |
comparison
equal
deleted
inserted
replaced
1629:2fc0e726a3c3 | 1630:2adbc27f77d3 |
---|---|
139 | 139 |
140 def launch(graph, doLoadTest=False): | 140 def launch(graph, doLoadTest=False): |
141 try: | 141 try: |
142 # todo: drive outputs with config files | 142 # todo: drive outputs with config files |
143 outputs = [ | 143 outputs = [ |
144 #EnttecDmx(L9['output/dmx0/'], '/dev/dmx0', 80), | 144 EnttecDmx(L9['output/dmx0/'], '/dev/dmx3', 80), |
145 Udmx(L9['output/udmx/'], 510), | 145 Udmx(L9['output/udmx/'], 510), |
146 ] | 146 ] |
147 except Exception as e: | 147 except Exception as e: |
148 log.error("setting up outputs: %r", e) | 148 log.error("setting up outputs: %r", e) |
149 traceback.print_exc() | 149 traceback.print_exc() |