
DMX (12)
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
Run Q Light Controller Plus and click on + button to add a fixture
When you are ready with adding the correct fixture go to Inputs/Outputs
Find DMX USB -> KMTronic DMX Interface and check the tick on Output
Now you can go to Simple Desk to manualy control the fixture
You can find this in our eBay shop.
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);
}
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.
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
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.
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
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.
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
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.
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.
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
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.
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.