Close
0%
0%

Pulsed Capacitive Discharge Power Supply

Pulsed-discharge power system suitable for welding, plasma cutting, laser driving, and other high-power equipment.

Similar projects worth following
Hackerspaces, small machine shops, and individual hobbyists sometimes find themselves in need of a decent welder, plasma cutter, arc light, or pulsed power supply. I'm in the process of making one out of random junk in my parts bin and from the scavenged remains of televisions and microwaves. Stay tuned!

Makers often find themselves in need of some pretty high-powered devices, such as welders, plasma cutters, laser power supplies, and coilgun drivers. They also often find themselves very very poor. This project is an attempt to bridge that gap, by creating a pulsed power supply capable of driving high-wattage equipment from wall current for under $100. 

Ideally the finished project should meet the following criteria:

*Able to be built for less that $100

*Easily adapted for variations in available components, with no reliance on components that couldn't be salvaged from readily available consumer electric devices.

*DC Square Wave, AC Square Wave, and AC Sine Wave outputs

*Capable of driving a welder that can weld 1/4" steel

*Capable of driving a plasma cutter that can cut 1/4" steel

*Able to be operated by a normal American wall power socket (~110V at 60Hz and ~15 amperes).

*Able to be easily swapped between different applications, without the need for anything more complicated than a checklist and connection diagram.

*Able to accept commands from other electrical devices

*Should be as safe as or safer than other welders on the market.

  • 3 × 1000 uF capacitor
  • 1 × Automotive relay
  • 2 × 8 ft extension cords
  • 1 × LM324N quad op-amp
  • 1 × IRF510 MOSFET

