question

Osama A6 avatar image
0 Likes"
Osama A6 asked Ryan Clark commented

simulation without source 3

I have inherited a model that simulates a single route travel between 2 objects families, let's say (home and depot). So, if your object went from home, it should go to the depot, then it goes back home. The model was hardcoded to just execute travel between object called home to object called depot and return using task sequence. I want just to manipulate the selected route to go between using process flow, so it can go to the distribution center, let's say objects 3 and 4. 1 and 2 still implemented by the dispatcher and objects 3 and 4 use process flow?just-travel-plus2-pf.fsm

FlexSim 21.2.1
processflowdispatchertasksequence
· 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.

Ryan Clark avatar image Ryan Clark commented ·

Hi @Osama A6, was Jeanette F's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jeanette F avatar image
0 Likes"
Jeanette F answered Jeanette F edited

Hello @Osama A6

To change the destination you have two options.

1) Select the dropper icon next to the destination field and then select the object in the 3D model

1639259495880.png

2) You can type out the following command with the name of the object being in quotes.

Model.find("Object2")

If this did not answer your question, could you please provide more details on what you are trying to accomplish?

just-travel-plus2-pf-JF.fsm


5 |100000

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

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.