question

Aravind D avatar image
0 Likes"
Aravind D asked Aravind D commented

retrieve from mobile rack using process flow

Hi,

I am using a mobile racking system. the transporter picks up the flow item and decides in which rack to place it, then the racks move and the transporter places the flow item in the respective racks by using their respective network nodes.

There are certain dwell times given for the racks. once the dwell time is triggered I want queue 0 to stop producing the products or the transporter to stop picking products from queue 0.

I want the transporter to go the specific racks and retrieve the products and then use the network nodes to place it on queue 3.

And then after placing the products in queue 3, the transporter go and collect the products that are produced in queue0 and then use the specific network nodes to store the products in the rack

the sample model is attached below

thanks for your help in advance.

rack-retreving.fsm

FlexSim 19.1.0
process flowmobile racking retrieving
rack-retreving.fsm (1.3 MiB)
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

Joseph Gillespie avatar image
1 Like"
Joseph Gillespie answered Aravind D commented

@Aravind D

Here's an updated version of your model that works how you want it to: rackretrievinganswer.fsm. In it, Queue 0 will continue producing FlowItems, while the transporter loads items onto the rack and unloads them from the rack on a first-come, first-serve basis.

It works by using event-triggered sources (when the dwell time of items run out), and by labeling items as either "load" or "unload" depending on whether the Transporter should load from the rack or unload the item onto the rack.


· 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.

Aravind D avatar image Aravind D commented ·

Thankyou so much for your help @Joseph Gillespie.

0 Likes 0 ·