Message 1 of 12
Mach3 Turn Post Help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Let me preface that I don't have a huge amount of experience with post processors or running a cnc lathe. I do run my mill with Fusion360 and it works great. Until there is turning support, I have been bumming some computer time at a friends CNC shop to do the toolpaths for my little "tinker toy" as he calls it, but I have run into some trouble with the post processor.
I have searched the forums and found that I could use the Fanuc Generic turning post and with no modification I get strange arcs\circles where there should be angles. I was able to open the post file and change: allowedCircularPlanes = 0 and that solved that issue. The next issue I have is threading, when I run the machine it just cuts like its turning. I think this could be because of the limits\config of the machine, but I am able to thread using the built in wizards. So I guess the question is if anyone has a post or can help me modify my post to allow for G76 threading?
Here is the output of the threading wizard that works on my machine:
Here is the output I get from the Fanuc Generic post:
I don't know enough about the code, but is this type of threading relying on IPR?
*Edit: I did find a post on here called: Fanuc Doosan in computer.cps that says it added the cycle threading but I get an error when I try to run the code that says: "Missing X (End X) on turn cycle.
Any help would be much appreciated.
Thanks
I have searched the forums and found that I could use the Fanuc Generic turning post and with no modification I get strange arcs\circles where there should be angles. I was able to open the post file and change: allowedCircularPlanes = 0 and that solved that issue. The next issue I have is threading, when I run the machine it just cuts like its turning. I think this could be because of the limits\config of the machine, but I am able to thread using the built in wizards. So I guess the question is if anyone has a post or can help me modify my post to allow for G76 threading?
Here is the output of the threading wizard that works on my machine:
G0 G40 G18 G80 G50 G90
G00 G53 X1 Z0.3
T606M6
G00 X0.525
G00 Z0
G00 X0.5
M03 S776
M08
G76 X0.4625 Z-0.5 Q1 P0.05 J0.006 L30 H0.022 I29 C0.025 B0.0001 T0
M9
M5
M30
Here is the output I get from the Fanuc Generic post:
%
O0015
N10 G98 G18
N11 G20
N12 G50 S6000
N13 G28 U0.
(TURNING THREAD1)
N14 T0606
N15 G54
N16 G98
N17 G97 S776 M3
N18 G0 X1.15 Z0.2337
N19 G0 Z0.0337
N20 X0.95
N21 G1 X0.7293 F5.
N22 Z-0.487
N23 X0.801 Z-0.5229
N24 G0 X0.95
N25 Z0.0337
N26 G1 X0.7105 F5.
N27 Z-0.4776
N28 X0.801 Z-0.5229
N29 G0 X0.95
N30 Z0.0337
N31 G1 X0.6918 F5.
N32 Z-0.4682
N33 X0.801 Z-0.5229
N34 G0 X0.95
N35 Z0.0337
N36 G1 X0.673 F5.
N37 Z-0.4588
N38 X0.801 Z-0.5229
N39 G0 X0.95
N40 Z0.0337
N41 G1 X0.673 F5.
N42 Z-0.4588
N43 X0.801 Z-0.5229
N44 G0 X0.95
N45 X1.15
N46 Z0.2337
N47 G28 U0. W0.
N48 M30
%
I don't know enough about the code, but is this type of threading relying on IPR?
*Edit: I did find a post on here called: Fanuc Doosan in computer.cps that says it added the cycle threading but I get an error when I try to run the code that says: "Missing X (End X) on turn cycle.
Any help would be much appreciated.
Thanks