Author Topic: DIY mostly printed desktop Wire EDM machine  (Read 3031 times)

0 Members and 1 Guest are viewing this topic.

Offline G-EDMTopic starter

  • Contributor
  • Posts: 11
  • Country: de
    • G-EDM Youtube
DIY mostly printed desktop Wire EDM machine
« on: June 06, 2024, 10:12:09 pm »
Hi, maybe some people are interested in DIY Sinker and Wire EDM. I'm working on the G-EDM which includes a mostly printed CNC router, a DIY pulsegenerator and a custom motion control firmware that is able to move lines back in the line history to retract on short circuits.

It runs on an ESP32 and samples a current feedback with I2S ADC at close to 1MSps. The feedback is optically isolated through a linear optocoupler. PWM to power the drive the gate driver circuit is also isolated. Works pretty well so far.

The wire module had a redesign I am currently printing and building.

A little preview for those interested can be found on Youtube:




« Last Edit: June 06, 2024, 10:13:55 pm by G-EDM »
 
The following users thanked this post: oPossum, Vgkid, pardo-bsso, ace1903, jwet, Njk, mwmkravchenko, Esteban Algar

Offline G-EDMTopic starter

  • Contributor
  • Posts: 11
  • Country: de
    • G-EDM Youtube
Re: DIY mostly printed desktop Wire EDM machine
« Reply #1 on: October 05, 2024, 12:55:06 pm »
Small update:




Images show 30mm mild steel and 2mm stainless steel.
 
The following users thanked this post: artag, mwmkravchenko, Esteban Algar

Offline moffy

  • Super Contributor
  • ***
  • Posts: 2329
  • Country: au
Re: DIY mostly printed desktop Wire EDM machine
« Reply #2 on: October 05, 2024, 10:31:03 pm »
A beautiful looking project, wire EDM is relatively simple in principle, a wire an electric arc and a cutting medium, but there is an awful lot of detail to be overcome to get it working successfully, congrats. :)
 
The following users thanked this post: G-EDM, mwmkravchenko

Offline G-EDMTopic starter

  • Contributor
  • Posts: 11
  • Country: de
    • G-EDM Youtube
Re: DIY mostly printed desktop Wire EDM machine
« Reply #3 on: October 06, 2024, 01:13:49 am »
Thanks.

If it comes down to all the details I honestly would not know where to start. There where just so many of them.  :-DD
All in all software was the biggest pain to do.





 
The following users thanked this post: mwmkravchenko

Offline wobbly

  • Regular Contributor
  • *
  • Posts: 182
  • Country: gb
Re: DIY mostly printed desktop Wire EDM machine
« Reply #4 on: October 06, 2024, 07:27:45 am »
That is very impressive.  Looks like a bought one as Dave would say :-+. Great work
 
The following users thanked this post: G-EDM

Offline Infraviolet

  • Super Contributor
  • ***
  • Posts: 1194
  • Country: gb
Re: DIY mostly printed desktop Wire EDM machine
« Reply #5 on: October 06, 2024, 11:10:05 pm »
You mention sinker as well as wire, does that mean your EDM system can cut all the sorts of forms a 3 axis CNC mill can? Not just the types of "laser cutter"/"water jet" style fully-through-the-material that wire EDM can? I've seen videos of a wire EDM project with separate 2 axis positioners above and below the workpiece, so it can cut slanted edges as well as vertically through, but that's stilll a lot less versatile than sinker can be. Nice work G-EDM, look forward to seeing more of it.
 
The following users thanked this post: G-EDM

Offline G-EDMTopic starter

  • Contributor
  • Posts: 11
  • Country: de
    • G-EDM Youtube
Re: DIY mostly printed desktop Wire EDM machine
« Reply #6 on: October 07, 2024, 12:05:42 am »
The software has 3 modes.

2D wire
1D sinker
2D engraving (Z axis floating above the work and XY moving. That one is currently disabled. So much has changed and it needs a full review first)

In sinker mode it can move in one direction only. But it can use every axis in both directions. But only one per run.
Multidimensional sinker is not available but I could add it once there is some time again.

There is no probing routine currently in the process and thus the wear ratio remains unknown making it hard to do mil like operations. But this is something that will be added for sure in sinker mode. Cutting a little bit and then move somewhere to reprobe the surface and get the electrode wear to calculate the true cutting depth.
 
The following users thanked this post: mwmkravchenko, Esteban Algar

Offline moffy

  • Super Contributor
  • ***
  • Posts: 2329
  • Country: au
Re: DIY mostly printed desktop Wire EDM machine
« Reply #7 on: October 07, 2024, 02:50:35 am »
Do you use distilled water for the cutting medium? From what other EDM DIY pulser circuits I've seen, the peak voltage is around 90V-100V is that what you use?
 

Offline G-EDMTopic starter

  • Contributor
  • Posts: 11
  • Country: de
    • G-EDM Youtube
Re: DIY mostly printed desktop Wire EDM machine
« Reply #8 on: October 07, 2024, 03:51:17 am »
Normal tap water. Voltage is 60v but I may test up to 90v in the future.

