2021-04-26

How do I repeat the action on a block until a specific simulation time has occured?

So I am wondering how I can repeat a action a block until the model simulation time has reached 30 minutes. to elaborate further:

I have this flow right now:

PedSource -> PedWait1 -> PedGoTo -> PedWait2 - PedGoTo2

So for PedWait2 the agents(which are nurses) are going to check upon different patients by going to their rooms (different attractors). So what I want is to repeat that the nurses check on the patients until the time of the simulation reaches 30 minutes and then enter PedGoTo2. So basically, While the time is under 30 minutes, keep checking on patients and when time is 30 minutes PedGoTo2.

How can I go about this?



from Recent Questions - Stack Overflow https://ift.tt/2PmJii1
https://ift.tt/eA8V8J

No comments:

Post a Comment