Jump to content

automatic re-measurement of a characteristic


---
 Share

Recommended Posts

I created a command line to be able to repeat a feature if out of tolerance. below: if getActual("_D_").form>=0.001 and i<2 then i=i+1
measure("_D_").form
else
endif
can it be improved?
is there any other way?
Link to comment
Share on other sites

I don't have PCM but you could loop the characteristic. This doesn't feel like much of an improvement, more like, here is another way to do the same thing.
2212_80838e81879786aacdd9f0a1ecc410bb.png
Link to comment
Share on other sites

Looping does not work, I've tried to loop Characteristics in version 2021 and 2022 with or without a break condition the software runs it once and spits out 3 of the same results without remeasuring. I spent around 1 to 2 hours with zeiss support trying to figure a work around to auto remeasure.
Link to comment
Share on other sites

I've been playing around trying to find a solution...kind of sucks that Loop doesn't work correctly.

Sorry mate seems like you have the best solution for now.
Link to comment
Share on other sites

 Share

×
×
  • Create New...