DMX

DMX (12)

Monday, 10 July 2017 07:58

Q Light Controller Plus DMX

Written by

 

Connect DMX adapter to PC.

 

If Windows ask for drivers download and install from here:

http://www.ftdichip.com/Drivers/D2XX.htm

 

If drivers are installed correctly you must see "USB Serial Converter" in Device Manager

 

Download and install Q Light Controller Plus from

http://www.qlcplus.org/

 

 Run Q Light Controller Plus and click on + button to add a fixture

QLC-Plus-01

 

QLC-Plus-02

 

QLC-Plus-03

 

When you are ready with adding the correct fixture go to Inputs/Outputs 

QLC-Plus-04

 

Find DMX USB ->  KMTronic DMX Interface and check the tick on Output 

 

QLC-Plus-05

 

 Now you can go to Simple Desk to manualy control the fixture 

 

QLC-Plus-06 

 

 

You can find this in our eBay shop.

 

 

 

 

Tuesday, 20 November 2012 05:26

C# DMX512 code example

Written by

 

 

                  using FTD2XX_NET;

 

        byte[] Start = { 0x00 };
        byte[] MAB = new byte[256];
        byte[] dmx_data = new byte[512];

        private void set_data()
        {
            ftStatus = myFtdiDevice.SetDataCharacteristics(FTDI.FT_DATA_BITS.FT_BITS_8,FTDI.FT_STOP_BITS.FT_STOP_BITS_2,
                FTDI.FT_PARITY.FT_PARITY_NONE);

                if(ftStatus == FTDI.FT_STATUS.FT_OK)
                {
                    setdata = "Data Set!";
                }

                else
                {
                    setdata = "Data Error!";
                }
        }



        private void set_baudrate()
        {
            ftStatus = myFtdiDevice.SetBaudRate(250000);
            if (ftStatus == FTDI.FT_STATUS.FT_OK)
            {
                setbaudrate = "Baudrate OK!";
            }

            else
            {
                setbaudrate = "Baudrate Error!";
            }
        }


        void send_data()
        {
            myFtdiDevice.SetBreak(true);
            Thread.Sleep(10);
            myFtdiDevice.SetBreak(false);
            myFtdiDevice.Write(MAB, 0, ref count);
            myFtdiDevice.Write(Start, Start.Length, ref count);
            myFtdiDevice.Write(dmx_data, dmx_data.Length, ref count);
        }

 

 

Saturday, 17 November 2012 15:21

DMX512 Connectors

Written by

 

 

 

 

 

 

 

 

 

 

Monday, 23 January 2012 08:22

MADRIX - LED Lighting Control

Written by

 

Connect DMX adapter to PC.

 

If Windows ask for drivers download and install from here:

http://www.ftdichip.com/Drivers/D2XX.htm

 

If drivers are installed correctly you must see "USB Serial Converter" in Device Manager

 

Download and install Madrix from

http://www.madrix.com/en/home/download/madrix-software.html

 

Run MADRIX and in Preferences click on Device Manager... or simply click key "F4"


 

If the DMX adapter is found you should see this screen.

 

 

Click OK and you are ready.

 

 

 

You can find this in our eBay shop.

 

 

 

Friday, 13 January 2012 12:43

Vixen Lightning Software

Written by

 

Connect DMX adapter to PC.

 

If Windows ask for drivers download and install from here:

http://www.ftdichip.com/Drivers/D2XX.htm

 

If drivers are installed correctly you must see "USB Serial Converter" in Device Manager

 

Download and install Vixen Lightning from

http://www.vixenlights.com/

 

Run Vixen Lightning and in Add-Ins > click on DMX


 

Now you are ready to create a new sequence and add DMX controller.Click on

Sequence tab -> New event Sequence -> Vixen standart sequence

 

 

The wizzard is shown to help you. Click Next to continue.

 

 

Now we have to create a new profile for our DMX device.

Click on Profile Manager.

 

 

Enter the name of the profile

 

Now click on Output Plugin tab


 

and select Enttec Open DMX > Use and type the number of DMX channels. Click Done.

 

