Have been looking though the forum for a day or so now and can't seem to find an answer to the question: Can I conditionally mark/unmark features of a part based on operator input? I'm programming a part which is going to come through the lab at various stages of completion but they want a full inspection at each stage. The problem is some features I check on one operation will be removed in subsequent operations. I don't want to write a separate program for each time they bring this thing in here, so I was wondering if it's possible to prompt the operator "Are XYZ still on the part?" if yes, continue with the program, if no, mark them from the program and then continue. I would just use a goto statement with a label, but there will be multiple features being machined off this part at the same time, so, would like to just skip them all in one shot rather than asking the operator to skip each one individually.
I'm pretty new to this, so any help would be greatly appreciated.
Thanks!
I'm pretty new to this, so any help would be greatly appreciated.
Thanks!
Comment