Jump to content

adding condition to features


---
 Share

Recommended Posts

Is there is any option to add condition to the features,I want to stop my program when my critical feature form error is greater than particular value. I can do it only in characteristic, but I am running the program feature by feature so it stop the program only after entire program run.Any help??
Link to comment
Share on other sites

I always recommend not to use cncBrake(). That syntax has very limited use.

If you wish to "stop your program" and not turn the off the machine drive for no obvious reason, use:
endInspection()
or
endInspection("WITH_DATA_OUTPUT")
If you still wish to get the result.
Link to comment
Share on other sites

Try this.
Open up the feature you want to stop the program with if the form (or whatever) is bad and put in a stop program either before the strategy is run (based off of previous features) or after the feature strategy to stop it if it doesn't meet the condition. Right click on the program stop and choose conditions.
_ 164_ba126d3d0d4227a203d76770efffe9fc.jpg
Link to comment
Share on other sites

Please sign in to view this quote.

I didn't execute anything. I just opened up a feature in a program to see if I had the option without PCM. I haven't tried using it.
Link to comment
Share on other sites

 Share

×
×
  • Create New...