question

Patrick Zweekhorst avatar image
0 Likes"
Patrick Zweekhorst asked Patrick Zweekhorst commented

How to release a people module resource

Hi,

We have made a really simple model with the people module.
The only problem is that the model stops running after the first person claimed the resource.
It does not really matter which resource it, in the example it is just some floor space.

After the person had some delay at the floor space we release the resource and destroy the person.
The thing is that the floor spot still has content, and is in state occupied.

How can we solve this problem. We want to avoid that we need to let the person walk to the exit. Lets say it goes in an elevator, or staircase where it disappears.

Thank you for your time.

Patrick

ReleasePersonResource.fsm

FlexSim 20.1.1
flexsim 20.1.1resourcepeople moduleperson flow
· 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.

Benjamin W2 avatar image Benjamin W2 commented ·

Hi @Patrick Zweekhorst, was Regan Blackett's answer helpful? If so, please click the red "Accept" button on their answer!

0 Likes 0 ·

1 Answer

·
Regan Blackett avatar image
2 Likes"
Regan Blackett answered Patrick Zweekhorst commented

@Patrick Zweekhorst @Matthew Gillespie

It looks like there is something about using a Remove Person activity right after a Release Location that causes the Release to not work correctly. If you put a Walk activity or a Move Object that moves the patient into the model in between the Release and the Remove, it seems to work they way it is supposed to.

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

Matthew Gillespie avatar image Matthew Gillespie ♦♦ commented ·

Locations aren't actually released until the person leaves the location. As Regan said, you should move the person out of the location before removing them.

You shouldn't remove a person while they are still in a location. This messes up the location's stats and doesn't actually release the location.

@Patrick Zweekhorst @Regan Blackett

2 Likes 2 ·
Patrick Zweekhorst avatar image Patrick Zweekhorst Matthew Gillespie ♦♦ commented ·

Hi @Matthew Gillespie @Regan Blackett,

My apologies for not responding sooner. (I did not get an email notification as normal). Thank you for the information, I will move the person to the model first.

1 Like 1 ·

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.