question

Theresa B avatar image
0 Likes"
Theresa B asked Theresa B commented

Assign destination for FlowItems going from Fixed Resource to Floor Storage

Hi again,

I've been trying to model a floor storage area where the items may stay for up to two days but I'd prefer if items that arrived on a later day were not stacked on items from the previous day (to allow for FIFO, assuming that items rest directly on each other).

Sometimes, there are not enough items on a day to fill the bay and level, and when the next day arrives, the new items are sent on top of the older ones.

Sometimes, after a few older items are removed from the floor storage, new items are sent to that same bay and level before it can be emptied.

I feel like I need some kind of custom code to achieve this but I am unfamiliar with how to implement it and where. Would someone be able to provide an example?

I've checked previous questions about order of access for floor storage but they seem to address retrieval of items rather than slot assignment.

This question seemed similar to what I want but I don't understand it because the order system they require is too complicated for my needs.

I've uploaded a model under the name SendItemToSlot.fsm to the file share site for reference.

Thanks in advance!


FlexSim 22.1.2
process flowfloor storageslot assignment
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

Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Theresa B commented

It might be easiest to use a process flow so that you can 'flow-chart' the logic in a visual way and use some of the activities that simplify the selection of storage slots.

  1. Find a slot that has space for the item and contains items that were placed there today.
  2. If no slot from step 1 then find an empty slot.
  3. If no slots from steps 1 or 2 then find a slot that has space for the item.

To do this you could use three findSlot activities with a timeout from each step to take you to the next findSlot.

Do you have an example model in which we could add such a process flow?

· 5
5 |100000

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