question

Iram A2 avatar image
0 Likes"
Iram A2 asked Iram A2 commented

How to standup an operator, walk and return to sitdown

Sitdown_walk.fsmHi, i need help with this simulation, one operator and two processor, need to sit down in processor 1 (TYPING), finish process, stand up and walk to processor 2, finish and go back walking to processor 1 and sit down again to start processor 1. The operator go back in TYPING simulation. Thanks

FlexSim 19.1.2
operator simulation
sitdown-walk.fsm (34.6 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Iram A2, was Zach T'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

·
Zach T avatar image
1 Like"
Zach T answered Iram A2 commented

Hello @Iram A2. What was happening in your model is that the typing animation was firing whenever a flow item “entered” the processor 1. So, whenever the operator needed to fire the walk animation, if a flow item had entered processor 1, the type animation was also firing. This lead to the strange animation that was both typing and walking at the same time. To fix this issue, we created a simple process flow that had the typing animation wait to fire until processor 1 “resumed” rather than had a flow item enter it. Using “resume” instead of “enter” allowed the typing animation to be primarily controlled by the operator himself, depending on whether he was processing or traveling, rather than by the processor. If you have any questions, feel free to reach out.

Proper_animations.fsm


· 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.

Iram A2 avatar image Iram A2 commented ·
Excellent!!! Thanks so much!!!!
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.