Now we have using this plugin and have to add our DMX device. In my

case I use a 13 channels Moving Head. Type number of channels that you want to

control and click Done.

 

Select the created profile and click next

 

Now if you want you can add a music to your lightning project.

Click on the Assing Audio and choose mp3 file or any other audio file from your Hard Drive.

Click OK.

 

The final step is to create the sequence.

Click on the Create it  tab chose the name of the sequence and you are ready.

 

 

 

 

 

You can find this in our eBay shop.

 

 

 

Friday, 13 January 2012 12:10

VenueMagic Classic

Written by

 

Connect DMX adapter to PC.

 

If Windows ask for drivers download and install from here:

http://www.ftdichip.com/Drivers/D2XX.htm

 

If drivers are installed correctly you must see "USB Serial Converter" in Device Manager

 

Download and install Venue Magic Classic from

http://venuemagic.com/

 

Run Venue Magic Classic and in Devices>Setup Devices > Supported Devices you should see

selected Entec Open DMX USB intrerface.


 

 

 

Close it and you are ready.

 

 

 

 

You can find this in our eBay shop.

 

 

Thursday, 12 January 2012 13:48

DMX Control

Written by

 

Connect DMX adapter to PC.

 

If Windows ask for drivers download and install from here:

http://www.ftdichip.com/Drivers/D2XX.htm

 

If drivers are installed correctly you must see "USB Serial Converter" in Device Manager

 

Download and install DMX Control from

http://www.dmxcontrol.org/

 

Run DMX Control and in Settings>Output plugins... choose "Enttec DMX USB"


 

 

 

Close it and you are ready.

 

 

You can find this in our eBay shop.

 

 

 

 

 

Thursday, 12 January 2012 13:13

Q Light Controller DMX

Written by

 

Connect DMX adapter to PC.

 

If Windows ask for drivers download and install from here:

http://www.ftdichip.com/Drivers/D2XX.htm

 

If drivers are installed correctly you must see "USB Serial Converter" in Device Manager

 

Download and install Q Light Controller from

http://sourceforge.net/projects/qlc/

 

Run Q Light Controller and in Manager>Outputs Setup choose "Enttec DMX USB Output"


 

 

 

Click OK and you are ready.

 

 

 

Thank you John !!!

 

 

 

 

You can find this in our eBay shop.

 

 

 

 

Thursday, 12 January 2012 07:40

PC_Dimmer DMX

Written by

 

Connect DMX adapter to PC.

 

If Windows ask for drivers download and install from here:

http://www.ftdichip.com/Drivers/D2XX.htm

 

If drivers are installed correctly you must see "USB Serial Converter" in Device Manager

 

Download and install PC Dimmer from

http://www.pcdimmer.de/

 

Run PC Dimmer and in Settings>Advanced settings and choose "Enttec openDMX"


 

Click OK , close PC dimmer and run again.

 

You can find this in our eBay shop.

 

 

 

 

Tuesday, 10 January 2012 08:36

KMtronic DMX adapter

Written by

 

 

 

 

If Windows ask for drivers download and install from here:

http://www.ftdichip.com/Drivers/D2XX.htm

 

DMX512 Connectors

http://www.info.kmtronic.com/dmx512-connectors.html

 

 

KMtronic DMX test software

http://www.info.kmtronic.com/kmtronic-dmx-test-software.html

 

FreeStyler DMX

http://www.info.kmtronic.com/freestyler-dmx.html

 

PC_Dimmer DMX

http://www.info.kmtronic.com/pcdimmer-dmx.html

 

Q Light Controller DMX

http://www.info.kmtronic.com/q-light-controller-dmx.html

 

DMX Control

http://www.info.kmtronic.com/dmx-control.html

 

VenueMagic - DMX Lightning Software

http://www.info.kmtronic.com/venuemagic-classic.html

 

Vixen Lightning Software

http://www.info.kmtronic.com/vixen-lightning.html

 

Madrix - Led Lighntning Control

http://www.info.kmtronic.com/madrix.html

 

 

 

 

You can find this in our eBay shop.