Jump to content

Can you use PCM to move probe to clearance plane?


---
 Share

Recommended Posts

I'm currently programming a part where near the end of the program the part has to be released from a constrained state, to a freestate. However the last point in the program before where the operator is asked to release the constraints the probe remains inside the component in CNC, so the operator cannot manually move the part away. This last feature is in a loop, so I didn't want to put a simple program stop in because this too would be looped. I've tried to put a clearance data at the end of the strategy but still no luck!
Is there a way to force the CMM to move the probe to a clearance plane? Any other non PCM method or advise would be great.
Link to comment
Share on other sites

Please sign in to view this quote.

So this would position the probe exactly where it currently is in the x and y coordinates, and drop it -10mm in z axis?
Link to comment
Share on other sites

To machine coordinates relative 0,0,0.

To move in any coordinate system you wish, use positionRS()

But isn't a condition based on your number of loops enough?
114_cf1edaa4f9edb28233b2fd39b7b6e5d8.png
Link to comment
Share on other sites

 Share

×
×
  • Create New...