question

GRodea avatar image
0 Likes"
GRodea asked Jonah K answered

Separate streams of products in the two warehouse in process flow

Hello,

I am trying to send my products to two different warehouses:

I have created all in Process Flow with 3D representation.

I have already set two areas of warehouse in the Storage System and when I try to update the condition in Find Slot Query= WHERE slot.slotItems.length == 0 AND Warehouse_Area ==1 ORDER BY RAND() ASC , it is not moving the FullTotes to the racks

My intention is to send GSN items to Rack1 and Broach items to Rack4

separete into two racks 3.fsm


Thanks for your support

FlexSim 23.1.0
warehousing
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

·
Jonah K avatar image
0 Likes"
Jonah K answered

You were on the right track. Changing the query to:

WHERE slot.slotItems.length == 0 AND slot.storageObject.name = "Rack1" ORDER BY RAND() ASC

seems to do the trick.

(I also found that you can access both the racks in your model with Storage.system.storageObjects[1] and ...[2] which may be helpful for future reference.)

In dealing with your Honsberg flow, you may want to set the Executer / Task Sequence to be token.resource in your Load, Travel, and Unload tasks.

separete-into-two-racks-3_JK.fsm


5 |100000

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

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.