- Joined
- Jul 8, 2009
- Messages
- 773
- Reaction score
- 249
"I have a clever plan milord", or maybe it's just a brain-fart - let's find out.
A little background set up:
Building a multi-cylinder glo-plug engine might be relatively easy(-ish), you can bolt multiple Cox .049's around a single shaft and get a radial of sorts. I've also seen several multi-cylinder engines which used glo-plug ignition, with more than 2 cylinders. But lighting and keeping those plugs lit is the struggle. At lower RPM's it's best to keep power on the glo-plugs, to keep them hot for reliable engine operation. Another issue would be the glo-plug voltage, the last time I ran a glo-plug engine I was using the big 1-1/2 volt dry cells. A 2 volt plug was a "Hot" plug. Kinda dating myself there aren't I.
This is the way that I see a glo-plug working, correct me if I'm wrong. To start the engine you need to get the element in the glo-plug hot using the starting battery. After all, that hot element is what ignites the fuel-air mixture, isn't it. The fuel-air mixture goes bang and the element heats up from the combustion. Once the engine has been running long enough, the surrounding metal is no longer sucking as much heat from the element, the element remains hot enough to support combustion, and the starting battery can be removed. At lower RPM, the element has a long enough time between power cycles that it can cool off to the point where it can no longer support ignition, and the engine dies. This is where an on-board glo-plug battery comes into play, it can keep the glo-plugs hot at the lower RPM - making the engine more stable. This starting battery can be a problem, each glo-plug is a power hog so this battery needs to have a fairly large capacity. The more cylinders you've got, the bigger that battery needs to be. The voltage needed by the glo-plug is another problem, it's typically 1-1/2 to 2 volts. !-1/2 volts is a typical dry-cell battery, but not many other batteries are in that range. Lead-acid batteries are 2 volts per cell, Nicad and Nimh are both 1.2 volts per cell, while the various flavors of Lithium batteries are about 3.7 volts per cell.
So here's my clever plan/brain-fart:
What if we were to take one of the readily available micro-processors out there and use it to switch an output on and off - very fast. We could switch the glo-plug on somewhere around where it needs to come on, leave it on for a little while, then turn it off. The bog standard Arduino Uno has a clock speed of 8MHz and can be over-clocked to 16. I know an Arduino output won't drive a glo-plug, but it can drive a power transistor or a MOSFET that will. I'm a EE and I've done design work like that, but it was so many years ago that it isn't even funny any more. Will an Arduino handle it? I think so - maybe. At 10K RPM, that's 48000 clock cycles per revolution that the Uno is capable of running - right out of the box. That's a lot of computing that can be done every revolution, and there's a lot of faster micro-processors out there.
The glo-plug battery will still be the hang-up, does it have to be 1.5 volts? To run the glo-plug 100% of the time - youbetcha! But what if we were able to turn the plug on and off REALLY fast? I know that years ago some of the white strobe lights on transmission towers in the US were 120 volt bulbs run on 240 volts. The 240 volts was applied for such a short time that the bulb filaments heated into the white hot range, but it wasn't on long enough for the filaments to melt. I would think that you could do the same thing for a glo-plug. There's probably some way to calculate how long it will take a specific glo-plug to melt at, OH say 3.7 volts or maybe even 7.4 volts. I'm a EE and they didn't teach me how to do that in school, or if they did it didn't stick. Will the glo-plug still be a power hog, yeah. But it will only be on for a small fraction of the revolution instead of the entire revolution so the battery capacity can be much smaller.
Brain-fart bottom line:
We take a relatively cheap - but fast - micro-processor, add some power transistors/power MOSFETs, add probably a 2S Lipo pack of some sort, write some code, then mix well, and we've got a distributor-less ignition system for a multi-cylinder glo-plug engine that SHOULD require a significantly smaller battery than if you kept the plugs lit all the time. It would definitely weigh a lot less, and the GEE-WHIIZ factor would be through the roof.
Don
A little background set up:
Building a multi-cylinder glo-plug engine might be relatively easy(-ish), you can bolt multiple Cox .049's around a single shaft and get a radial of sorts. I've also seen several multi-cylinder engines which used glo-plug ignition, with more than 2 cylinders. But lighting and keeping those plugs lit is the struggle. At lower RPM's it's best to keep power on the glo-plugs, to keep them hot for reliable engine operation. Another issue would be the glo-plug voltage, the last time I ran a glo-plug engine I was using the big 1-1/2 volt dry cells. A 2 volt plug was a "Hot" plug. Kinda dating myself there aren't I.
This is the way that I see a glo-plug working, correct me if I'm wrong. To start the engine you need to get the element in the glo-plug hot using the starting battery. After all, that hot element is what ignites the fuel-air mixture, isn't it. The fuel-air mixture goes bang and the element heats up from the combustion. Once the engine has been running long enough, the surrounding metal is no longer sucking as much heat from the element, the element remains hot enough to support combustion, and the starting battery can be removed. At lower RPM, the element has a long enough time between power cycles that it can cool off to the point where it can no longer support ignition, and the engine dies. This is where an on-board glo-plug battery comes into play, it can keep the glo-plugs hot at the lower RPM - making the engine more stable. This starting battery can be a problem, each glo-plug is a power hog so this battery needs to have a fairly large capacity. The more cylinders you've got, the bigger that battery needs to be. The voltage needed by the glo-plug is another problem, it's typically 1-1/2 to 2 volts. !-1/2 volts is a typical dry-cell battery, but not many other batteries are in that range. Lead-acid batteries are 2 volts per cell, Nicad and Nimh are both 1.2 volts per cell, while the various flavors of Lithium batteries are about 3.7 volts per cell.
So here's my clever plan/brain-fart:
What if we were to take one of the readily available micro-processors out there and use it to switch an output on and off - very fast. We could switch the glo-plug on somewhere around where it needs to come on, leave it on for a little while, then turn it off. The bog standard Arduino Uno has a clock speed of 8MHz and can be over-clocked to 16. I know an Arduino output won't drive a glo-plug, but it can drive a power transistor or a MOSFET that will. I'm a EE and I've done design work like that, but it was so many years ago that it isn't even funny any more. Will an Arduino handle it? I think so - maybe. At 10K RPM, that's 48000 clock cycles per revolution that the Uno is capable of running - right out of the box. That's a lot of computing that can be done every revolution, and there's a lot of faster micro-processors out there.
The glo-plug battery will still be the hang-up, does it have to be 1.5 volts? To run the glo-plug 100% of the time - youbetcha! But what if we were able to turn the plug on and off REALLY fast? I know that years ago some of the white strobe lights on transmission towers in the US were 120 volt bulbs run on 240 volts. The 240 volts was applied for such a short time that the bulb filaments heated into the white hot range, but it wasn't on long enough for the filaments to melt. I would think that you could do the same thing for a glo-plug. There's probably some way to calculate how long it will take a specific glo-plug to melt at, OH say 3.7 volts or maybe even 7.4 volts. I'm a EE and they didn't teach me how to do that in school, or if they did it didn't stick. Will the glo-plug still be a power hog, yeah. But it will only be on for a small fraction of the revolution instead of the entire revolution so the battery capacity can be much smaller.
Brain-fart bottom line:
We take a relatively cheap - but fast - micro-processor, add some power transistors/power MOSFETs, add probably a 2S Lipo pack of some sort, write some code, then mix well, and we've got a distributor-less ignition system for a multi-cylinder glo-plug engine that SHOULD require a significantly smaller battery than if you kept the plugs lit all the time. It would definitely weigh a lot less, and the GEE-WHIIZ factor would be through the roof.
Don