question

Julio R avatar image
0 Likes"
Julio R asked Maria Z3 commented

ProcessFlow Travel using network node

Hello,

I want to use a travel option with ProcessFlow but my travelers are not going into the network node.

I have tried using several travel activities to the network nodes and a reassignnetnode in a code snippet. It gets the operator into the node network but at the start it disappears and apperars again in the node.

Is there a simple way of doing this?

Here is a little example:

reasigna-nodo.fsm

Thank you.

FlexSim 18.0.2
processflownetwork nodestravel
reasigna-nodo.fsm (23.0 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

·
Matthew Gillespie avatar image
1 Like"
Matthew Gillespie answered Maria Z3 commented

You're seeing the jumping because the person is still inside the Queue when you tell them to travel. You should move them out of the queue before travelling with a Move Object activity. Here's an example:

reassignnode.fsm

It looks like you were using the Task Executer as Flowitem pickoption as a starting point. Take a look at its description:

Task Executer as Flowitem. Move the item into the model, then connect it to a NetworkNode that is connected to this object. Then tell it to travel to the destination and unload itself into the object. Note: this will only work for flow items created from the TaskExecuterFlowItem in the flow item bin.

reassignnode.fsm (22.8 KiB)
· 3
5 |100000

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

Maria Z3 avatar image Maria Z3 commented ·

It works fine, the only problem is that visual pattern of item placement does not change to "line up" or smth else. How to fix it?

0 Likes 0 ·
Matthew Gillespie avatar image Matthew Gillespie ♦♦ Maria Z3 commented ·

Move the person inside the queue at the end of the travel with another move object activity

0 Likes 0 ·
Maria Z3 avatar image Maria Z3 commented ·

Thank you very much. It works fine with me. You basically need to use "Move" for tokens to Queue 1 or Queue 2, as you said.

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.