|
Be sure to check out Part 1 where I gave you an overview of how the system should work, in this entry you can read about the details.
Fixing the Air Supply
Step one was to integrate the air pump into the burner, so that it would be driven by the main burner motor. The air pump I use is a rotary vane pump, this was machined based on specs from a kerosene salamander type tube heater. I based my pump on this for two reasons: the pressure and air volume requirements are similar, and you can buy replacement vanes in most hardware stores. The pump is just two metal plates with screw holes that have been tapped into them, and a half-inch thick plate with a large hole in the center. The shaft of the pump mates up where the oil pump went, and is centered by two bearings. The output pressure of the pump can get as high as 20psi , but I only need 10. When trying to pull 20 psi, it puts a larger strain on the burner motor. To regulate the pressure at 10 psi, I built a simple air pressure regulator based on the one that is built into the original vane pump design. My regulator is simply a brass T fitting with a ball bearing and a spring that lets excess pressure leak past it. Once again, I designed this so the ball and spring can be purchased at most hardware stores as a replacement for a similar system. With the pressure now set at 10psi and connected to the burner, the air problem was solved.
Spark Adjustment
The next problem was mounting electrodes for the spark; I couldn't get them to be tight enough to stay in place. My solution was to reuse the original burner mounting system and weld it to some metal brackets to work with my heater block. I did this, and after a few adjustments, it held everything rock solid. I could adjust the spark gap to spec and it would stay where I left it. This same mounting bracket also assured that the nozzle would stay centered in the retention head.
Oil Supply
Next I had to address one of the largest problem I had, the oil pump. My previous solution to pumping the oil was to use the burner pump as it was. With the adjustment on the oil pump, I could adjust the pressure down to about 50psi. I would then further regulate the 50psi oil down to about 5 psi with another external pressure regulator. I used a needle valve to adjust the volume of the 5psi oil that got fed to the nozzle. The problem with this approach is that instead of regulating the pressure, I really needed to regulate the volume. In this case, the volume of oil being delivered to the nozzle would vary due to the viscosity of the oil. The viscosity of the oil is dependent on temperature, which changed as soon as the heater was turned on.
The internal workings of the oil burner pump is a positive displacement gear pump. If you take the direct output of the pump and drive it at just the right speed, then you can control the volume of oil going to the nozzle independent of the oil viscosity. This system is what I set out to achieve. After studying a functional diagram of the pump, I realized there are a few ways of doing this. The easy way is to take the output from the return port, but this runs the risk of not lubricating the shaft seal. The other more complicated and slightly more elegant way is to modify the internal workings of the pump. I did this by machining a new metal plate for the internal pump stack so the output is directed to the normal output port. In addition to this I had to remove the piston and spring in the pressure regulator, and add a screw to block a line in the return port. A note of caution: if you drive the pump at full torque, while blocking the output, you will destroy the shaft seal.
The hard part was to run the pump at just the right speed. My first attempt was to use a variable speed drill; although it didn't regulate the speed well, it did provide a good test to figure out what the ideal speed was. Unfortunately, the drill is based on torque; this means that changes in the force required to turn the pump, or changes in the power from the wall outlet would vary the speed. It did, however, allow me to test the concept and determine that the ideal speed to turn the pump would be in the range of 130 to 170 rpm. I attempted all sorts of ways of gearing an induction motor to achieve the correct speed, but in the end I used a stepper motor. It turned out I didn't need a very strong stepper to turn the pump. I used an old disk drive stepper motor that I had lying around, and it did the job well. To drive the motor, I built a simple circuit with Darlington transistors and a PIC chip. One advantage in safety is with a low torque motor; if something clogs the output, the motor will skip and the burner will trip off. Since I can set the torque with the voltage, I can get it just right.
Check back for the third and final installation next week, right here on CR4.
|