[Ja...] Posted November 6, 2019 Share Posted November 6, 2019 I have a machine with PCM on it but I haven’t attended a class for it. I’m wondering if someone would help me out. I’ve written a separate program for qualifying all the tips needed for a specific program. For any one specific stylus or stylus system, I would like the probe qualification to loop up to 3 times if it doesn’t meet the sigma value already entered in the “Set Limit Values” screen. If after 3 times it still doesn’t fall below the max sigma value allowed, I’d like the program to stop running. Would someone let me know what I need to enter and where? Thanks. Link to comment Share on other sites More sharing options...
[Is...] Posted November 7, 2019 Share Posted November 7, 2019 maybe this other option: (i.e. if you have two probes in the same configuration) max(getProbe("1").stdProbeDev,getProbe("2").stdProbeDev)<= 0.005 Link to comment Share on other sites More sharing options...
[Ja...] Posted November 7, 2019 Author Share Posted November 7, 2019 I'll give it a try. Thanks. Link to comment Share on other sites More sharing options...
[Ja...] Posted November 8, 2019 Author Share Posted November 8, 2019 I've found this works perfect with the exception of needing a separate qualification for each tip. The first picture is what's needed to loop the qualification where 1 should be replaced with the name of the tip, and MasterProbe should be replaced with the name of the stylus system. The second picture is what's needed in the condition window to stop the program from executing any farther if the qualification isn't successful.Loop.JPGCondition.JPG 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