I'm NX CAM programmer for most of the CNC milling centers. One of my program that generate for fanuc controller CNC, giving the following error massage during the cutting operation.
"The coordinate of I or J or K of arc near 16519 is conflict with end point coordinate!"
I use my custom build post processor , that developed with post builder. And I had run program few othe CNC machine/shop without this error massage
what is this problem ?
I guess it would be a rounding error, that not enough decimal points define in travels. Which mean tool end point isn't on the circle. If you plot the start point, end point and center of the offending move, you should be able to see it. I suggest you to simply increase the digits to 4 - 5 after the decimal point.
Thank you,
Ok, how do I or where do I change those digit setting. There are lot of option to change in "Post Builder" I'm not sure and afraid to change the post processor without knowing exactly what I'm changing.
Try changing the following decimal places,
# Linear Motion Resolution to 0.0001 or 0.00001
# And change the coordinate digit to 4 / or 5
then test with your CNC machine/controller.