question

Felipe V3 avatar image
0 Likes"
Felipe V3 asked Felipe V3 commented

How to make an operator travel after an event?

helpme.fsm

Hello everyone!

My model works the following way: an item entries into the Processor, and that comand send a message to close input, then it is processed by the Processor and goes to Sink. Sink sends a message with a 30 seconds delay to re-open Processor's input.

I want to make an operator travels to Processor that has been recently used, stay there for during this 30 seconds delay, and then goes back to a home location.

If possible, I want that using 3D logic, please.

Notice that I have more than just a single Processor, so the Operator should traver to different places each time.

FlexSim 17.0.13
travelling
helpme.fsm (21.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

zacharyh avatar image
0 Likes"
zacharyh answered Felipe V3 commented
@Felipe V3

There is not a simple way to call an Operator after Process Finish and return the Operator to a location using just 3D. I would recommend using Process Flow. You can look at the following tutorials as to how you might be able to do this.

https://docs.flexsim.com/en/19.1/Tutorials/ProcessFlow/Tutorial1UsingSharedAssets/UsingSharedAssetsOverview/

https://docs.flexsim.com/en/19.1/Tutorials/ProcessFlow/Tutorial2TaskSequences/TaskSequencesOverview/

· 2
5 |100000

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

Felipe V3 avatar image Felipe V3 commented ·

@Zac H

What about if I wanted my Operator travelling some route everyday from 12:00 to 13:00 ?

0 Likes 0 ·
zacharyh avatar image zacharyh ♦ Felipe V3 commented ·

You might be able to this in Process Flow using a Date Time Source and then using an acquire resource that is connected to the Operator to control him. Here is the link to learn more about Date Time Source.

https://docs.flexsim.com/en/19.1/Reference/ProcessFlowObjects/TokenCreation/DateTimeSource/

0 Likes 0 ·