question

Ryosuke S avatar image
1 Like"
Ryosuke S asked Ryosuke S commented

What is the best practice in making people act according to time schedule?

Hello,

I'm trying to create a simulation model to imitate the worker action in my office of one certain day.

It's like,

8AM, arrives at the office and travel to his seat. 8:20, goes to toilet then back to his seat. 9AM goes to meeting room. 10AM, back to his seat. 12PM, goes out for lunch. 1PM, back to his seat. 4PM, leaves office.

I'm using FlexSimHC to create model. There are about 50 employees I want to simulate.

What would be the best practice to create such simulation model?

Should I create globaltable for each employee? Or should I manage all employees schedule in single table? Any advice would be helpful. Thank you.

FlexSim 20.2.0
flexsim 20.2.0healthcare simulation schedule
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

Benjamin W2 avatar image
0 Likes"
Benjamin W2 answered Ryosuke S commented

Hi @ryosuke.s,

There are a few different ways that you can do this, depending on what you are trying to get out of your model.

How specific is your input? Have you tracked employees and put their data/times into a table and want to run a simulation off of that? If that is the case, a global table would be the way to go. However, if you are trying to populate your table with dummy data for each of your 50 employees, that will get tedious and will not be scalable.

Another way you could do this is using built in delays using statistical distributions to model similar behavior. For example, if you know that employees usually go to the restroom from times on an exponential distribution, then you could model it that way. I would probably have the main person token create a child token which delays for a certain amount of time, then initiates a "going to the restroom" event, or a "meeting" event.

It really depends on what you are trying to get out of the model.

· 6
5 |100000

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