Edit: The pulseboard is designed for >200v (trace clearance and caps etc.). The limiting factor is the current sensor and the zener diodes.

The DPM8605 that is used for current control can deliver max 60v but there is a DPH series that can go up to 96v.

The INA sensor can take 110v max.
« Last Edit: October 07, 2024, 01:38:00 pm by G-EDM »
 
The following users thanked this post: moffy, mwmkravchenko, Esteban Algar

Offline lugaw

  • Regular Contributor
  • *
  • Posts: 72
  • Country: jp
Re: DIY mostly printed desktop Wire EDM machine
« Reply #9 on: October 09, 2024, 05:37:35 am »
Can we look at the pulse board schematic?
 

Offline G-EDMTopic starter

  • Contributor
  • Posts: 11
  • Country: de
    • G-EDM Youtube
Re: DIY mostly printed desktop Wire EDM machine
« Reply #10 on: October 09, 2024, 06:12:20 pm »
The pulseboard is a basic low side switch switching a DPM8605 programmable step down converter.

https://github.com/G-EDM/GEDM-EVO2-CNC/tree/main/files/schematics-and-gerbers
 
The following users thanked this post: moffy, wobbly, mwmkravchenko, Esteban Algar

Offline G-EDMTopic starter

  • Contributor
  • Posts: 11
  • Country: de
    • G-EDM Youtube
Re: DIY mostly printed desktop Wire EDM machine
« Reply #11 on: October 10, 2024, 11:16:10 am »
Fresh batch of PCBs arrived today.
 
The following users thanked this post: mwmkravchenko, Esteban Algar

Offline SteveThackery

  • Frequent Contributor
  • **
  • Posts: 963
  • Country: gb
Re: DIY mostly printed desktop Wire EDM machine
« Reply #12 on: October 10, 2024, 12:38:31 pm »
Normal tap water.

I didn't know you could use tap water. The one at college used paraffin.

How much current are we talking about for the erosion?
 

Offline G-EDMTopic starter

  • Contributor
  • Posts: 11
  • Country: de
    • G-EDM Youtube
Re: DIY mostly printed desktop Wire EDM machine
« Reply #13 on: October 10, 2024, 12:53:01 pm »
Tap water works fine for most cases. Aluminum can make some problems with tap water and rust will come quickly for steel.

I only have 0.2mm wire and you can't really push it much. It is very sensitive. The max current I actually got a stable process without any broken wires was avg 0.8A with peaks to 1.4-1.6A.

There is much more going on here then just the current. Arcing is one of the major problems with thin wires. An arc is a short circuit against a tiny spot on the wire. Doesn't take long until the heat makes the wire snap. This hot arcs turn the glow of the burn red. if you see a red glow there is a problem. Only the blue glow is wanted. The software has some logic to shut down arcing early.

Another thing is the wire touching the work. If there is a high current situation going on AND the wire touches the work the physical stress can damage the hot wire too or deform it.

And then there is the removal rate of the cutting debris. The higher the current the more particles will be in the cut. Without high pressure flushing this can turn into a problem.

Industrial machines seem to go up to 1.6A for .2mm wire. But this is a mostly 3D printed machine with hotend nozzles as wire guides and a low pressure pump for flushing. So working with .8A avg is actually pretty nice for a .2mm wire.

Made a crappy short clip in the dark to give an impression of how a .8A burn looks like:



PS: While building the tank I poured solvent everywhere and the bottom plate had some stains. Used fire polishing to get rid of them. Wasn't a good idea. The heat removed the stains but created internal stress and as soon as a tiny drop of solvent touches those spots it starts to crack everywhere. Couldn't stand those cracks anymore and painted the tank white.
« Last Edit: October 10, 2024, 01:05:49 pm by G-EDM »
 
The following users thanked this post: mikerj, mwmkravchenko, Esteban Algar

Offline G-EDMTopic starter

  • Contributor
  • Posts: 11
  • Country: de
    • G-EDM Youtube
Re: DIY mostly printed desktop Wire EDM machine
« Reply #14 on: October 16, 2024, 03:53:05 pm »
Made some more parts. A little gift and something I don't know what it is but it is tiny.
 
The following users thanked this post: pardo-bsso, mwmkravchenko, Esteban Algar

Offline G-EDMTopic starter

  • Contributor
  • Posts: 11
  • Country: de
    • G-EDM Youtube
Re: DIY mostly printed desktop Wire EDM machine
« Reply #15 on: November 01, 2024, 01:35:10 am »
New controlbox.



« Last Edit: November 05, 2024, 01:20:06 am by G-EDM »
 
The following users thanked this post: mikerj, mwmkravchenko

Offline G-EDMTopic starter

  • Contributor
  • Posts: 11
  • Country: de
    • G-EDM Youtube
Re: DIY mostly printed desktop Wire EDM machine
« Reply #16 on: December 03, 2024, 09:10:08 pm »
Short test with the DPH running at 84v:

 
The following users thanked this post: jpanhalt, mwmkravchenko


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf