Jump to content


electronicsuk

Member Since 29 May 2005
Offline Last Active Jan 28 2007 03:39 PM
-----

Posts I've Made

In Topic: Electrical Firing System

19 January 2007 - 06:08 PM

Interesting to see there are so many people making their own firing systems. I came across this post while searching for some information relating to firing controllers. I've been into model rocketry for some time, but I've also had a keen interest in fireworks and I'm looking to take a training course, and hopefully get some practical experience eventually leading to a BPA exam.

That aside, mostly out of my own curiosity, I'm thinking (and have been for a while, but lack of time and all...) of designing and building my own firing controller. At the moment its applications would be purely for model rocketry, but in essence model rocket ignitors and pyro E-matches are the same. Clearly there are different specs with regard to continuity test current, firing current, etc... but it should be possible to make a system that will work safely in either application.

Now, I'm also heavily into electronics (I work in electrical and electronic engineering) and, in particular, microcontrollers and computers. I've looked over the FireOne system and would like to implement many of the features found within it. Here's my outline specification of what I'd like my system to do:

- Minimum 32 cues per firing module
- No need for separate firing rails, binding posts integrated into firing module
- Capacitive discharge firing circuits, each cue isolated from all other cues with its own capacitor to prevent the entire system being discharged in the event of firing into a dead short
- E-match continuity check, firing modules can report back the resistance of any igniter to central firing unit with accuracy of 0.1 Ohms
- Firing modules powered and controller by master host
- Only one combined power and control cables to all units in daisy chain or star wiring configuration
- LCD display for addressing and settings on firing modules
- Central programmable control unit for manual firing or pre-choreographed shows in semi-auto (i.e. press a button to advance to the next cue) and possibly full-auto with timing if this doesn't pose a safety hazard
- Computer control as a future possibility

Of course, that's just a few of the things I'd like to do with the firing modules. There will, of course, be all the usual safety features, the main firing controller will be designed for manual or pre-choreographed shows, and adding PC control would be a snap in hardware terms if I can manage to write a usable piece of software.

What I don't intend to do is transmit over bellwire. Instead, I'd prefer to use cat5 cable between all firing modules and central control unit. Its not as cheap, but its not expensive either, and its designed for use in data systems. It has enough cores to carry the power, and could also be used to carry DIFFERENTIAL transmit/receive RS-485 lines between the controller and firing units. As far as I'm aware FireOne doesn't do this, in fact I don't see how it could without using more cores and twisted pair cables.

Quite clearly the FireOne system does work, but one would assume that once you start getting some lengthy signal cables in the system you'd be picking up a lot of interference and losing a lot of data packets over the connection. It could only get worse in larger displays where even more cable is used, and these displays are going to be the ones that require the most bandwidth! I guess that's why they added the ability to store the show in the firing module and then run it using timecode.

Of course, I haven't done any of this yet. I'm trying to start a business and at the moment anything else is on the back burner, along with taking up any spare time and money I might have otherwise had. Nontheless, I'd love to hear from anyone that might be interested or has any feature suggestions for the system.

Of course, I'd be happy to design and build this system to some sort of timescale if there was potentially some gain at the end of it. In fact, if comparable systems were sensibly priced then I wouldn't be bothering to design my own at all, but its a niche market and manufacturers seem to be able to over-hype their prices.

Oh, and after all that rambling onto what I actually meant to ask. When I do make a start on this, I'll be needing to get hold of some E-matches for testing. However, I can't find *anywhere* in the UK selling them. Are there laws limiting their sale, perhaps because of the explosive coating on the tip? How do I get hold of them?

I hope this didn't hijack the thread too much, apologies for going on a bit! Hope you're all holding up ok in the weather.

Matthew

p.s. Mods, if you do feel this isn't particularly relevant to the thread then do feel free to split to a new topic. Cheers.

In Topic: hi guys!

15 November 2005 - 06:44 PM

Using two MOSFETs per channel is something I will consider, although I imagine the chances of an accidental firing or shock seem low even with a single side switch. I guess this is one area where using a single capacitor could have advantages, as it could quite easily be discharged at the flick of a switch, whereas using a cap per channel makes it much harder to do this and still achieve isolation between channels.

In Topic: hi guys!

15 November 2005 - 05:59 PM

What method are you going to use for Isolation/switching?


At the moment I'm leaning towards a power MOSFET for each channel. They aren't particularly expensive these days and many of the HEXFETs manufactured by IR provide a very high power rating in a small package. I think they should be rugged enough for the application, otherwise the other option would be power transistor or relay switching. Relays would probably provide the most rugged solution, they aren't affedted by static, interference or any of the other problems associated with semiconductors, but at the expense of extra cost and physical space.

In Topic: hi guys!

15 November 2005 - 12:20 PM

Using HV generators is slow unless they are big and thus expensive. By reducing the step up in voltage, you reduce the effective internal resistance of the source, leading to smaller charge times. As a guide stepping up by a factor of 4 is a limit for fast charging if you do not want a large and relatively expensive circuit


I suppose rather than HV generator I really should have said boost converter, the plan is to run something like 24v for supply and step up to in the region of 100v or so, possibly less. So you think the option of using a capacitor per channel is best, with diodes to keep each capacitor isolated and a single boost converter to get the charging voltage?

In Topic: hi guys!

14 November 2005 - 09:02 PM

Sorry to dig up an old topic, but this is my first post here and this seemed like a relevant thread to use rather than starting anew. At some point (read: when time permits) I'm looking at constructing a microprocessor controlled firing system. The basic idea is that power and control signals (RS485) get transmitted down a 3-core cable to as many firing modules are required in a daisy-chain fashion. The RS485 connection is obviously bi-directional so I can get feedback to the firing panel on the status of the e-matches and the firing modules themselves.

I'm pretty confident I can get my head round most of the project, but I do have a question for those with some background in electronics. I will be designing the modules to use capacitive discharge firing, however, each module will have at least 8 output channels. I'm not too keen on having to include an individual HV generator circuit and capacitor for each channel. Can you think of any downsides to charging one large cap and using this as the firing source for all 8 channels? The only downsides that come to mind on first thought are whether or not this would give enough 'oomph' if all 8 channels were ever to be fired consecutively on one cue, and in addition, if an accidental direct short occurred across one of the channels the cap would instantly discharge upon firing, quite possibly not giving enough time to recharge if there were another cue on the same module too soon after.

The other option is to have one HV generator feeding an individual capacitor for each channel, probably through a diode to provide isolation between channels. Views, comments, ideas and criticism on the above ideas much appreciated. Also, if I can devote enough time to this project then I would like to add some extra features, perhaps even computer control instead of a dedicated firing panel. In an ideal world, what features would you include on a 'dream control system'?

Cheers,

Matthew