question

Sofia G21 avatar image
0 Likes"
Sofia G21 asked Sofia G21 commented

How to request for an item from an unconnected port?

Test Moel - Queue Pull.fsmI have a Distribution Center connected to a Manufacturing space.

The process flow is as follows:

1. Material gets delivered to the DC and is picked up and delivered to racks by AGVs.

2. This material is picked up and delivered to DC Outbound Queue by AGVs. This needs to be on 'need' basis.

3. The material travels on a conveyor and arrives to the Manufacturing space.

4. AGV picks up material from conveyor Inbound queue and delivers material to Floor Storage queue positions (orange).

5. When either Processor 1 or Processor 2 consume all their material, they will need AGV to pick up from floor storage and deliver to their inbound queues (blue).


What I am trying to achieve is:

- Delivery to the DC Outbound queue ONLY when any of the Floor Storage (orange) queues are not full. Currently, the model is automatically feeding the DC Outbound even if all 3 Floor Storage queues are full, and filling the Material Inbound queue. I will need to add other types of material in the future, and I will need that conveyor to remain empty so that other material can be delivered. I only want AGVs to deliver to DC Outbound queue when necessary.


I appreciate any help possible! Thanks super much!

1740672690728.png

FlexSim 23.0.15
agvpullsequencing logic for delivery.
5 |100000

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

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Sofia G21 commented

You can push the items to a list and have the queues pull one whenever they are empty. After teh pull, release the item through port 1 to bypass the Send to Port code. Then make sure that the item arrives the in the queue that pulled it. For example by writing the port the inbound queue needs to release it to onto a label.

test-moel-queue-pull_1.fsm


· 3
5 |100000

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