question

jing.c avatar image
0 Likes"
jing.c asked jing.c commented

Why Global Resource can be acquired in different pf at the same time?

Hi everyone.

In my opinion, different PF should not acquire the same resource(operator) which is GLOBAL type at the same time. But It seems not like that, you can see sample model attached.

Do I misunderstand "Global Type" resource meaning?

globalresourceacquirenotworkv18.fsm

Any advice will be appreciated.

FlexSim 18.0.7
process flowresourceacquire resource
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

·
Joshua S avatar image
1 Like"
Joshua S answered jing.c commented

Global and Local reference how instances of that specific process flow are handled. This type variable only relates to the process flow the activity is in and does not link to other process flows. If you set it to global, all instances created of that process flow will only reference the single operator. If you made it local, it will create duplicates of that resource to handle individual instances.

Here is your model with the 2 queues attached to 1 process flow, toggle between local and global and you can see the difference. example.fsm

If you want to have all process flows reference a single resource, you can use the eyedropper to select a resource not in the current process flow. Here is an example where one process flow references another process flow's resource.

example2.fsm


example.fsm (30.6 KiB)
example2.fsm (35.8 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.

jing.c avatar image jing.c commented ·

Many thanks for your reply~

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.