[K...] Posted November 14, 2022 Share Posted November 14, 2022 How can we see measured data while measuring sample? Thank you Link to comment Share on other sites More sharing options...
[Ma...] Posted November 14, 2022 Share Posted November 14, 2022 If you run program by characteristics list then you can see something after evaluation. Or you should specify your problem more detailed. Link to comment Share on other sites More sharing options...
[K...] Posted November 21, 2022 Author Share Posted November 21, 2022 Thank you, Martin: Dimensional layout has 32 features, it took 23 minutes to measure all features, while machine measuring features, some time tool engineer request to get values of measured features (either flatness or Perpendicularity, .....) in between meaning prior to finishing entire 32 features. I want to know if there is a way to find measured feature values prior to finishing entire layout features. Thank you Link to comment Share on other sites More sharing options...
[Je...] Posted November 22, 2022 Share Posted November 22, 2022 Calypso does not perform characteristic evaluation until the entirety of the run is complete unless that value is needed for a feature measurement. There is no standard way to change this behavior. Link to comment Share on other sites More sharing options...
[K...] Posted November 23, 2022 Author Share Posted November 23, 2022 Thank you very much Jeffrey Link to comment Share on other sites More sharing options...
[Mi...] Posted November 23, 2022 Share Posted November 23, 2022 First you should run your inspection plan sorted by characteristics. Then you have 2 options: You can enable the default report (in german its called Arbeitsprotokoll) The other way just works if you have PCM write the following code in the postsetting of every characteristic: name = getNominal().identifier display(name) display(getActual(name).actual) quality = (getActual(name).inTolerance) if quality == true display("feature in tolerance") else display("feature out of tolerance") endif display("-----------------------") Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in