Is the toolpath collision checked?

Is the toolpath collision checked?

hx
Advocate Advocate
684 Views
4 Replies
Message 1 of 5

Is the toolpath collision checked?

hx
Advocate
Advocate

At the PM2016, can use an parameter to detect the toolpath had do collision checked or not?

0 Likes
Accepted solutions (1)
685 Views
4 Replies
Replies (4)
Message 2 of 5

Ye。xg
Advocate
Advocate
0 Likes
Message 3 of 5

kamalrajcv
Alumni
Alumni
Accepted solution

Hi @hx

 

Can you please have a look at this forum thread?

https://forums.autodesk.com/t5/powermill-forum/mulltiple-toolpath-verification/td-p/7160934

 

 



Kamalraj C V

Technical Support Specialist

Message 4 of 5

hx
Advocate
Advocate

I want to known Is the toolpath collision checked? not automatic do the multiple collision check.

0 Likes
Message 5 of 5

TK.421
Advisor
Advisor

The link that @kamalrajcv  posted had your answer in the screenshot. look at the code below:

 

the 'IF' statement line:

 

IF $tp.safety.holder.cutting.status != 'safe' OR $tp.safety.tool.links.status != 'safe' OR $tp.safety.holder.cutting.status == 'unknown' {

  do something

 

}

 

 

the above three conditions will tell you if the tp is 'safe' or not


the numbers never lie