Lathe Post Processor

Lathe Post Processor

bhorstTGM48
Collaborator Collaborator
694 Views
2 Replies
Message 1 of 3

Lathe Post Processor

bhorstTGM48
Collaborator
Collaborator

I want to have my "N" numbers correlate to my tool number, how do i make this happen? 

0 Likes
Accepted solutions (1)
695 Views
2 Replies
Replies (2)
Message 2 of 3

Arun.rs
Autodesk
Autodesk

Hi @bhorstTGM48 

 

Thanks for raising your concern via Forum.

 

Go to 'Program start' and paste the below codes,

N[<SEQ>:n_num=1]<EOB>

 

In 'ToolChange' block paste the below 

N[<SEQ>:n_num=n_num+1]<EOB>

 

This will print N1,N2,N3 ... for tool change.

 

 Save the file and test the output.

 

Regards

 

 

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



Arun.RS
Senior Technology Consultant

0 Likes
Message 3 of 3

brian_p1
Advocate
Advocate
Accepted solution

@bhorstTGM48 

 

To have the number the same as your tools use

 

{N<SEQ> }N<TOOL><EOB>

 

hope this helps

0 Likes