[Ri...] Posted Sunday at 02:23 PM Share Posted Sunday at 02:23 PM Hi everyone! I am trying to find out how to re-measure a feature according to a result, for instance, I've created a feature circle "c1" and characteristic "d1" and in the feature "c1" I placed on post-condition a code to check the error form like this: result=getActual("c1").form if result > 0.001 then activateFeature("c1") meausure() end if The idea is: if the result is bigger than 0,001 the measurement of the circle should be perform again, but it doesn't work. I will really apreciate if anyone has an idea how to do this. Thanks in advance// Ricardo Link to comment Share on other sites More sharing options...
[Je...] Posted Monday at 02:17 AM Share Posted Monday at 02:17 AM What you are looking for is a method generally referred to as "retrace" (or re-scan). This is very difficult to accomplish reliably. I am interested to see what our community has come on with on this topic. Link to comment Share on other sites More sharing options...
[Ch...] Posted Monday at 03:08 PM Share Posted Monday at 03:08 PM I would probably follow instructions from the PCM examples in the help manual : Link to comment Share on other sites More sharing options...
[Ch...] Posted Monday at 03:10 PM Share Posted Monday at 03:10 PM also the post adjacent to this at the time of this reply is asking the same question with nearly the same response. Link to comment Share on other sites More sharing options...
[Ri...] Posted Tuesday at 05:08 AM Author Share Posted Tuesday at 05:08 AM Please sign in to view this quote. I tried this code but it doesn't work because when I check for instance the form of a diameter and I choose option 3 to re-measure, it evaluates the diameter without measuring the circle again, because the loop is applied to the characteristic, not to the feature. Link to comment Share on other sites More sharing options...
[Ri...] Posted Tuesday at 05:58 PM Share Posted Tuesday at 05:58 PM I may be way off target, with PCM can you "Delete Characteristic and Feature actuals" or "Delete actuals" (Delete actuals is for the feature) and force a rerun? Link to comment Share on other sites More sharing options...
[Mi...] Posted yesterday at 08:01 AM Share Posted yesterday at 08:01 AM Some brief idea would be with the following code in the pre- and post parameter settings of the feature "c1". 2 Link to comment Share on other sites More sharing options...
[Ri...] Posted 22 hours ago Author Share Posted 22 hours ago Thank you very much Michael! I will try like this Link to comment Share on other sites More sharing options...
[Ri...] Posted 17 hours ago Author Share Posted 17 hours ago Please sign in to view this quote. Hi Richard! I don't know if is possible to delete but maybe is not necessary, when you re-measure, the new values should replace the old one. 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