question

Pablo Abia avatar image
0 Likes"
Pablo Abia asked Pablo Abia edited

Process flow : how to avoid two tokens getting into a zone at the same time ?

Hi flexsim community!

I am trying to make two items to be processed sequently. To do so, I created a "basic processor" process flow and attached two "Queues" to it. I want both items being stocked into each queue to be process sequently by using a zone that should restrict the access of the two items at the same time, but when I run the simulation, both items get into it.

Maybe it's because the "zone" is differencing the items by the "Queues" they are stocked into ??

Thank you for your precious help!



Pablo



FlexSim 19.1.1
flexsim 19.1.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.

1 Answer

Regan Blackett avatar image
1 Like"
Regan Blackett answered Pablo Abia commented

So between both instances of the flow, only one token can access the Zone? You should get what you want by setting the Zone to be "Global" and give it a max content of 1. Currently your Zone is set to be Local which means that each object attached to the instanced flow gets it's own instance of the shared asset. Changing it Global means that each attached object has to share the zone, which sounds like what you are looking for.

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

Pablo Abia avatar image Pablo Abia commented ·

That is exactly what I was doing wrong! Thank you very much!



Pablo

0 Likes 0 ·