Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to have my "N" numbers correlate to my tool number, how do i make this happen?
Solved! Go to Solution.
I want to have my "N" numbers correlate to my tool number, how do i make this happen?
Solved! Go to Solution.
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