Advertisement
Guest User

Untitled

a guest
Dec 21st, 2019
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Alright, so it sounds like my path forward with an arduino to run in closed loop is:
  2.  
  3. 1) The arduino knows the voltage between the work and the electrode.
  4.  
  5. 2) The arduino opens the mosfet, behind which we have our capacitors. Voltage builds in the spark gap.
  6.  
  7. 3) The arc initiates at about 9.5v. Then, the arduino holds the gate open for the specified time - for example, 10us.
  8.  
  9. 4) Then it allows the gate to close, and it waits for the specified time - for example, 30us.
  10.  
  11. 5) The process repeats.
  12.  
  13. The way I'd link this in with LinuxCNC is:
  14.  
  15. 1) LinuxCNC moves the electrode closer to the work.
  16.  
  17. 2) The arduino tells it to stop once the arc initiates.
  18.  
  19. 3) The arduino tells it when it's okay to move again.
  20.  
  21. 4) LinuxCNC runs the feed in reverse, backing the electrode away in the direction it came.
  22.  
  23. 5) The process repeats.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement