In my use case, I am trying to assign a label value to the pallet in the combiner if any of the incoming parts to the combiner are defective(defining item.Type == 2 as defective part). So that I identify my pallet as "pallet with defective parts".
I have attached a sample model here. The combiner combines 5 different parts on to the pallet. The pallet should be assigned a label value ( say item.def == 1) if any of the incoming parts are defective ( item.Type == 2).
Thank you in advance.
Attachment