How to call the same tool before next cycle.

How to call the same tool before next cycle.

Anonymous
730 Views
6 Replies
Message 1 of 7

How to call the same tool before next cycle.

Anonymous
Not applicable

Hi, 

I'm boring out a part on a Fanuc based lathe. I'm using the same boring bar for both the roughing and finishing, tool T0303.

In the Gcode posted from Fusion 360, T0303 is called to do the roughing cycle, but not called again before the finishing cycle, which is straight after the roughing.

I want the tool to be called up again, even though its just been used, so that i can adjust offsets and re run that cycle without running the rough cycle. 

Is there a way to force tool calls in post or in tool settings? I could edit the Gcode, but for large programs with lots of tools that gets a bit tiresome.

Thanks

Ben

0 Likes
Accepted solutions (2)
731 Views
6 Replies
Replies (6)
Message 2 of 7

johnswetz1982
Advisor
Advisor

You will have to look into "Safe start all operations" I know Haas mill has it but dont know if you can copy something similar from lathe or if your post has it but dont know to search for it under that name. What post are you using?

Message 3 of 7

Anonymous
Not applicable

I'm using the built in "FANUC Turning / fanuc turning" post. 

How do i set it to safe start all tools?

0 Likes
Message 4 of 7

daniel_lyall
Mentor
Mentor

It will need to be added to your post.

You can stick a manual NC in the gcode use optional stop in between the tool paths to stop the machine the M1 will be at the end of the first toolpath so you can do your check.


N30 G97 S224 M3
N31 M1

(FACE1 2)
N32 G99

%
O1001 (NEW TOOLPATHS BOTH WAYS SMALL TOOL STRAIGHT)
N10 G98 G18
N11 G21
N12 G50 S6000
N13 G28 U0.

(FACE1)
N14 T0100
N15 G54
N16 M8
N17 G99
N18 G97 S224 M3
N19 G0 X130. Z5.
N20 G50 S6000
N21 G96 S91 M3
N22 G0 Z1.414
N23 X110.
N24 G1 X102.828 F0.127
N25 X100. Z0.
N26 X-1.6
N27 X1.228 Z1.414
N28 G0 X130.
N29 Z5.
N30 G97 S224 M3
N31 M1

(FACE1 2)
N32 G99
N33 G97 S224 M3
N34 G0 X130. Z5.
N35 G50 S6000
N36 G96 S91 M3
N37 G0 Z1.414
N38 X110.
N39 G1 X102.828 F0.127
N40 X100. Z0.
N41 X-1.6
N42 X1.228 Z1.414
N43 G0 X130.
N44 Z5.
N45 G97 S224 M3

N46 M9
N47 G28 U0. W0.
N48 M30
%


Win10 pro | 16 GB ram | 4 GB graphics Quadro K2200 | Intel(R) 8Xeon(R) CPU E5-1620 v3 @ 3.50GHz 3.50 GHz

Daniel Lyall
The Big Boss
Mach3 User
My Websight, Daniels Wheelchair Customisations.
Facebook | Twitter | LinkedIn

0 Likes
Message 5 of 7

Steinwerks
Mentor
Mentor

He should be able to insert a Manual NC - Force Tool Change in between operations.

Neal Stein

New to Fusion 360 CAM? Click here for an introduction to 2D Milling, here for 2D Turning.

Find me on:
Instagram and YouTube
Message 6 of 7

Anonymous
Not applicable
Accepted solution

@daniel_lyall wrote:

It will need to be added to your post.

You can stick a manual NC in the gcode use optional stop in between the tool paths to stop the machine the M1 will be at the end of the first toolpath so you can do your check.


N30 G97 S224 M3
N31 M1

(FACE1 2)
N32 G99

 

%
O1001 (NEW TOOLPATHS BOTH WAYS SMALL TOOL STRAIGHT)
N10 G98 G18
N11 G21
N12 G50 S6000
N13 G28 U0.

(FACE1)
N14 T0100
N15 G54
N16 M8
N17 G99
N18 G97 S224 M3
N19 G0 X130. Z5.
N20 G50 S6000
N21 G96 S91 M3
N22 G0 Z1.414
N23 X110.
N24 G1 X102.828 F0.127
N25 X100. Z0.
N26 X-1.6
N27 X1.228 Z1.414
N28 G0 X130.
N29 Z5.
N30 G97 S224 M3
N31 M1

(FACE1 2)
N32 G99
N33 G97 S224 M3
N34 G0 X130. Z5.
N35 G50 S6000
N36 G96 S91 M3
N37 G0 Z1.414
N38 X110.
N39 G1 X102.828 F0.127
N40 X100. Z0.
N41 X-1.6
N42 X1.228 Z1.414
N43 G0 X130.
N44 Z5.
N45 G97 S224 M3

N46 M9
N47 G28 U0. W0.
N48 M30
%

 


So with this code, I need a T0100 between lines N31 and N32. That would allow me to run the whole program, then if the size is not correct, adjust offsets and re run (FACE1 2) lines N32 - N48. 

The reason I want to do it this way is because the machine is worn, and the operators are usually very inexperienced. 

0 Likes
Message 7 of 7

daniel_lyall
Mentor
Mentor
Accepted solution

N31 is the manual NC added as Neil said you can forces a tool change as well, all the options you have are below.

 

Untitled44444444444444444444.jpg


Win10 pro | 16 GB ram | 4 GB graphics Quadro K2200 | Intel(R) 8Xeon(R) CPU E5-1620 v3 @ 3.50GHz 3.50 GHz

Daniel Lyall
The Big Boss
Mach3 User
My Websight, Daniels Wheelchair Customisations.
Facebook | Twitter | LinkedIn