question

Ankur A3 avatar image
0 Likes"
Ankur A3 asked Kavika F commented

Change Staff Idle State To Sitting

Hi Team,

I want to model staff sitting on chair in idle state. I tried using play with idle animation in properties but it is not working in the way what I want.

How can we change staff idle state to sitting on respective chair instead of standing?

Thank you!

5.Change_Staff_Idle_State_Sitting.fsm

FlexSim 20.0.10
hcstaffstatesitting
· 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.

Kavika F avatar image Kavika F ♦ commented ·

Hi @Ankur A3, was Matthew Gillespie'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

·
Matthew Gillespie avatar image
1 Like"
Matthew Gillespie answered

Here are 3 different ways to do this. Each MD in the attached model is using one of these different methods.

5change-staff-idle-state-sitting_1.fsm

1. (MD1) In this method we remove MD1 from its default Object Process Flow (this flow just sends staff back to their reset position whenever they're released) and attach it to a new object flow that we make. First I clicked on MD1, and then in the Process Flow Object properties panel I clicked the red X button next to the dropdown that says Staff. This removes MD1 from the Staff object flow. Then I created a new object flow which I called DeskStaff that sends the MD to the chair on its Desk label whenever it's released and not immediately acquired by something else. I then used the sampler in the Process Flow Instances properties panel to attach MD1 to this flow.

This method takes a little more set up work, but is the cleanest overall, in my opinion.

2. (MD2) In the Arrivals flow I created a few activities that acquire MD2 with a low priority (should be 99 or less) so that other requests can preempt this "task". The token here just acquires the staff, and sends them to the chair on their Desk label and then sits on a preemptable Process activity.

3. (MD3) I created a new Down Behavior, which I called AtDesk, that has a low priority, is preemptable, and sets the Break Location to be the MDs Desk label. I then made a Time Table object, added MD3 as a member, and set the time from 8-5 to use the At Desk down behavior.


5 |100000

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

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.