question

dougdurbin avatar image
0 Likes"
dougdurbin asked Matthew Gillespie answered

Overlapping Resource Groups

In the attached model I built a basic scenario that have overlapping resource groups. Basically the items can be Type 1 or Type 2. All of Type 1 items can go to Processors 1-4, but only Type 2 items can go to Processor 4. In some cases, the operators will deliver both Type 1 and Type 2 items to Processor 4. It seems like the acquired resource is only acquired for that token and shows available if it's in another resource group. You can see this at 8:00:30. Is there a better way to acquire resources in this way without them overlapping?

Overlap Resources.fsm

FlexSim 21.0.1
resourcegroupsflexsim 21.0.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

·
Matthew Gillespie avatar image
1 Like"
Matthew Gillespie answered

Resources don't coordinate between each other, they each maintain their own list. I would recommend just using a single resource and using a different query for the 2nd acquire activity. If you click the Advanced button on the Resource it will pull up its internal list properties where you can add fields to the list so you have something to query.

In the attached model I added group fields for each of your groups. This creates a column for each group so that you can filter by which group the processor is in.

Then in the 2nd acquire activity I used the query

WHERE Group2

overlap-resources_GroupFields.fsm


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.