The electronics is sorted for the time being, as it appears I have got the pilot arc thing covered. Now, time to do some mechanical work, starting with the milling machine that will provide the CNC part of the system.
First, fit some horizontal arms that will hang out the front to support the "table". No, I'm not above drilling and tapping holes in the thing.
Looks almost up to the job. The concept is starting to become apparent if you look carefully.
With the upper arm fitted to the right hand side, the baking tray (aka "table") can be tested for level. It's not far off.
I'll partially fill that tray with water and put some stainless steel strips in to support the stock. It will do for the time being.
Here's the "system" as it now stands.
Now to mount the torch. This will be mounted on the milling table, above the cutting "table". What have we got here? This is the pilot arc torch I got from Amazon for a few peanuts:
Pretty shitty construction, as you might expect:
Fitted a couple of M5 fasteners through the housing and reassembled it:
Then bolted it to the end of some rectangular section mounted in a machine vise on the milling table. I can move the knee up and down to adjust the torch height, and shuffle the vise along the table to set the X position. For Y, I simply move the arm in the vise.
So that's the mechanical lashup taken care of for now. Might be a complete waste of my time anyway.
For the arc control, I need to be able to enable and disable the arc using the g code. I have loads of spare digital outputs, many simply driven by m codes:
It makes sense to choose an output that also has an existing front panel switch - that way I can enable and disable the arc manually. The "Huff" (aka air blast) output is output M59 and is an open collector (NO) output on pin 6 of CN10. I'll use that.
Double checked what is coming out of the plasma control connector. With a DVM, I see a nominal 5V (actually about 5.4V), with a sink current of ~2.5mA required to enable the arc. The output seems to be floating wrt to both chassis ground and the actual output. This output should be able to handle the signal no problem.
Here's the connector removed from the plasma machine and connected up to the CNC controller instead. If I revert to manual use, I'll need to reconnect it to the torch lead. And yes, enabling the output from the front panel does the business.
Ooof. That seems to be it for the moment. I seem to have lashed up the following features:
- Torch mount. I can move the torch in X and Y using g code.
- "Table" mount for the sheet / workpiece.
- Cable for interfacing the plasma machine to the CNC controller
- Means of controlling the arc from g code (actually m code)
Next:
- Finish modifying the Newker post processor for plasma use, including the M59 macro for arc enabling. I don't have a "pierce height" control, so piercing will have to happen at the cutting height.
- Test out the table movement. For one thing, can the machine move the torch quickly enough for plasma cutting? It needs to move a lot faster than required for milling metal.
- Then - try the fucker out.