For part of my senior design project, I am trying to build a system for detecting defects in an assembly line. At the moment I have a label "Defect" that is 1 base or 2 defective. I want my processors on entry to check defective items. If the processor would catch the defect, I want it to go to a caught scrap queue, and if not I want it to go to an uncaught scrap queue. But I don't want non-defective materials to be run through this check. Is there any way to have an on entry check based on the label value? Example,
I attached a photo of the simulation if that helps. For record's sake, I am on an educational key.