Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: endritcnn on January 22, 2023, 12:04:50 AM

Title: tips for getting started with 2 axis plasma cutter
Post by: endritcnn on January 22, 2023, 12:04:50 AM
Hello, I need to make a cnc plasma cutter with 2 axis. I am new to this area about cnc mach3.
First of all, what is the best controller to use or what do you suggest and any advice.
How hard is it to program?
I am an electrical engineering student, I have knowledge about electronics.
Well, as a new field for me, I don't know where to start. Any manual that has helped you.

sincerely
E.
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: joeaverage on January 22, 2023, 02:41:48 PM
Hi,
if  you are new and do not yet have a license you should go with Mach4. All development on Mach3 ceased eight years ago, it works but whatever bugs it has it will always have.

https://www.machsupport.com/forum/index.php?topic=42891.msg278176#msg278176 (https://www.machsupport.com/forum/index.php?topic=42891.msg278176#msg278176)

Mach4 all but requires an external motion controller, I'd recommend an Ethernet SmoothStepper (ESS). You need a breakout board to match, and for a simple machine
such as you are contemplating a single port (17 IOs) bidirectional C10 for $23.00 is good value or a two port (34 IOs) bidirectional C25 for $29.00 is good value also.
You may have to provide some very simple external circuitry, relays etc, but should be no problems. Or you could make a breakout board, this is one I made, all three ports (51IOs)
developed, all 24V tolerant, differential outputs for the servos (six axis), plus PWM, relay on/off for the spindle and electromagnetic brake output for the Z axis.

You'll soon want Torch Height Control, a plasma table without it is way less than ideal. Yes, I've heard it all before...' I don't need THC....I'll use X or Y or Z, I don't need THC'
and I call BS, every single one of them comes back to implementing THC

Mach4 has a script based software THC feature, very low bandwidth, say 10Hz, but adequate for many THC purposes. Your electronics skills will come in handy if you wish to do that.
The ESS is matched to a THC controller/breakout board in the form of a Warp Runner board, now you have realtime hardware controlled THC with bandwidth of 100Hz or more.

What plasma machine do you have?. Any HF start plasma is far from ideal for a Plasma table, the electrical noise is very hard to accommodate, contact start like Hypertherm is much preferred.
Even contact start plasmas are electrically noisy and so USB connected motion controllers are not recommended. Transformer coupled USB is better but still has more latency
and less noise immunity than Ethernet.

Craig
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: endritcnn on January 22, 2023, 05:30:34 PM
Hi,
yeah, you are right. I absolutely need torch height control.
The plasma I have is the following https://www.blechzulieferer.com/plasma-cutting-device-jaeckle-plasma-60-new+42805/offer

If I understood when the plasma start is electrical noisy and unsuitable, what if a circuit is designed that filters that signal when it starts or a relay is used and the relay spike is filtered.
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: joeaverage on January 22, 2023, 05:40:40 PM
Hi,
if THC is required then the ESS/Warp Runner is probably the most cost effective solution.  You will see various combinations that work with a Proma controller,
but the Proma controller is just a voltage comparator and produces Up and Down commands whereas the Warp Runner has anti-dive strategies, and is all round just
more sophisticated.

That plasma is HF start....and it will be problematic for ANY plasma table. In particular the HF start. Remember that in the earliest days radio waves were generated
by a spark generator......so much so that Marconi got radio communication across the Atlantic. HF has an alarming habit of defeating every filter, but if its what you have that's what
you try.

Craig
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: endritcnn on January 29, 2023, 08:53:23 PM
Hi,since a few days I have been browsing and looking for equipment and I decided to start with mach3 and this board because I have those parts where I live
and to make a floating head because I only have flat material for cutting.
But I saw a video somewhere where he did it by measuring voltage with arduino and sending a signal to this board, but it was not clear how.
Do you have any idea how I can control thc if I have a signal output from the arduino that shows the voltage of the Plasma during cutting.
How should the signal be during the output and in which pins of this board should it go and where can I configure it in mach3
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: joeaverage on January 29, 2023, 09:05:02 PM
Hi,
firstly, flat material does not stay flat when plasma cutting, thinner materials are notorious for buckling and you'll need THC to keep up with the height variation.

