|
Chris,
Are
your arcs being output as 360 degree circles with an R value? If so, this
is the problem. R only works on arcs of < 360 degrees, as the Fanuc has no
way of locating the center. If you want to cut full circles, and you want to use
R for anything else, you'll have to modify your CG to check for a full circle as
in this example.
@ARC
<
#MOV>< X#XPOS>< Y#YPOS>#IF(#TANG<360)< R#ARAD>#ELSE<
I#XCTR J#YCTR>< F#FEED>
Dave
|
- [mfg-smartcam] a little story about "i"'s and &... Chris Peters
- Re: [mfg-smartcam] a little story about "i"... Dave Coupar
- Re: [mfg-smartcam] a little story about "i"... D G Bowen
- RE: [mfg-smartcam] a little story about "i"... Michael R. Deren
- Re: [mfg-smartcam] a little story about "i"... Dave Hayden
- Re: [mfg-smartcam] a little story about "i"... Dave Hayden
