question

Henry Paipa avatar image
0 Likes"
Henry Paipa asked Henry Paipa commented

Assign travel paths using network nodes

Hello everyone!

How can I assign an outbound route and a return route?

I mean, one route when the operator goes loaded, and another one when he goes unloaded.

And a second scenario, where I only assign return route and the idea route is the shortest or default distance in FlexSim.

Thank you for your help!

Routes-Operator.fsm

FlexSim 23.0.5
network nodestraveloperator movement
routes-operator.fsm (43.3 KiB)
· 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.

Joerg Vogel avatar image Joerg Vogel commented ·
You can use one way path system.

You can add a traffic control. (both at Network Node paths)

You can create higher travel costs. (AGV)



0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Henry Paipa commented

In scenario 1 you could connect the two path to from one network. Then, when the operator is receiving a new task sequence you parse it to determine what kind of sequence it is and add intermediate travel destinations to the task sequence that force the operator to use a certain part of the network.

See the tasksequence refernence page for information on how to parse it.

Both scenarios can be solved by using the command "contextdragconnection()" to add/remove the operator to/from the different networks at fitting times, like when loading or unloading.

routes-operator-fm.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.

Henry Paipa avatar image Henry Paipa commented ·

Thank you for your help, it has been very useful! @Felix Möhlmann

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.