question

Lucas avatar image
0 Likes"
Lucas asked Lucas commented

Filling a FloorStorage by a Transporter

Hallo zusammen,
ich würde gerne am Ende des Prozesses das Produkt auf einem FloorStorage ablegen. Dafür soll ein Transporter das Produkt von einer Queue laden und am FloorStorage abladen. Aktuell fährt der Transporter jedoch nur hin und lädt das Produkt nicht ab. Woran kann dies liegen und was sollte ich ändern, damit der Prozess funktioniert?
Vielen Dank!


Hello everyone,

I would like to place the product on a FloorStorage at the end of the process. For this, a Transporter should load the product from a Queue and unload it at the FloorStorage. Currently the transporter only approaches and does not unload the product. What could be the reason for this and what should I change to make the process work?
Thank you very much!

IL_Support2.fsm

FlexSim 23.2.1
transporterfloorstorageunload items
il-support2.fsm (89.5 KiB)
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

·
Henry Paipa avatar image
0 Likes"
Henry Paipa answered Lucas commented

Hi @Lucas

First of all you should configure or adjust the dimensions of the floor storage slot, because the dimensions of the stowage are different from the floor storage.

The floor storage, when used as a fixed resource, allows you to adjust also its height on the z-axis, so you can define a limit on the degree of stacking.

Success in your learning.


1705334622788.png

1705334651715.png

il-support2-HOP.fsm


1705334622788.png (270.0 KiB)
1705334651715.png (513.0 KiB)
il-support2-hop.fsm (87.6 KiB)
· 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.

Lucas avatar image Lucas commented ·
Tank you both for your answers! @Henry Paipa @Felix Möhlmann

Now it's working. Thank you.

1 Like 1 ·
Henry Paipa avatar image Henry Paipa commented ·

By the way, the dimensions of the floorStorage are edited in its properties: Storage Objet > Edit dimensions. @Lucas



1705335194265.png


0 Likes 0 ·
1705335194265.png (537.1 KiB)
Felix Möhlmann avatar image Felix Möhlmann Henry Paipa commented ·

To add to this:

When you connect some objcet to a storage object (Rack, Floor Storage) with an A-connection, the storage object will by default be set to "Pull" items and only those that could be assigned to a slot.

capture1.png

You deactivated this option, which causes the queue to 'blindly' send the item. Due to this the transporter will load the pallet and drive to the Floor Storage but not unload. With the option active, the pallet would remain in the queue.

And as an alternative to adjusting the slot sizes, you can also alter the Slot Assignment Strategy of the Floor Storage, so that the dimensions of items/slots are ignored.

0 Likes 0 ·
capture1.png (6.9 KiB)

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.