-
October 6th, 2008 06:31 PM #1
- Join Date
- Oct 2008
- Posts
- 1
- Thanked 0 Times in 0 Posts
Motorised faders for a scratch build lighting control system
For my school's theatre production, which may be using moving heads and/or scanners. A friend and i are developing a computer control system, which, when finished, will be open source - yay - and hopefully awesome.
One apparently insoluble problem, however, is a method of manual control. We do have an existing lighting board, but it is a) only 24 channels in wide (no-crossfading) mode when we will be needing to control > 50 channels - not too bad since if we have the control system up and running, we can assign groups of channels to it and so forth I guess - and b) is a raw DMX board with plain faders, meaning that if we switch into manual mode at any time the channels won't be at their appropriate current value.
What I am looking for, therefore, is some kind of motorised fader component which can be purchased on our quarter-shoestring budget. :P We have a design for a completely DIY one using a rack and pinion gear (in bright colours, hooray) from Acme Whatever Educational Supplies (Rapid Online I believe it was) which would work out at about £3 - £4 + making-time per fader.
Does anyone have any ideas where I could get premade ones for only slightly more than that (£6/£7 each maybe)? I've seen websites which will, but they are of the order-multiples-of-10,000-from-Thailand variety. Any relevant anecdotes would also be welcome. (In case you haven't guessed from the spellings and currency, I'm in the UK.)
Thanks,
Doug/Jono
-
October 6th, 2008 10:41 PM #2Senior Team
- Join Date
- Aug 2007
- Location
- Las Vegas, NV, USA
- Occupation
- Academician/Pedantist
- Posts
- 171
- Thanked 396 Times in 340 Posts
Re: Motorised faders for a scratch build lighting control system
Not to rain on your parade, but why re-invent the wheel? ChamSys is in your backyard, and has already written the best software for moving light control on a personal computer available.
ChamSys LtdCareful the things you say, Children will listen.
-
October 6th, 2008 11:42 PM #3
- Join Date
- Aug 2008
- Occupation
- Installation and Service
- Posts
- 19
- Thanked 1 Time in 1 Post
Re: Motorised faders for a scratch build lighting control system
-
October 7th, 2008 01:42 AM #4
- Join Date
- Mar 2007
- Location
- Houston, Tx
- Occupation
- President/Owner
- Posts
- 902
- Thanked 20 Times in 20 Posts
Re: Motorised faders for a scratch build lighting control system
have you tried mouser and digikey for motorized faders? What you may want to look into is getting the entec USB to DMX converter to run ChamSys. The BCF2000 actually has USB control, it works like an external fader wing. I'm sure you can make it work with the ChamSys. So you have a motorized fader wing and DMX output. Now if you would like to go for a more DIY, you have to build your own USB to DMX converter, then you will have to draw out your schematic of how you are going to build your fader wing and control the faders. I hope you are familiar with writing and burning EPROMS (if you do not have one an EPROM burner will run you around 100) and it will not be cheap if you have to get someone to write the code for you (around 700). You will have to do some searching and learn how to program the software so that x resistance is x dmx value. Plus be able to patch to different outputs. The processor would then recall the dmx value and based on the resistance of the fader, will move the fader to the appropriate place, unless you have faders using encoders which are commonly used, and then the console counts to that particular tick mark, so inside of the console, you will have to intigrate stepper motor control. Good luck.
-
October 7th, 2008 02:39 AM #5
- Join Date
- Oct 2008
- Occupation
- High School Student
- Posts
- 14
- Thanked 0 Times in 0 Posts
Re: Motorised faders for a scratch build lighting control system
We already have a usbdmx.com : The bus powered usb dmx interface : Home Page DMX interface to use, and we are quite happy with coding and electronics (and have plentiful 'stock' components, including PICs and EPROMS). We've looked at the Behringer, yes, it looks like it would be the obvious option if we had money to throw at it, but unfortunately the department head cringed at the cost of a £100 DMX interface :|
We have three months or so in which to complete the entire system, including the control application and the fader wing, so we're trying to go for the cheapest way possible since it's not that urgent. It's ok if we can't get a fader wing at all I guess, since we can always use the DMX in port on the interface to use our old board, but that would be irritating because it's small and we can't bank-switch since it's not motorised. So...
I've also had a look at MagicQ and it doesn't run acceptably on the pitiful second hand PC we have to run the thing :D - I'm writing the app in C# (Mono) to run on a stripped down Linux, just for interest.
I expect the best option is to try and raise funds for a Behringer, despite the manager's financial objections... sigh.
Thanks for your replies
- ojno
-
October 8th, 2008 12:07 AM #6
- Join Date
- Mar 2007
- Location
- Houston, Tx
- Occupation
- President/Owner
- Posts
- 902
- Thanked 20 Times in 20 Posts
Re: Motorised faders for a scratch build lighting control system
you would have to really pull apart your lighting console and reverse engineer it to get it to work as an interface.
-
October 8th, 2008 07:56 AM #7
- Join Date
- Jun 2007
- Location
- Brisbane. Australia
- Occupation
- Undergrad
- Posts
- 178
- Thanked 1 Time in 1 Post
Re: Motorised faders for a scratch build lighting control system
Not really. He said that his interface had a DMX input on it, so if he programs that if Ch1 on the input reads 25% then he could program that to mean fader1 = 25% (I hope that made sense)
-
October 8th, 2008 12:45 PM #8
- Join Date
- Mar 2007
- Location
- Houston, Tx
- Occupation
- President/Owner
- Posts
- 902
- Thanked 20 Times in 20 Posts
Re: Motorised faders for a scratch build lighting control system
I did not see the dmx input part, yes you could program it like that
-
October 8th, 2008 02:25 PM #9
- Join Date
- Oct 2008
- Occupation
- High School Student
- Posts
- 14
- Thanked 0 Times in 0 Posts
Re: Motorised faders for a scratch build lighting control system
We may have a solution....
Endless faders, using a rubber belt attached to a quadrature rotary encoder. No need for any mechanisation at all, it will all be relative and the position indicator will be an LED bar graph rather than the slide position.
There are still some issues to be ironed out, such as getting the belt the right length and calibration such that the bar graph moves in sync, but it seems extremely promising. It may seem a bit weird to start with though :P
-
October 8th, 2008 09:49 PM #10CBmod
- Join Date
- Jan 2007
- Location
- Salt Lake City, UT
- Occupation
- Master Electrician
- Posts
- 3,252
- Thanked 175 Times in 153 Posts
Re: Motorised faders for a scratch build lighting control system
Your rotary encoder idea has been the standard for controlling moving light attributes for a long time. However, why do you need a rubber belt? Just attach a wheel to the encoder (like on most modern consoles) and call it a day. At the same time, why bother with the LED bar graph? You are going to have some kind of channel display with levels on the computer monitor, so is there really a need for the redundancy of information?
It really intrigues me that people have such an affinity for the physical faders and the visual feedback from them (I think the latter is why most like them). I use a couple physical faders for submasters, but never individual channel control. Keyboard input is so much faster; typing "1-25@50" is so much easier than running up 25 faders and finding the level you want them at. So, save the encoders for your ML attributes and use the keypad!
Forgive me, but it just seems like a waste of time to reinvent the wheel. I realize that you don't have any money and you want the challenge of writing your own software, but I would love to know a little more about the board that you have, like what it is. You say that it only has 24 faders in single scene mode, but does it support more channels than that? Does it have a keypad? My other concern is that I would never want to use a totally unproven technology to run any show critical element (like lighting). It is one thing to tinker in your garage, but what happens when the system just up and dies in the middle of a show and there is no support number you can call?
I don't mean to come off as harsh and disheartening, it is just my 2 cents.Alex Weisman
Master Electrician - Pioneer Theatre Company
IceWolf Photography
[email protected]
Soup or art?
"Crap happens, it is our job as technicians to fix the problem and see if it can be avoided. That does not mean yelling at actors or other crew people. We make mistakes, that is life. Welcome to live theatre, if it were the same every night it would be TV." ~Me
Love CB? Upgrade to premium today!
-
October 12th, 2008 01:43 AM #11
- Join Date
- Apr 2008
- Location
- Baltimore MD
- Occupation
- Technical Director/Freelancer
- Posts
- 133
- Thanked 0 Times in 0 Posts
Re: Motorised faders for a scratch build lighting control system
Sometimes when you have never used anything other than a two scene preset, you just dont trust GO boards.It really intrigues me that people have such an affinity for the physical faders and the visual feedback from them (I think the latter is why most like them). I use a couple physical faders for submasters, but never individual channel control. Keyboard input is so much faster; typing "1-25@50" is so much easier than running up 25 faders and finding the level you want them at. So, save the encoders for your ML attributes and use the keypad!
When that happens, your screwed. I have had amps just die during shows. It sucks, and at least I could call Crown.It is one thing to tinker in your garage, but what happens when the system just up and dies in the middle of a show and there is no support number you can call?
-
October 12th, 2008 02:14 AM #12
- Join Date
- Sep 2007
- Location
- perth W Australia
- Occupation
- President/Owner
- Posts
- 549
- Thanked 17 Times in 15 Posts
Re: Motorised faders for a scratch build lighting control system
For colour mixing on a cyc or balancing key, fill and backlight on a special area, you can move and mix with faders while watching the area.That is why I love faders, of course this is mainly when I'm doing my own show, if there's a designer sitting there calling states a keypad is fine.
David Ashton
All Things Theatre
Perth,Australia
"for every complex problem there is a solution which is neat, simple,and wrong"
H. L. Menken
-
October 12th, 2008 03:47 AM #13Senior Team
- Join Date
- Aug 2007
- Location
- Las Vegas, NV, USA
- Occupation
- Academician/Pedantist
- Posts
- 171
- Thanked 396 Times in 340 Posts
Re: Motorised faders for a scratch build lighting control system
Careful the things you say, Children will listen.
-
October 12th, 2008 02:29 PM #14Senior Team
- Join Date
- Nov 2005
- Location
- Saratoga Springs, NY
- Occupation
- Technical Director
- Posts
- 5,114
- Thanked 232 Times in 201 Posts
Re: Motorised faders for a scratch build lighting control system
That would be cool, but I don't think it would be that useful. It would not suprise me if AVO made something that did this, but I don't want to see 96 channel 2 scene preset monster boards come back.
Just my opinion, flying faders are great for audio, but I don't think that lighting out of the club environment needs them.
-
October 13th, 2008 06:27 AM #15
- Join Date
- Oct 2008
- Occupation
- High School Student
- Posts
- 14
- Thanked 0 Times in 0 Posts
Re: Motorised faders for a scratch build lighting control system
FYI our current board is this: Elara (Sorry that's not the manufacturer's website, but it's discontinued, and that page contains a picture, basic feature list, and the manual anyway.) It's a fairly old 12/24 two preset almost-but-not-quite-memory board - it does scene presets and sequences, but nothing more like a cue stack or anything.
Thanks icewolf08, a plain keypad would probably be a much more sensible idea for most of our purposes, however the reason for wanting to do the kludgy faders is exactly what you said, allthingstheatre - although design itself isn't my/varnis' primary responsibility, we don't have a professional designer and there *will* be "a bit more blue, a bit less orange, ok" changes during rehearsals etc, especially since we have some video-projected backdrops.
I think the only rational option at this point is to rig together a keypad using a cheap external numpad, and then get the Behringer... we'll have to look into some fundraising.
Thanks again all
- ojno
EDIT: We have found someone who has a Zero88 Fat Frog that we can borrow for the couple of weeks necessary for our show, so that makes a great backup option for us. I think we'll still develop the system we described, though, looking to the future; but at least now it doesn't have to be ready any time soon at all.Last edited by ojno; October 13th, 2008 at 12:01 PM. Reason: Added update
-
March 31st, 2009 07:47 AM #16
- Join Date
- Mar 2009
- Occupation
- Educator
- Posts
- 5
- Thanked 0 Times in 0 Posts
Re: Motorised faders for a scratch build lighting control system
I can't actually see an answer to the original question - does anyone know of a supplier for motorised faders at a reasonable cost?
I have a large range of desks (including Fat Frogs, ETC SmartFade and MagicQ with a PC wing) at my disposal that I can use, but as an electronics graduate I have often built small desks and PC control software either for very specific requirements of shows (mostly animatronic props!) or to try and make my job easier.
I have often thought that motorised faders would be useful on a PC wing - having the ability to position the mouse over a group of faders on screen or example and the levels appear on a small set of 6 faders on a wing, then push them to their new levels and it is automatically saved as an edit.
And as for having faders in the first place, they are great for live theatre work - even if only as submasters. Typing 1 thru 24 @ 50 may give you the final output you want but not the control to get there in a nice way!



LinkBack URL
About LinkBacks
Reply With Quote