Quote
But I saw a video somewhere where he did it by measuring voltage with arduino and sending a signal to this board, but it was not clear how.

That is basically DIY THC, perhaps you should ask him how he did it. Many people have tried and some have even succeeded. Good luck.

Craig
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: endritcnn on January 29, 2023, 09:06:35 PM
Hi,
Thanks for info.

sincerely
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: joeaverage on January 29, 2023, 09:14:38 PM
Hi,
that breakout board you pictured is a parallel port breakout board. Are you intending on running Mach3's parallel port?
If so you'll need a 32 bit PC Windows 7 or XP. Are you really sure you want to start with such an antiquated solution?
I haven't used a parallel port in ten or eleven years.....and I certainly don't want to go back there.

Craig
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: endritcnn on January 29, 2023, 09:17:46 PM
hi,
yes, because at the moment I only have these solutions.
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: endritcnn on January 29, 2023, 09:19:48 PM
but I don't know how I can control z axis if I measure the voltage with arduino, in plasma.
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: endritcnn on February 06, 2023, 12:05:32 AM
"I have found a solution for the voltage with Arduino. However, there is still something unclear to me. How should I set the speed at which the axes move based on the thickness of the material? Is it necessary to go to motor tuning every time for tuning purposes?"
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: joeaverage on February 06, 2023, 12:44:33 AM
Hi,
you may need to study up some Gcode.

G1 XnnnYmmm Fppp means travel linearly from the current X,Y location to (nnn,mmm)  at a feed rate of ppp units/min.
The speed is included in the Gcode.

Craig
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: endritcnn on February 06, 2023, 07:42:09 PM
Hi, thank you very much for your help. I really appreciate it. Now I know how it works.
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: joeaverage on February 06, 2023, 08:13:51 PM
Hi,
the issue is lets say you want to cut from 0,0 the current location to 150,150 (in mm) through 6mm steel.

Lets ay you also know that you can cut at 1000m/min with 6mm steel. You could cause this to happen by coding:
G1 X150 Y150 F 1000.

The machine cannot go from zero speed to 1000mm/min instantly, it will have to accelerate up to speed. Likewise at the end of the cut the machine
will have to decelerate to a stop. During the acceleration and deceleration the plasma arc voltage will vary. It might be stable at 100V during the majority of the cut
but the 10mm at each end the voltage will increase, and that is where you expect the tip of the torch to go down a little bit to maintain the right, or optimum cutting voltage.
But what happens when it actually stops, the voltage will increase and the THC will try to drive the tip into the material. This is called 'tip dive'. A good THC system
will have strategies to overcome this called 'anti dive'. It will include at look ahead through the Gcode to find places where it might expect the tip to dive and counter it.

I suspect this is where your notion to use an Arduino will fall short. Very simple THC systems often have the problem of tip dive, and they don't accommodate it well.

Another sure-fire test for a THC system is if you go and do a cross cut over the top of a previous cut. Right at the moment that the arc is in the other cut the voltage will spike high
and the tip of the torch will dive into the plate. For this reason its considered poor practice to cut over the top of an existing cut with simple THC. A good THC with good anti-dive
strategies can do it whereas simple ones fail.

Craig
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: endritcnn on February 19, 2023, 06:45:39 PM
Hi,
if  you are new and do not yet have a license you should go with Mach4. All development on Mach3 ceased eight years ago, it works but whatever bugs it has it will always have.

https://www.machsupport.com/forum/index.php?topic=42891.msg278176#msg278176 (https://www.machsupport.com/forum/index.php?topic=42891.msg278176#msg278176)

Mach4 all but requires an external motion controller, I'd recommend an Ethernet SmoothStepper (ESS). You need a breakout board to match, and for a simple machine
such as you are contemplating a single port (17 IOs) bidirectional C10 for $23.00 is good value or a two port (34 IOs) bidirectional C25 for $29.00 is good value also.
You may have to provide some very simple external circuitry, relays etc, but should be no problems. Or you could make a breakout board, this is one I made, all three ports (51IOs)
developed, all 24V tolerant, differential outputs for the servos (six axis), plus PWM, relay on/off for the spindle and electromagnetic brake output for the Z axis.

