question

Milosz S2 avatar image
0 Likes"
Milosz S2 asked Jeanette F commented

Picking only from ground level

ecom.fsmHi is there a way to make operator pick only from level 0 in my process? Some AStar configuration or in process flow some variable to add? I'm new to Flexsim but I wouldn't like to entirely change the picking logic programmed in process flow for this function. Also wondering how to fill racks level by level (so first whole level 0 then level 1 and so on). I tried every combination in Slot Stacking Order and none where good for what I want. Thank You for help

FlexSim 20.2.3
rackspickinglevels
ecom.fsm (58.9 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Milosz S2, was one of Joerg Vogel's or Patryk's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Joerg Vogel edited

From: Findslot Example (Anthony Johnson answer)

This will find an empty slot, ordered by level number.

                  
  1. Storage.system.findSlot("WHERE slot.hasSpace($1) ORDER BY slot.levelID ASC", 0, item)
5 |100000

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

Patryk avatar image
0 Likes"
Patryk answered Patryk edited

Currently, the best way to load and find a slot on rack is Storage system and two new block in process flow. 1648195842241.png

You can use instead of "pull from list" " find item"

1648195897850.png

1648195948708.png



1648195842241.png (72.6 KiB)
1648195897850.png (28.0 KiB)
1648195948708.png (17.0 KiB)
· 2
5 |100000

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

Milosz S2 avatar image Milosz S2 commented ·
This solution won't work out because the pallets have the same label and itemType as boxes on them, so the operator goes to pallet instead of boxes, and I need him to aim for boxes.
0 Likes 0 ·
Patryk avatar image Patryk Milosz S2 commented ·

It's true that the operator find the pallet on the rack but if on the pallet are the same box it doesn't have matter because you can (first, last) load the box from the pallet.

The important is unchecked "Mark item as Outbound" If my want only find pallet but no load this pallet

1648455048011.png

1648455358241.png

Decrease content*

Attached model ecom (3)_1.fsm


0 Likes 0 ·
1648455048011.png (19.4 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.