Go Back   ControlBooth > CB Discussions > Lighting
 
    Advanced Search

Notices

Lighting For any discussions related to lighting


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old February 12th, 2004, 12:31 PM

 
Join Date: Nov 2003
Location: New York
Posts: 1,328
Thanks: 2
Thanked 10 Times in 10 Posts
Send a message via AIM to zac850
Default The DMX World

Ok, im really curious to learn about DMX and how it really works. Currently all I have ever done with DMX is to hook our bad light bord (an American DJ desk, DMX 512) to 2 dimmer's, (daisy chained, out of the bord, into the first box, out of the first box, into the secound box). I want to learn how to really use DMX. For instance, what are the different DMX universes? Also, how do (inteligent) lights take up more then one DMX channel? The way i've always done it (with the 12 lights my school has) is use DMX to run the dimmer's which are connected (with extention coards) to the lights. Also, how would you run this in a show? I'm assuming that theres a DMX in type of port in the inteligent lights, but how do you program it so that circut 27-34 or whatever is for this light, and circut 34 to whatever is this other thing....

As you can see, im confused with DMX and how to use it.

Thanks
Zac
__________________
www.ZacharySpitzer.com
Reply With Quote
Old February 12th, 2004, 06:04 PM
Senior Team Emeritus
 
Join Date: Oct 2003
Location: Elgin, IL, USA
Posts: 367
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to DMXtools
Default

I've got something posted on my website that might be a decent place to start. Check out http://www.dmx-tools.com/DMX512_Primer.html - I tried to write it so you don't need an engineering degree to understand.

John
Reply With Quote
Old February 12th, 2004, 07:36 PM

 
Join Date: Nov 2003
Location: New York
Posts: 1,328
Thanks: 2
Thanked 10 Times in 10 Posts
Send a message via AIM to zac850
Default Re: The DMX World

Thanks!!! Thats just what I was looking for!!!

I had a funny feeling that you would be the one to respond to that post...
__________________
www.ZacharySpitzer.com
Reply With Quote
Old February 12th, 2004, 07:39 PM

 
Join Date: Oct 2003
Location: Melbourne
Posts: 252
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to cruiser Send a message via MSN to cruiser
Default Re: The DMX World

I used http://www.dmx512-online.com/ to learn DMX, it has animations and stuff that might help you understand a bit easier, its also explained in every day language

The guy that wrote that sight is an absolute electronic genius, he is also very helpful... I have often emailed him with some questions or problems and he is always more than happy to help!
__________________
Jeremy West

Visions West Productions
[url]http://visionswest.live.com.au[/url]
Reply With Quote
Old February 12th, 2004, 10:24 PM

 
Join Date: Dec 2003
Location: Yonkers, NY, USA
Posts: 166
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to The_Terg
Default Re: The DMX World

Well, Im into some DIY projects... Maybe if I have the time I can give a really simple DMX controller a shot.

what kind of IC/capacitor circuit can I use to get a clock cycle of 4 microseconds? I would need a circuit that simply gives a clock pulse output every 2 or 4 microseconds. Thats really the only part that I have no idea about. After that, I could just use some kind of BASIC Programmable IC chip to store lists of binary commands for controlling a dimmer. For a kind of test rig.
__________________
-Terg
RPI Playhouse, Troy NY
Technical Committee Lighting Chair.
RPI Class of '10 Electrical Engineer.
Reply With Quote
Old February 13th, 2004, 01:30 AM
Senior Team Emeritus
 
Join Date: Oct 2003
Location: Elgin, IL, USA
Posts: 367
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to DMXtools
Default

Quote:
what kind of IC/capacitor circuit can I use to get a clock cycle of 4 microseconds? I would need a circuit that simply gives a clock pulse output every 2 or 4 microseconds. Thats really the only part that I have no idea about. After that, I could just use some kind of BASIC Programmable IC chip to store lists of binary commands for controlling a dimmer. For a kind of test rig.
It's not just putting out binary data at 250Kbps, but generating the break between packets and the mark-after-break that turns serial data into DMX-512.

