Create single files NC

Create single files NC

nubrandao
Collaborator Collaborator
298 Views
7 Replies
Message 1 of 8

Create single files NC

nubrandao
Collaborator
Collaborator

Is it possíble to Change post processor to white files separated?

 

For example, One NC, Ten operation

 

I want to post on Fidia, mas output Ten NC files, One for each toolpath

 

I have a script to separate, but some Times dont work right, sometimes ONLY post 8 NC instead of 10 

0 Likes
Accepted solutions (1)
299 Views
7 Replies
Replies (7)
Message 2 of 8

seth.madore
Community Manager
Community Manager
Accepted solution

Yes, this should be possible. Take a look at the hobby machine posts such as the GRBL post, which has this option:

splitFile: {
    title      : "Split file",
    description: "Select your desired file splitting option.",
    group      : "preferences",
    type       : "enum",
    values     : [
      {title:"No splitting", id:"none"},
      {title:"Split by tool", id:"tool"},
      {title:"Split by toolpath", id:"toolpath"}
Obviously, there's more to it than just dropping in the above code, so review the GRBL post and carry over everything else you'll need. This will give you the ability to post out a toolpath as a single file, all toolpaths tied to a tool, or the whole program.

Seth Madore
Customer Advocacy Manager - Manufacturing


0 Likes
Message 3 of 8

nubrandao
Collaborator
Collaborator

I have trying to Change, but still is something missing

 

I have to try it with more time

0 Likes
Message 4 of 8

nubrandao
Collaborator
Collaborator

I made ir work on Fidia, but in heideiain, the M5 dont appears at the end when splitting programs

0 Likes
Message 5 of 8

programming2C78B
Advisor
Advisor

I didnt know that was an option! I always just separated my tools into unique setup folders and sequentially named then 1001,1002, etc

Please click "Accept Solution" if what I wrote solved your issue!
Message 6 of 8

nubrandao
Collaborator
Collaborator

What do you mean?

0 Likes
Message 7 of 8

seth.madore
Community Manager
Community Manager

Yeah, it's an option, but only a few of the posts (to my knowledge) have that option. It's common in the hobby grade machines to not have a tool changer, so we gave users the ability to properly handle multiple tools via multiple programs.


Seth Madore
Customer Advocacy Manager - Manufacturing


0 Likes
Message 8 of 8

programming2C78B
Advisor
Advisor

Nu: I put all the toolpaths of my first tool in one setup folder. Post it. Put my 2nd tool in a seperate folder. Post it. I then load program 1, run it. Change tools manaually, load program 2, run it. etc 

How do I add it to this?

 

 

Please click "Accept Solution" if what I wrote solved your issue!
0 Likes