question

Jerry avatar image
0 Likes"
Jerry asked Julie Weller commented

How to accelerate delays by assigning one more staff(Re-upload)

sss.fsm


Hello.


I have two main questions.


Q1)

Currently, when two staff members reach the gurney, they have 90 seconds to move to the nearest destination.


At this time, I want to count 90 seconds from the time one staff member reaches it, and when one staff member reaches it, I want to make it count 30 seconds instead of 90 seconds.


If one staff member counts 60 seconds out of 90 seconds and the other staff arrives late,

Depending on the ratio of the remaining 60 seconds to 30 seconds, I hope we will move to the nearest destination in 2/3 hours, 20 seconds.


Q2)

Obviously, although Release MD released Staff's activities, Acquire Staff is not working properly and Token is hung.

What's wrong with the example model?


Thank you always.

Jerry.


스크린샷9.png 스크린샷10.png

FlexSim 23.1.2
tokensdelayacceleration
· 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.

Julie Weller avatar image Julie Weller commented ·

Hi @Jerry, was Kavika's or Jeanette's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Kavika F avatar image
0 Likes"
Kavika F answered Felix Möhlmann commented

Q1) It looks like you may have a similar question the question titled "help another and lower their process time". Jason's answer to that post suggests using a table that maps out how long each process would take with X amount of operators. Then you can adjust work times based on the number of operators at the location and how much time has passed already.

Q2) There's a problem with having both MD and RN come from the same resource. I suggest splitting up your MDs and RNs into two separate groups and have your Staff Resources assigned to those groups. That fixed it for me.

1684879732607.png

1684879738099.png


1684879732607.png (2.7 KiB)
1684879738099.png (3.6 KiB)
· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Jerry avatar image Jerry commented ·

I think the answer to question 1 can be solved with the corresponding post. I don't think I looked it up properly.


However, in the case of question 2, we used the same resource because we tried to have two staff of the total staff move in one Gurney.

I don't want to divide it into two groups, but I want the entire staff to move organically in one flow.

I can't think of a solution.


Thank you for your good reply.

Jerry.

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ Jerry commented ·

Hello @Jerry,

In your process flow you have an activity called acquire MD and acquire RN. These activities point to individual resources to pull from. However, when those resources are opened they just pull from the whole staff group. This is causing your model to hang because after the staff members are released the first time they are all acquired in the acquire MD activity and then there are no staff members available to be acquired in the acquire RN activity. 1684899629351.png

So like Kavika mentioned. You should assign staff members to groups like RN and MD and then assign the corresponding resource that group.

sss_1.fsm

1 Like 1 ·
sss-1.fsm (102.7 KiB)
1684899629351.png (7.9 KiB)
Felix Möhlmann avatar image Felix Möhlmann Jeanette F ♦♦ commented ·

Another solution, if all staff should come from the same group, would be to place a zone around the acquire activities that only allows a single token to enter at a time (max content setting in the zone).

capture.png

1 Like 1 ·
capture.png (6.0 KiB)

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.