question

victoria avatar image
0 Likes"
victoria asked Felix Möhlmann answered

Transport error in ProcessFlow

Hello FlexSim community.

My model doesn't work but I don't understand where the error is.

I would like the operators to transport only the boxes from the floor storage to the racks, and throw the pallet into the sink.

This process is located within the "Floorstorage to Racks" container in the ProcessFlow.

Please if someone can help me by finding the error. Thank you so much

transport_error.fsm

FlexSim 23.2.0
racksprocesss flowfloorstoragepallets
transport-error.fsm (107.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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

You create a single token at time 0. At that time there are of course no items to transport, so the token pushes the pulled floor storage back to the list and nothing more will happen in that Process Flow.

1699866535211.png

There are also other issues in the Process Flow:

- I don't see why you even pull a floor storage. Nothing is being done with that information.
- You also pull both a rack and then find a slot. Later the item is being unloaded to the rack without the slot information ever being used.
- There are labels that get referenced but will not be present on the token at that point (caja, pallet).


1699866535211.png (11.8 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.

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.