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.

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.