You'll soon want Torch Height Control, a plasma table without it is way less than ideal. Yes, I've heard it all before...' I don't need THC....I'll use X or Y or Z, I don't need THC'
and I call BS, every single one of them comes back to implementing THC

Mach4 has a script based software THC feature, very low bandwidth, say 10Hz, but adequate for many THC purposes. Your electronics skills will come in handy if you wish to do that.
The ESS is matched to a THC controller/breakout board in the form of a Warp Runner board, now you have realtime hardware controlled THC with bandwidth of 100Hz or more.

What plasma machine do you have?. Any HF start plasma is far from ideal for a Plasma table, the electrical noise is very hard to accommodate, contact start like Hypertherm is much preferred.
Even contact start plasmas are electrically noisy and so USB connected motion controllers are not recommended. Transformer coupled USB is better but still has more latency
and less noise immunity than Ethernet.

Craig

Hi,
I have considered your suggestion for ESS and WarpRunner, and I have decided to go with ESS and Warp. However, I have a question: would it be more effective to use a stepper motor instead of a servo motor, considering the cost difference? Apologies for my delayed response. And will use a plasma with ignition contact or pilot arc.

Thank you.
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: joeaverage on February 19, 2023, 07:20:07 PM
Hi,
depending on the material you are cutting and the output current of your plasma you may require very high cutting speeds.

I had a customer, some years ago now, whom had a 65A plasma but would on occasion cut 1.5mm sheet. The cut speed was in excess of 8m/min
to maintain a good cut profile. The steppers kept blowing up....they really struggle to go that fast. We fitted servos to X an Y (two required), and problem
solved. Those same servos are still working after 8 years.....and this outfit uses the plasma table almost continuously 8 hours a day, 5 days a week.

If you require high cut speeds then servos are probably the only realistic choice. If however you have a plasma of low output and are cutting 3mm sheet or
more then you may not need high speeds and therefore steppers will be adequate.

Note that while you can dial down a plasma the torch usually has an optimum current below which the cut quality drops off a cliff.

HF start plasmas are exceptionally electrically noisy and ALL electronics are going to struggle. Contact ignition like Hypertherm is less noisy and therefore much preferred.
Plasma is by definition a 'contained continuous lightning strike' and is still electrically noisy....so take any advantage you can get.

Craig
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: endritcnn on February 21, 2023, 08:15:08 PM
Hi,I'm having difficulty buying ESS and WarpRunner because of the high shipping fees due to Kosovo not being readily available nearby. Can I ask for your opinion on an alternative product called PoScope? It also has breakout features and THC, and it's easier to purchase from me.

https://www.poscope.com/product/pokeys57cnc/
https://www.poscope.com/product/plasma-divider-plasmadiv/

Thankss
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: joeaverage on February 21, 2023, 08:38:15 PM
Hi,
I don't have any experience with PoKeys products, but they are well regarded. I'm not at all sure that PoKeys boards support THC in Mach4, Mach3 I would say is
a almost certainty, but I'm not sure about Mach4.

Those boards which do support THC tend to use something like a Proma THC unit which produces an UP/DOWN signal only, that is to say that there is no anti-dive
strategy or anything of that description. The WarpRunner is quite a sophisticated product, in fact to my knowledge is the most sophisticated THC unit for ANY of the Mach4 ready controllers.
The only other controller that I've seen enough discussion on to suggest that its a worthy contender is Vital Systems Hicon and Proma 150. The problem is that the Hicon is expensive in itself but is
also a US made product and likely to suffer the same shipping costs as ESS/Warprunner.

Craig
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: endritcnn on February 21, 2023, 08:48:19 PM
Thank you so much for all the info you've given me. I am very grateful for your help.

Sincerely,
Endrit.
Title: Re: tips for getting started with 2 axis plasma cutter
Post by: joeaverage on February 21, 2023, 08:53:26 PM
Hi,
another possiblity is CNCDrive. They manufacture both software, UCCNC, and hardware control boards like the UC300. Their control boards work with both their
own software AND Mach3 and Mach4. I don't believe that CNCDrive products have ever supported THC, but I could be mistaken. CNCDrive is a Hungarian company
so would be a much easier proposition to get genuine products than stuff from the UAS.

Craig