how to work with AXB-DMX512?
adys
Posts: 395
Hi all
I have a new AXB-DMX512 connected to Ni3100
and I need to controll 3 set of leds
I have them declared as channel 1-3
I am trying to send command from my netlinx code like this:
send_command dvDMX , "'DR1L10%T10'"
nothing happens
the TX and RX leds are constantly on, I read that its ok, but they don't change when I send the commands...
Thanks for any help
Ady
I have a new AXB-DMX512 connected to Ni3100
and I need to controll 3 set of leds
I have them declared as channel 1-3
I am trying to send command from my netlinx code like this:
send_command dvDMX , "'DR1L10%T10'"
nothing happens
the TX and RX leds are constantly on, I read that its ok, but they don't change when I send the commands...
Thanks for any help
Ady
0
Comments
Are you using a daisy chain with an alternative 2nd DMX controller?
You should also try SEND_COMMAND dvDMX, 'MZ' as this will do a reset and clear the memory.
I have only DMX output connected . When disconneted it, the RX is off, but the TX is constantly on.
removing the AXLINK wires and stay only with GND and + and still the TX is constantly on! even after reboot the box
( when connecting via ASLINK I see the box in netlinx onlin tree, so it connected ok....)
I don't understand what is going on here
Its working
To turn on the dimmer I had to set one more channel that act as a master (channel 4) and now every thing is working...
The 2 leds are constantly on BTW, but who cares
Thanks for the help
Ady