Announcements
Autodesk Community will be read-only between April 26 and April 27 as we complete essential maintenance. We will remove this banner once completed. Thanks for your understanding

Lathe Post Processor

bhorstTGM48
Collaborator Collaborator
583 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)
584 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

 

 



Arun.RS
Technical Consultant - Post Processor
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