In our model, "GlobalTable1" is the Input table from where we are getting labels on each carton . There are 11 chutes in the model. We would like to build logic for chutes in following way :
1. All cartons with unique "Batch ID + Pallet ID" go in unique chute.
2. Unique " Batch ID + Pallet ID " cartons can take more than one chute as well . (e.g.. First Two/ Three chutes can hold cartons with Batch ID 392 and Pallet ID 1)
3. When all cartons belong to Unique " Batch ID + Pallet ID" receive at Chute/Chutes ( Total number of cartons can be backchecked from Input Table "GlobalTable1") then only my chutes should release cartons . (e.g. There are 38 cartons with Batch ID 392 and Pallet ID 1 , when all 38 are received in specific chutes then only all cartons should be released or sent to sink) FlexSim _Support.fsm
Can anyone please help us to build this logic .
Working model is attached herewith.