View all 13 components

  • SUCCESS!

    Jakob Wulfkind06/12/2014 at 07:43 0 comments

    It took a little bit of work, but I finally got a video of the driver in action. It's low quality, and the burn wasn't as clean as the one I did before I started recording, and I managed to burn my fingers at the end of the filming, but at least I managed to get it going.


    You'll notice that the oscilloscope in the background keeps displaying a sawtooth wave whenever the electrodes are making contact. The rising parts of the wave are the charging pattern from the bench power supply (for safety reasons, I couldn't run the unit from wall current while it was hooked to the oscilloscope), and the falling periods are the discharge from the capacitors to the workpiece.

    https://www.dropbox.com/s/tr4c1mc2wbt4wei/2014-06-11%2018.02.58.jpg

    I also have a few pictures of the equipment to show you:


    *The power supply board, freshly soldered and ready to go

    The logic board and capacitors, on a solderless breadboard.

    The soda can I plasma-cut before attempting a video -- it took three seconds to make that hole!. Apparently this circuit is camera shy.

    The soda can I cut in the video. I realized after I finished the video that I didn't properly sand away the insulative enamel on the outside of the can, so that's probably why it took me so long to strike a proper arc and cut all the way through.

    More soon!

  • In Which Actual Circuit Diagrams are Shown

    Jakob Wulfkind06/07/2014 at 18:51 0 comments

    So apparently the habit that I am actually in is promising myself that I will post a project log every wednesday, and then posting a log a few days late.

    Working on this project has taken me fairly far from my existing experience with low-power electronics into the realm of high-current devices. About once every few hours, I get a reminder of this in the form of a jumper wire, diode, or capacitor overheating and going up in a puff of smoke and having to be replaced with a thicker, more robust version. This also seems to be the reason why I haven't already generated anything more powerful than a bright spark -- I was originally using twenty-gauge wire as my discharge electrode leads, and the wires themselves were the source of so much resistance that they significantly reduced the output power. It's an odd change from small-signal electronics to actually have to worry about half an ohm.

    Because of the high wattages and discharge currents involved, I've separated the project into three portions: the capacitor bank, with its own dedicated rectifiers, the logic board, with a separately rectified VCC (ground is still common), and the power supply board that provides these rectified voltages from the transformer. The power supply board is fairly straightforward:

    D1-D4 are high-amperage discrete rectifier diodes, while B1 is a standard integrated bridge rectifier.

    The capacitor board should be separated by a little bit of distance from the other two boards, as a leaky capacitor (or, as shown in the last log, an exploding one) can put the other components at risk. 

    With the relay open, cap_charge will increase until it reaches the threshold voltage set by DISCH_VOLTAGE, and will then trigger Q1 to close the relay on the capacitor board and allow power to flow through the electrodes. This will also charge the ELECTRODE_VOLTAGE line, allowing the second comparator to hold the relay closed until it drops below the voltage set by the PULSE_LENGTH potentiometer. This allows a user to set the desired discharge voltage, and the total percentage of the capacitor's power discharged by a single pulse, which will in turn control how long the capacitor bank takes to recharge and initiate another pulse. 

  • Ker-ZOT!

    Jakob Wulfkind06/03/2014 at 17:46 0 comments

    So I haven't been keeping up with my planned once-a-week project log schedule, and there's a lot of development that's already gone on. Here it is in a nutshell:

    This build started two weeks ago while I was waiting on the CNC machine to become available for my other project, the hybrid axis wind turbine (I also haven't been posting logs there as diligently as I should have. Suffice to say there has been progress there as well). I had been thinking about mounting solutions for the wind turbine, specifically concentrating on steel lattice support structures, and decided to try making a quick-and-dirty capacitive arc discharge welder out of a few supercapacitors lying around in the lab.

    The old standby of charging a cap for a few seconds and then using it to melt a hole in the side of a coke can was well and good, but the novelty wore off quickly, and it was clear that I wouldn't be able to use that method to create durable structures . Also, I made the discovery that you shouldn't use a plasma discharge arc on a soda can that hasn't been opened.

    It occurred to me that by manually charging and discharging the cap, I was in essence using a very primitive form of PWM. I then realized that if I could automate the system to  charge to a particular voltage, then discharge until it dropped down below a threshold voltage, that the size of the capacitors wouldn't matter, since I would be outputting the same wattage over a long enough time. I switched from a 3.1F audio capacitor to four 1000 uF capacitors. 

    ...I'm now down to three 1000 uF capacitors. Kids, always remember to check the polarities when wiring a high-wattage circuit.

    But the concept was a sound one! I got just as much sparking and pitting from 3000 microfarads on an automated charge-discharge cycle as I did with 3 Farads discharging by hand! I don't have any photos, unfortunately (it really isn't safe to be handling a high-wattage system with one hand and photographing it with the other), but I expect to have a few posted on my next build log.

View all 3 project logs

Enjoy this project?

Share

Discussions

Xasin wrote 10/06/2018 at 14:26 point

Hi! This is a really cool idea, especially with its use of such cheap or easily salvageable components!

But ... Why not use a microcontroller like an ATTiny to control the charge/discharge cycles of the capacitors? It would be cheap to obtain, and could do a little more than the two OpAmps.
Or does that fall out of the scope of "Salvageable component"?

  Are you sure? yes | no

Jakob Wulfkind wrote 10/18/2018 at 19:24 point

There are a few reasons -- one is I simply don't like using more computer power than necessary, since it introduces new and interesting ways for the system to malfunction. Also a microcontroller does fall a little bit outside the realm of "easily salvageable" -- it's possible to salvage them (at least the newer ones) but very difficult to integrate a salvaged one into a new project without a strong background in embedded systems engineering. Thirdly, microcontrollers are both more expensive and more complicated to work into a project, and as such there really isn't a benefit to using one over an op-amp

  Are you sure? yes | no

Xasin wrote 10/21/2018 at 13:59 point

Fair enough. I would have guessed it could improve performance in some situations, maybe keep the voltage or current more steady ... But those aren't the goals of the project, true.

Just being able to make something quite functional out of salvaged parts is pretty cool, and I wonder where it'll go with some fine-tuning :D

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates