Split g codes

Split g codes

peterVGPC7
Explorer Explorer
706 Views
3 Replies
Message 1 of 4

Split g codes

peterVGPC7
Explorer
Explorer

I have a question, can fusion do so it will split gcodes, if its a file that take long time to mill ? 

i could see on the internet that a Line max segment Line nnnn should be made in post proces, but where to add it ? And is there a place in fusion that i can tell it should make my gcodes in 3 files and not one ? 

0 Likes
707 Views
3 Replies
Replies (3)
Message 2 of 4

serge.quiblier
Autodesk
Autodesk

Hello @peterVGPC7 

 

No Fusion can't split the nc code.

And there is also no solution inside the post.

 

Changing the max line number will only force a loop to the initial line number when we exceed the max.

The post engine doesn't have any build in solution, at the time, for splitting the code, what ever the condition. (size, duration…)

We have the ability to redirect into several files, that is mainly used for subprogram support, as in the Fanuc with subprogram post.

We can use a function called redirectToFile, in order to create another file. But it's done at the start of a toolpath, not in the middle of it.

 

Regards

 


______________________________________________________________

If my post answers your question, please click the "Accept Solution" button. This helps everyone find answers more quickly!



Serge.Q
Technical Consultant
cam.autodesk.com
Message 3 of 4

engineguy
Mentor
Mentor

@peterVGPC7 

 

Possible workaround ???

 

Not what you are really asking for but a few years ago I had a similar situation when doing some large Molds and the whole thing (Roughing) needed to run for 7/8 days, we didn`t have enough tooling to be able to fill the ATC with enough tools nor did we have a Renishaw Probe that changed the tools when the indexable tips needed changing so in the software being used (Not Fusion) I just set the program down to a depth, we were then able to change the tips on the tool holder when that depth was reached, then load the next segment of code, ie second program that was re-programmed the job with the same Start/Top height as the Bottom height of the first run, then another and another so it was just run a program for height settings ONE and then TWO and so on.

May sound a bit crude but this worked really well for us on all the big jobs we did, really simple and once I got the hang of it quick to do.

The finish runs we mostly were able to do in a single run but a couple of times we had to split the program, in those cases I used to look for levels in the part where a start/finish of programs didn`t show and/or could be easily hand finished.

 

May help, may not, but it does work !!!

 

Anyway, we did that for a few years until we got a bigger machine with a 50 pot ATC and enough money to put say 10 or more of one specific tool and a Renishaw Probe that measured them so it just ran and ran, changing tools as commanded by the Renishaw, happy days, just keep topping up the Coolant (We did get that automated eventually) !!!

Message 4 of 4

ironbarkartisans
Community Visitor
Community Visitor

Similar to previously mentioned in regards to heights.

 

I have a 3D carve that I do in Aluminium.

 

My roughing pass "stock to leave" option is set to 1mm (you can change it).

 

In the "Heights" section when setting your tool path, I set my model bottom to a positive value.

 

Then I duplicate the tool path and select "from previous operations" and change the "model bottom" height to a lower value than the previous on.

 

So if the first tool path "model bottom" height was set to 10mm, the next tool path I would set it to 8mm.

 

In this way, it achieves the function of "splitting the g code" as you can post the tool paths separate from each other.

0 Likes