Powermax 45xp lost arc delay (Solved)

More
12 Feb 2021 16:59 - 03 Mar 2021 03:28 #198548 by Nick7251
Just wondering if anybody has had to set the lost arc delay in the connections.hal for their Hypertherm Powermax 45xp?

It is a new cutter to me and also I'm new with LinuxCNC. I had a Chinese cutter before the Powermax. I have a couple issues, but I'm trying to attack them one at a time.

I'm running Mesa 7i96 with THCAD-10.

Last night while doing some cutting it would go down to probe the material, go up to pierce height, start the pilot arc, then instantly stop with a message that arc was lost. It did put a small simple in the metal.

I could get it to work intermittently so I was eventually able to finish the job.

So is it common amongst Powermax 45xp users to need to set the "lost arc delay" option in the connections.hal? If so, how much delay are you using?

Thanks,
Nick

-Solution (for me)- Change the arc delay debounce in the *_connections.hal file to 10 or even a bit more, say 15. The hypertherm uses an arc okay relay that takes up to 10ms to latch and 4ms to release (data sheet attached below). That is worse case condition which means it will be hit and miss if you have this problem or not because PlasmaC sets arc ok delay to 5 be default, and I am sure there are plenty out there that latch within 5ms. Not the case for me however. I changed it to 7 then 8 then 9 just to see, and I reduced my issues from over 57% of the time to about 28% of the time all while cutting the same test file, and not changing any other variables. When I changed it to 10ms I was getting 100% success rate. Credit goes to Snowgoer for helping me through these issues offline. Thank you. Also the manual does call for a dry contact relay, so I added one of those too. In my case it didn't help things until I changed the debounce. I'm keeping the relay in there though to be in conformance with the hypertherm manual. Also noteworthy is that my ground clamp location matters. This implies to me there is some EMI issues with my setup. To get 100% success I have to have the ground clamped to the table or material, and not to my star ground lug. Maybe there is a loose connection in my star ground. I didn't investigate further. Just happy to be cutting with confidence again. Thanks all for sticking with me, and helping out.

This browser does not support PDFs. Please download the PDF to view it: Download PDF

Attachments:
Last edit: 03 Mar 2021 03:28 by Nick7251. Reason: Update with the solution to my problem.

Please Log in or Create an account to join the conversation.

More
12 Feb 2021 17:34 #198551 by tommylight
0.2 to 0.3 should work.
What version of PlasmaC ?

Please Log in or Create an account to join the conversation.

More
12 Feb 2021 17:35 - 13 Feb 2021 15:26 #198553 by snowgoer540
There's a few threads that cover similar issues. I would say that if you are having that problem on initial pierce, lost arc delay probably isn't going to fix your issue, or if it does it may be band-aiding a bigger problem. Speaking quite generally, that is more for end of cut scenarios where the "flame" is lost before the cut is officially ended (by a small amount).

It would also be helpful to see your pierce height, and material settings. Though I assume you are using the cut chart. At any rate, if your pierce height is too high, you will not get a reliable transfer from the pilot arc to the cutting arc.

So the common things that you'll see as a response from people to check (in no particular order):

1. Contact wetting. Some have reported success with adding a resistor to increase current across the arc-ok relay inside the hypertherm.
2. Do you have a debounce on the arc-ok signal? If you are using a newer install of PlasmaC, it is there by default.
3. I did not have success with my hypertherm using a Solid State Relay to trigger the "torch-on". There are several diagrams that show how to hook torch-on right to the 7i96 which makes use of the board's SSR to trigger the torch-on. The Hypertherm manual calls for dry contact closure (mechanical relay) for this. My machine (power max 65) did similar to what you are saying until I switched torch-on to a mechanical relay. That said plenty of people use the 7i96 SSR with success.

That should give you a place to start with things to check.

EDIT: Clarified dry contact closure.
Last edit: 13 Feb 2021 15:26 by snowgoer540.

Please Log in or Create an account to join the conversation.

More
12 Feb 2021 20:39 #198569 by Nick7251
Version 0.187.

Please Log in or Create an account to join the conversation.

More
12 Feb 2021 20:47 #198570 by snowgoer540

Version 0.187.


Is that the version you started with? Or had you recently updated?

It might help a little to see a backup of your config. You can make one from the config tab by clicking backup, and then posting the resulting file (dumped to the home folder) here on the forum.

Please Log in or Create an account to join the conversation.

More
12 Feb 2021 21:06 #198577 by Nick7251
I started with 0.187. This whole configuration is new for me. I used to run off Mach 3, Windows, Proma THC, Pokeys57cnc controller, and a chinese cutter. I'm loving everything I am seeing so far with LinuxCNC and the new plasma cutter with the exception of this error, and I seem to be getting a strange bevel in my cuts. But I wanted to fix this problem before tackling the next.

