How to standup an operator, walk and return to sitdown

How to standup an operator, walk and return to sitdown

iram_a2
Not applicable
2 Views
3 Replies
Message 1 of 4

How to standup an operator, walk and return to sitdown

iram_a2
Not applicable

[ FlexSim 19.1.2 ]

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

0 Likes
Accepted solutions (1)
3 Views
3 Replies
Replies (3)
Message 2 of 4

zach_t
Not applicable
Accepted solution

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

Message 3 of 4

Jeanette_Fullmer
Community Manager
Community Manager

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
Message 4 of 4

iram_a2
Not applicable
Excellent!!! Thanks so much!!!!
0 Likes