G41-G42-G40 ..NEVER POST ON AND ARC MOVE
Started by
Oppiz
, Jul 27 2012 10:33 AM
13 replies to this topic
#1
Posted 27 July 2012 - 10:33 AM
What can I do to make sure that cutter comp. never starts or end on an arc move?
#2
Posted 27 July 2012 - 10:37 AM
We have a flag in out post that if a cutter comp move is posted with an arc move that it pops up a warning and flags the NC file where its at so we can go back and change it.
#3
Posted 27 July 2012 - 10:43 AM
the mpmaster post available for free from this website will yell at you if you have
cutter comp turning on during an arc move
cutter comp turning on during an arc move
#4
Posted 27 July 2012 - 10:44 AM
[attachment=3027:cflg.JPG]
You can use those to make a conditional statement,
if (comp on point or comp of point) and (sgcode$ = 2 | sgcode$ = 3)
pbld, "COMP ON OR OFF DURING ARC MOVE"
exitpost$
BTW, screenshot is from X5 nci & param ref guide.
You can use those to make a conditional statement,
if (comp on point or comp of point) and (sgcode$ = 2 | sgcode$ = 3)
pbld, "COMP ON OR OFF DURING ARC MOVE"
exitpost$
BTW, screenshot is from X5 nci & param ref guide.
#5
Posted 27 July 2012 - 12:51 PM
Use a short entry/exit line on the lead in/lead out, If you are on a circle, just start the tool from the center. and set the lead in /lead out value to zero.
#6
Posted 27 July 2012 - 01:06 PM
I know this sounds blaise' not the tone I mean but in the end, just pay attention, it's not hard to notice or control
#7
Posted 27 July 2012 - 01:15 PM
FNMI, on 27 July 2012 - 12:51 PM, said:
Use a short entry/exit line on the lead in/lead out, If you are on a circle, just start the tool from the center. and set the lead in /lead out value to zero.
That's what I do for the wire edm. Line lead in and out only with start position set to thread position in control def.
#8
Posted 30 July 2012 - 06:11 AM
JParis, on 27 July 2012 - 01:06 PM, said:
I know this sounds blaise' not the tone I mean but in the end, just pay attention, it's not hard to notice or control
I know, but every now and then, a program will make it to the machine only to get and error. I was on vacation and the person filling in for me had an issue with it.
#9
Posted 30 July 2012 - 08:07 AM
Test for it in the post then. You can have it warn and continue, and then you look for the warning text in the g-code to see which is the offending operation.
#10
Posted 01 August 2012 - 12:46 AM
Why is this even allowed to happen? Is there ANY control out there that actually allows this? Just curious...
#11
Posted 01 August 2012 - 05:46 AM
Quote
Is there ANY control out there that actually allows this?
Yes there are
#12
Posted 01 August 2012 - 07:56 AM
Bugger...
#13
Posted 02 August 2012 - 06:20 AM
As others have said put a "WARNING" in the post when G41/G42 activated on G3/G3 its easy even I did it.
Or use the IHS post
John what controller can do cutter comp on an arc??
Or use the IHS post
scompwarn : "WARNING - CUTTER COMP APPLIED ON ARC MOVE"
John what controller can do cutter comp on an arc??
#14
Posted 03 August 2012 - 11:37 AM
I have found that turning off lead in / rad in on any profile will issue a G41 or G42 on an arc if starting from the center or a position off of the profile. I use this op only for deburring operations, where its starting on the profile, otherwise, I always use a minimal 0.01 for both parameters and this avoids the issues of radial cutter comp.















