question

jy avatar image
0 Likes"
jy asked jy commented

Processor can't send products to racks according to matching labels

Hello, I am currently modeling a shipment arrival.

I have a problem with the processor.

My simulation should be Inbound to Processor to Racks. Currently, the operator brings the inbound products to the processor (packing area) under Rack 2, and then the model stops.


I need the operator to continue to bring the product from the processor after it is done processing to the racks according to matching labels. How do I go about doing that?


Thank you!


Shipment Arrival.fsm

FlexSim 21.2.1
processorracksmatching labelsshipment arrival
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

zacharyh avatar image
2 Likes"
zacharyh answered jy commented

Hi @jy it seems like you are trying to use the Send to Port Option "Matching Item Labels". This is not working because of there are no items in the racks to be matched with. I would try instead to use the "Port by Case" option so that you can specify exactly which Output Port you are trying to send which label.

I would also like to recommend you using an S connection between the Warehouse Clerk and the Inbound or the Warehouse Clerk and the Packing Area. (current.centerObjects[1])


1639615100046.png


1639615100046.png (26.4 KiB)
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

jy avatar image jy commented ·

Hi, @zachary.h Thank you for your help. My model runs now. However, the model still gets stuck after a while. I couldn't figure out the reason. Would you happen to know why?


AM Shipment Arrival.fsm

0 Likes 0 ·
Afonso Teberga avatar image
1 Like"
Afonso Teberga answered jy commented

Hi @jy. The problem occurs with the second processed box, as there is a divergence between the storage object choice criteria ("port by case") and the slot assignment criteria ("matching labels"). The second box (light green) has the label "product" = 7. In the port by case logic, it is directed to output 7, which corresponds to the FloorStorage2. However, FloorStorage2 has no slot with the label "product" = 7. As the slot assignment criteria requires matching labels, the model cannot find a position for this box and gets stuck.

Please check either the slot labels or the port by case rule.

1639676322231.png



1639676322231.png (256.5 KiB)
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

jy avatar image jy commented ·
Hi, @Afonso Teberga Thank you for your help! My model is able to run now
1 Like 1 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.