question

Michael Kramer avatar image
0 Likes"
Michael Kramer asked Michael Kramer commented

How can I turn off the stop object visual?

I'm turning a processor (stretch wrapper) off and on at certain times. I'd like to take a video of the simulation without seeing the object stop visual (yellow rectangle around the processor). How can I turn off the visual?

FlexSim 18.2.3
processorvisualstate
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
3 Likes"
tannerp answered Michael Kramer commented

Here's an example model using a Processor and default MTBF MTTR:

no-yellow-rectangle.fsm

Use an "On Draw" trigger on the object that's being stopped.

Then in the custom code box type the following code to skip the default drawing of the rectangle:

return 1;

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

Michael Kramer avatar image Michael Kramer commented ·

@Tanner Poulton, thanks a lot, works like a charm.

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.