question

Khalid Kayal avatar image
0 Likes"
Khalid Kayal asked Khalid Kayal commented

How to get the animation back to normal?

Hi, I am trying to run animation in the process flow then I want to get the default animation back after a task is done, for some reason it's not working when choosing an animation of a lower number , it works only with a higher number. For example, if I ran animation 17 , then I can only run animation 18 or higher after, I can't return to animation 1 (Walk). I have attached the model

Thanks

containerization.fsm

FlexSim 18.2.0
animation
5 |100000

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

Phil BoBo avatar image
1 Like"
Phil BoBo answered Khalid Kayal commented

The animation you are starting has "Repeat Indefinitely" as its Repeat Type.

Normally you wouldn't need to explicitly stop your animation, but because of this animation's repeat type, if you want it to go back to the operator's normal animations, then you need to stop the animation. You can do this with the Stop Animation pick option on a Custom Code activity:

16105-containerization-1.fsm

Because that animation is distance-based and your model is in feet, you might also want to increase the length of that animation to fix the speed of the animation so that the operator's feet don't slide around as he's pushing:


· 3
5 |100000

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

Khalid Kayal avatar image Khalid Kayal commented ·

Thanks, but I was wondering why can't I run an animation which index is lower than the one already running?

0 Likes 0 ·
Phil BoBo avatar image Phil BoBo ♦♦ Khalid Kayal commented ·

Because it is running both animations. It is applying the lower index animation and then applying the higher index animation on top of it, overwriting what the lower index animation did.

0 Likes 0 ·
Khalid Kayal avatar image Khalid Kayal Phil BoBo ♦♦ commented ·

Got it . thanks again for explaining

0 Likes 0 ·
Karuppasamy Pitchai avatar image
0 Likes"
Karuppasamy Pitchai answered Khalid Kayal commented

Hi Khalid Kayal,

Here is the updated model with the animation. I have done the containerization.fsmanimation in the operator's load & unload triggers.

Regards

Karuppasamy


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

Khalid Kayal avatar image Khalid Kayal commented ·

Thanks

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.