question

Mischa Spelt avatar image
0 Likes"
Mischa Spelt asked Phil BoBo answered

Tagged Resource

Maybe I'm still misunderstanding the tagged resource, but I ran into the following problem:

I'd like to get an operator from a dispatcher team to guide an item through a number of successive objects, say Queue1 -> Queue2 -> Queue3. I thought I should use a Tagged Resource to make sure the dispatcher doesn't snatch the operator away as soon as an item is unloaded.

However, if the operator arrives with an item at Queue2, and Queue3 is empty, then Queue2 immediately tries to send the item on while in the operator's Unload task. Since the operator is technically still busy, the task sequence for the transport to Queue3 is stored away somewhere on the flow item, the flow item lands in Queue2, and then sits there. Somehow the stored task sequence never makes it back to the operator to be executed.

Please see the attached model for a demo. I can get it to work, by closing the queue's output in the on entry trigger, then re-opening it with a delay of zero, but it feels like the standard pick option is designed precisely so that I don't have to think about that.

taggedresource.fsm @Abel van der Windt @steven.hamoen

FlexSim 18.0.2
tagged resource
taggedresource.fsm (35.6 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

·
Phil BoBo avatar image
0 Likes"
Phil BoBo answered

The tagged resource pick options predate Process Flow. To model this situation, you should use Process Flow.

We haven't removed the Tagged Resource pick options for the cases where they work, but they don't work particularly well in a lot of cases, as explained earlier in my answer here.

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.