Dwell starts before ARC ON / ARC OK

This is the place to talk about and share things related to CNC plasma machines using UCCNC

Re: Dwell starts before ARC ON / ARC OK

Postby spumco » Sun Feb 25, 2024 3:18 am

@mechcnc,

I have had the same problem for a couple of years. Primarily on plasma drilling operations with very short pierce delays (G4 P0.4).

As you described - first hole the torch fires, after that the dwell timer starts & expires before the ARC OK signal is triggered. Result is that all subsequent holes are not pierced.

Also have intermittent mis-fires during non-drill operations on very thin material (0.040") where the pierce delay is extremely short.

The wait-macro described in the post you linked hasn't worked for me. However, I did manage to get a different hack working today.

Mentioned in a couple other threads from around 2020 was a suggestion to issue a small movement command after M03 (torch fire) and before the G04 pierce delay. So I added the following after every M03:

M03
G91
G1 Z0.0001 F100
G90
G4 P0.4

And the misfire went away completely. Did ~150 drill pierces in one session today and no misfires.

Edited my sheetcam post processor and now sheetcam outputs every file with the above 'dummy' move and the pierce delay timer doesn't start until ARC OK is on.

So if you need a workaround while cncdrive and dezsoe work on a bugfix, you might try adding the above to a test program and see if it helps.

Sheetcam post edit:

post.Text ("\n M03\n")
post.Text ("\n G91\n")
post.Text ("\n G1 Z0.0001 F100\n")
post.Text ("\n G90\n")

if (pierceDelay > 0.001) then
post.Text (" G04 P")
post.Number (pierceDelay,"0.###")
post.Eol()
end
spumco
 
Posts: 306
Joined: Mon Oct 03, 2016 10:10 pm

Re: Dwell starts before ARC ON / ARC OK

Postby mechcnc » Tue May 07, 2024 3:22 pm

Thank you very much Spumco, I will try this. It seems like a great workaround for the time being.

Ive been trying Fusion 360 and ProNest until recently, and just now starting to experiment with the demo version of Sheetcam as well. It gives a lot more freedom of choice for the user compared to for example Pronest (which in the beginning feels bad because the learning curve is steeper, but in the long run its better for me). I will head over to their site and buy a license today.

Have a good day (or evening depending on where you are in the world)!
mechcnc
 
Posts: 6
Joined: Tue Jan 30, 2024 10:31 pm

Previous

Return to CNC Plasma

Who is online

Users browsing this forum: No registered users and 2 guests