File Attachment:

File Name: Shop_Plasm...7.tar.gz
File Size:15 KB
Attachments:

Please Log in or Create an account to join the conversation.

More
12 Feb 2021 21:12 #198580 by Nick7251

There's a few threads that cover similar issues. I would say that if you are having that problem on initial pierce, lost arc delay probably isn't going to fix your issue, or if it does it may be band-aiding a bigger problem. Speaking quite generally, that is more for end of cut scenarios where the "flame" is lost before the cut is officially ended (by a small amount).

It would also be helpful to see your pierce height, and material settings. Though I assume you are using the cut chart. At any rate, if your pierce height is too high, you will not get a reliable transfer from the pilot arc to the cutting arc.

So the common things that you'll see as a response from people to check (in no particular order):

1. Contact wetting. Some have reported success with adding a resistor to increase current across the arc-ok relay inside the hypertherm.
2. Do you have a debounce on the arc-ok signal? If you are using a newer install of PlasmaC, it is there by default.
3. I did not have success with my hypertherm using a Solid State Relay to trigger the "torch-on". There are several diagrams that show how to hook torch-on right to the 7i96 which makes use of the board's SSR to trigger the torch-on. The Hypertherm manual calls for a dry contact mechanical relay for this. My machine (power max 65) did similar to what you are saying until I switched torch-on to a mechanical relay. That said plenty of people use the 7i96 SSR with success.

That should give you a place to start with things to check.


I am using the height specs from the manual, so I am hesitant to believe that is the problem here. But maybe

Question 2: I am using the latest version of PlasmaC, so I assume I have a debounce on Arc-ok.
Question 3: You are correct in assuming I am using the solid state relay on the 7i96 board. Might need to switch over to a mechanical relay to remedy this issue. Especially if adding delay to the arc-ok check isn't intended for the beginning of the run. I don't want any band-aids. I want it fixed right.

Please Log in or Create an account to join the conversation.

More
12 Feb 2021 21:22 #198585 by tommylight
Try cutting with THC disabled.
If that works, check the voltage while cutting on screen and set the THC voltage on the material tab to that value.
Might be you have it set to high so the THC will try to raise it with raising the torch cutting the arc in the process.
187 should have the delay by default.

Please Log in or Create an account to join the conversation.

More
12 Feb 2021 22:06 - 12 Feb 2021 22:10 #198592 by snowgoer540


I am using the height specs from the manual, so I am hesitant to believe that is the problem here. But maybe


Did you verify the height with the Probe Test feature? This allows you to adjust for any height difference caused by the play in the float switch.

At any rate, you do have a debounce on the arc-ok input. you can tell because of this line in the shop_plasmac_connections.hal file:
setp db_arc-ok.delay    5

Try as Tommy suggested, or another similar thought would be to try using autovolts. I don't bother with the voltages in the hypertherm manual anymore. I exclusively use Auto volts as it takes the guess work out of that for us. But honestly it sounds to me like you aren't even getting far enough along for the THC to be doing its thing anyways. Easy to swap in a mechanical relay if you have one laying around; could be a simple fix.

As for the bevel you mentioned, perhaps you pulsed the torch too many times? One of the guys on here figured out that that really cuts down on the consumable life faster than you would expect and can cause beveling issues really quickly.
Last edit: 12 Feb 2021 22:10 by snowgoer540.
The following user(s) said Thank You: tommylight

Please Log in or Create an account to join the conversation.

More
13 Feb 2021 00:05 #198619 by Nick7251


At any rate, you do have a debounce on the arc-ok input. you can tell because of this line in the shop_plasmac_connections.hal file.

Try as Tommy suggested, or another similar thought would be to try using autovolts. I don't bother with the voltages in the hypertherm manual anymore. I exclusively use Auto volts as it takes the guess work out of that for us. But honestly it sounds to me like you aren't even getting far enough along for the THC to be doing its thing anyways. Easy to swap in a mechanical relay if you have one laying around; could be a simple fix.

As for the bevel you mentioned, perhaps you pulsed the torch too many times? One of the guys on here figured out that that really cuts down on the consumable life faster than you would expect and can cause beveling issues really quickly.


The bevel happens even if I have brand new fresh consumables.

Also, I am using auto volts for the THC. It does cut sometimes, and when it does the THC seems to be working perfectly. I think I will try a mechanical relay as Hypertherm recommends first. Then if that still doesn't do it I will play with the delay value.

Please Log in or Create an account to join the conversation.

Moderators: snowgoer540
Time to create page: 0.185 seconds
Powered by Kunena Forum