PDA

View Full Version : Qt / DMX : Software commanding a DMX lamps



Caradryan
20th July 2016, 15:28
Good afternoon,

i just started to use Qt, it is impressive what we can do with it !

So, i already have a software made with Qt 4.8.6, currently this software control a motorized head, which means when i press a specific touch, the motor move to the desired direction ( funny isn't it ? :p)

I bought a motorized light projector, which can be controlled via DMX port/protocol, so i bought a USB/DMX to have a direct link from my laptop to the lamp.

I would like to do the same thing with my lamp, like with the motor.

My question : is it possible to control via Qt this lamp ? I know that DMX uses signal to specific channel to do specific actions ( example : in channel 4 if you send to the device a signal 240, it will move the motor to the right ).

Thanks for your answers and time.

Carardryan.

Lesiok
20th July 2016, 16:02
Uncle Google is great : Here you are (http://soft.pmad.net/qlight/qdmx/api-qt.htm).

Caradryan
20th July 2016, 16:11
Arf my bad...
Thanks for your help.

Caradryan
25th July 2016, 12:00
Hi,

i just followed all the steps from the tutorial but my main.cpp cannot open the include qdmxclient.h ?
Maybe it is from the .pro ?

Thanks for your help