In a FlexSim model, a production workflow includes a Processor where items are inspected for defects. Non-defective items are sent to a Combiner for packaging along with totes, while defective items are sent to a Sink. The Combiner is configured with a Target Component Sum and Target Quantity to release a tote once the required number of items is packed.
The issue arises when the last item in a batch is defective. The defective item reduces the count of packed items, but the Combiner does not recognize that the required quantity has been achieved after adjusting the variables manually. As a result, the tote remains in the Combiner instead of moving to the next process. The challenge is to ensure that the Combiner releases the tote correctly, even when the last item is defective. So I have to Reevaluate the combiner in order to send the tote with the items to the next station. Thanks.