Page 1 of 1

CONTROL MODULES IN DMX

Posted: Tue Sep 20, 2011 2:54 pm
by cousin guillaume
HI
i try to control some modules in dmx
i find a post about that with this kind of script in direct event:

Code:

if type == 'DMX':
if param['channel'] == 5:
value = param['value']*10
modul8.setValue('ctrl_layer_position_x', value, 0)

but i try for exemple to controle TAP in BPM GLOBAL
so what can i put instead of 'ctrl_layer_position_x'

or

can i add a keyword in browser or a script to use DMX FIXTURE


thank s

Posted: Wed Sep 21, 2011 8:53 am
by cousin guillaume
MUMMM!!!!
SECRET CODE ? ? ? ? ?
thank s james bond
please give me more info.....
i dont understand

Posted: Wed Sep 21, 2011 5:05 pm
by ilan
That was spam. I took care of it.

Posted: Wed Sep 21, 2011 5:12 pm
by cousin guillaume
ok thank s ilan
could you help me for my
DMX TAP TEMPO .....
a idee???
:roll:

Posted: Wed Sep 21, 2011 5:24 pm
by ilan
Unfortunately I am not a big expert on this stuff. BUT, just looking at the code in the DMX 8 Channels (dmx) module there is enough information there that will allow you to do what you want.

My guess is that this is what would be your 'keyword':

modul8.sendDMX(0,channel,param['value'])

Hope this helps.