question

Maciej C4 avatar image
0 Likes"
Maciej C4 asked Maciej C4 commented

How to move item after specified time

Hello,

I have a following problem:

On the source I have an items which are move from Queue to Rack by employees. Next, the other employee moves items from Rack to 'Received Parcels' but I would like to Operator5 has certain time to pick up each item (for example 1 hour). It means that if any item spend more time than 1 hour in the rack should be automatically moved to 'Missed Parcels'

Could anyone help with this? Because I have no idea how to solve it

Model: https://drive.google.com/file/d/1ajjNOu8BZCn9JeUqFnabkbKCRDjPSDB_/view?usp=sharing


Thank you,

Maciej

FlexSim 20.2.3
moveobject
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

·
Jeanette F avatar image
0 Likes"
Jeanette F answered Maciej C4 commented

Hello @Maciej C4,

You can do this easily in process flow. I created an event triggered source that creates a token when an item arrives in the rack. Then a wait for activity for when the item leaves the rack followed by a sink. This activity also has a max wait timer of 1 hour. If that max wait timer is triggered then the token is released to the move object activity and it is moved to missed parcels queue.

1663278363600.png

1663278382204.png

1663278438268.png

Model Link


1663278363600.png (26.8 KiB)
1663278382204.png (55.8 KiB)
1663278438268.png (328.6 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.

Maciej C4 avatar image Maciej C4 commented ·
Hello,

Thank you for explanation!


Maciej

0 Likes 0 ·

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.