Message 1 of 6
Fanuc turning post processor problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Fanuc O
When I select "Use Canned Cycle" G71 the code is never correct?
Have tried type A, B, & C configuration
Most of the problem is with Rapid to position before and after G71 lines
Post processor output that does not work
N22 G0 Z0.005
N23 X0.35
N24 G71 U0.008 R0.01
N25 G71 P26 Q30 U-0.008 W0.004 F0.006
N26 G0 X0.574 Z0.005
Modification that works
N22 G0 X0.35 Z0.005
N23 G71 U0.008 R0.01
N25 G71 P26 Q30 U-0.008 W0.004 F0.006
N26 G0 X0.574
N23 G71 U0.008 R0.01
N25 G71 P26 Q30 U-0.008 W0.004 F0.006
N26 G0 X0.574
Am I missing something?