question

Pierre G avatar image
0 Likes"
Pierre G asked Pierre G commented

Animation of the Processor when it's waiting for an operator

Hi,

When a Processor is waiting for an operator to start its process, the item waits at the end of the Processor. And when the operator is ready, the animation starts normally.

Is there an easy way to change the animation to see the item at the beginning of the Processor when it's waiting for an operator ?

Thanks for your help.

FlexSim 19.1.1
processoranimation
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

·
tannerp avatar image
0 Likes"
tannerp answered Pierre G commented

Hi @Pierre G,

This may not be the simplest way to accomplish what you're looking for, but I set up a Process Flow activity to listen to Processor1. The activity creates a token that sends a message to the Processor. Processor1 has an "On Message" trigger that, with custom code, determines whether the Processor is waiting for an operator. If so, it moves the box to the other end of the processor.

Here's what the code block looks like. It's relatively short.

Let us know if this helps!

Model: processor-animation.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.

Pierre G avatar image Pierre G commented ·

Thanks you for your help !

1 Like 1 ·

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.