people are blocked when acquiring location in PF (flexsimHC)

people are blocked when acquiring location in PF (flexsimHC)

zhengli_y
Not applicable
1 View
4 Replies
Message 1 of 5

people are blocked when acquiring location in PF (flexsimHC)

zhengli_y
Not applicable

[ FlexSim 22.0.4 ]

model.fsm

Hi everyone, I'm working with this model and a problem occurs when it comes to about 11000 second. After person 29 finishes at triage table, he doesn't acquire ER successfully. Then person 35 comes in and both Triage tables are blocked there since then.

屏幕截图-2022-06-14-202125.png



fsm.png

0 Likes
Accepted solutions (1)
2 Views
4 Replies
Replies (4)
Message 2 of 5

zhengli_y
Not applicable

I found that I didn't add release location in all the following branches, sorry for being careless.

0 Likes
Message 3 of 5

zhengli_y
Not applicable
The problem still exist though I fixed that.
0 Likes
Message 4 of 5

zhengli_y
Not applicable

ER should have been released at this "release急诊" activity,er3.png

however, the token still occupied ER after the process

er1.pnger2.png

0 Likes
Message 5 of 5

Jeanette_Fullmer
Community Manager
Community Manager
Accepted solution

Hello @Zhengli Y

You were missing a release ER activity in the following part of your process flow.

1655413511721.png

I highly recommend walking through each branch of your process flow and making sure that staff and locations are acquired and release as expected.

You also are having exceptions being thrown because you are trying to release locations from resources that tokens did not pass through. I suggest you use one of the picklist options such as release all considering you are at the end of the patient flow and are trying to release all acquired resources.

model_1.fsm

0 Likes