question

Marc K avatar image
0 Likes"
Marc K asked Marc K commented

Staff will not sit in Waiting Chairs

I followed the tutorial for multilocation (waiting area) but my staff do not sit in available chairs. I tried many methods to make it work but I can only get the staff to walk to the chair area, but not sit. See attached pics and model.

peoplegroup-resource-allocation-for-a-task.fsm

FlexSim 19.1.1
staff will not sit
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

·
Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie answered Marc K commented

There are two things going on here. First, you're acquiring a chair in the waiting room, but then you're not sending them to that specific chair. You're just having them walk to the waiting room. You should have them walk to the specific chair. I did this in the model by sampling the Location Resource in the Walk's destination field.

Second, the people module objects were built with an assumption that only person flowitems would be getting in and out of location objects, whereas staff members would just be walking up to locations and not getting in them. So you'll notice after you fix the first issue that the person sits down, but their rotation isn't correct. There are a few ways to work around this, but I think the easiest one is to move the person into the chair before doing the Walk activity. I updated your model to have the person travel to the waiting room, move into the chair, and then Walk to the specific chair and sit down.

staffsit.fsm


staffsit.fsm (50.9 KiB)
· 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.

Marc K avatar image Marc K commented ·

Thank you. This works.

0 Likes 0 ·

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.