question

Cindy avatar image
0 Likes"
Cindy asked Cindy commented

specfic staytime of an object

How can i do that just when the age of the items in the global list hit 7200 to be transported to queue 2?

SIMULACION PROCESO SANGRE.fsmCurrently the items on RBC queue they are moved to queue 2 when another batch of items arrive to the RBC queue, or how can i doit in processflow.

FlexSim 23.2.0
global table3d modelstatetime
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 Cindy commented

You would need to reevaluate the backorders of the list once the age passes the threshold. So, since you need to schedule some sort of event at that time anyway, you can also use it to trigger the transport.

In the attached model, the items are pushed to the list 7200s after they enter RBC through Process Flow and then pulled immediately by Queue2 (no query based on age).

simulacion-proceso-sangre-fm.fsm


· 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.

Cindy avatar image Cindy commented ·

If the objects moved from that queue "ALMACEN RBC" to another new queue how can i do in a conditional decide that after the 7200 secons if the object is not in the first queue that token gets discarded.

0 Likes 0 ·
Show more comments

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.