question

Scarlett X avatar image
0 Likes"
Scarlett X asked Scarlett X commented

trigger animation

1. Can operator do animation until he is arrival to that processor ? 2.Why op didn't do animation "write" after processor2 starting working? 3. Can op "write" when he starts to set up processor1 until setup finish , and goes to processor2, "UseTablet" when he starts to process processor2 until process finish? thank you!

ex.fsm

FlexSim 21.2.4
animation
ex.fsm (32.2 KiB)
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

·
Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered Scarlett X commented

You can add a task to the received task sequence that starts the animation before the "utilize" task is started.

https://docs.flexsim.com/en/22.1/Reference/TaskSequences/TaskSequenceTypes/TaskSequenceTypes.html#startAnimation

See also the second answer and comments in this post to see how you can explore the structure of task sequences.

If the operator is doing multiple different things, you would first check the received task sequence for certain defining characteristics. For example if the last task is of type "utilize" like in the attached example. Other such characteristics could be involved objects.

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

Scarlett X avatar image Scarlett X commented ·
Thank you!!
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.