I do everything with a little 8031-family microcontroller. Philips has a nice, cheap little chip, the 87LPC762, that does a nice job. The 87LPC762 is a little 20-pin DIP IC with an 8-bit microprocessor, a couple 16-bit counters, a serial port, ram and EPROM (...and a partridge in a pear tree) all on the same piece of silicon, for under $3. I used it for the internal DMX-512 upgrade I designed for James Lighting controllers.

All the critical timings for DMX-512 can be generated by hooking it up to an 8MHz crystal (80 cents) and setting up the right sequence of instructions.

I believe you can find a link to a shareware assembler for it on the Philips website - along with some sample applications (none DMX-512) and a .PDF of the data book... or Keil Software has a demo version of their UV2 development environment for programming in C. It does everything my full version does, but is limited to programs of 4K bytes or less (the EPROM on the LPC family is 2K).

If you want to do more of a real controller, the 87LPC767 adds a 4-channel, 8-bit analog-to-digital converter on the same chip - still in a 20-pin DIP. Use the A to D to read the positions of up to four faders and the serial port to turn that information into a DMX packet. Uses the same development software and still costs under $4.

String together a couple 4051 analog multiplexers to be able to read more faders and you could easily make a decent 2-scene controller on the cheap.

John
Reply With Quote
Old February 13th, 2004, 05:37 PM

 
Join Date: Dec 2003
Location: Yonkers, NY, USA
Posts: 166
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to The_Terg
Default Re: The DMX World

Cool, I was hoping to find an all-purpose IC like that... Hmmm, i definately feel the need for a new DIY project... (DMX Tester/controller)

After all, focusing lights is really a two man job in our auditorium... one needs to be up in the booth fiddling with the board, and the other doing the actual dirty work. If I could DIY up a simple little DMX tester, I wouldn't end up running my ass off between the stage and the booth. Besides, I want more of a challenge after I built myself a little pocket headphone amp.

Ill take a bigger dig at it when I get back from DC on monday..
__________________
-Terg
RPI Playhouse, Troy NY
Technical Committee Lighting Chair.
RPI Class of '10 Electrical Engineer.
Reply With Quote
Old February 13th, 2004, 07:09 PM

 
Join Date: Jan 2004
Location: Australia
Posts: 358
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Nephilim
Default Re: The DMX World

Cool - I never realised that the channel numbers are implied rather than expicitly stated - I guess you need as much speed as possible. This puts the onus on the decoder to get the right channel data, I suppose.
Reply With Quote
Old February 13th, 2004, 07:26 PM

 
Join Date: Oct 2003
Location: Melbourne
Posts: 252
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to cruiser Send a message via MSN to cruiser
Default Re: The DMX World

What kind of desk do you have? A generic remote control might work? i know that you can get ones that you run out the end of your daisy chain for desks unlike the strands that dont have a dmx remote port!

We have one for our event, looks quite similar to the ones for the strands too....
__________________
Jeremy West

Visions West Productions
[url]http://visionswest.live.com.au[/url]
Reply With Quote
Old February 16th, 2004, 08:25 PM

 
Join Date: Dec 2003
Location: Yonkers, NY, USA
Posts: 166
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to The_Terg
Default Re: The DMX World

I unfortunately know that my board doesnt have any remote capabilities. Its a Lee/Colortan 'scenemaster', and I havent seen it anywhere
__________________
-Terg
RPI Playhouse, Troy NY
Technical Committee Lighting Chair.
RPI Class of '10 Electrical Engineer.
Reply With Quote
Reply

Tags
dmx, world

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Candle blamed for Movie World fire Mayhem News 2 June 27th, 2004 11:47 AM
New To Forum And Tech World DVkid New Member Board 5 March 9th, 2004 12:00 AM
Longest TV in the World! dvsDave News 3 September 18th, 2003 09:03 PM


All times are UTC -4. The time now is 02:58 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.1 
Advertisement System V2.6 By   Branden

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80