AGV single control point in a path intesection

AGV single control point in a path intesection

boris_m6
Not applicable
114 Views
2 Replies
Message 1 of 3

AGV single control point in a path intesection

boris_m6
Not applicable

[ FlexSim 22.2.1 ]

I'm trying to make a path intersection accesible from both paths for a single CP. can this be done?

0 Likes
Accepted solutions (1)
115 Views
2 Replies
Replies (2)
Message 2 of 3

kavika_faleumu
Autodesk
Autodesk
Accepted solution

Hey @Boris M6, what you're describing is the default behavior for Control Points (CPs). If you look at the CP's tree, you'll see it has a variable "path" that contains all the paths that CP is associated with. Below I have a gif showing those paths updating as you move the CP from a single path to an intersection of paths (and back again).

cp-on-multiple-paths.gif

The paths themselves have something similar, keeping track of all the CPs on them (referred to as "pathPoints" in the tree):

1680032394850.png


If you're referring to a transfer in which an AGV can move onto another path, then you probably want the "Create Transfers at Crossings" option checked in the AGV Network Properties > General tab.

1680032473400.png You'll know you've done it right when a thin X appears at the intersection:

1680032525728.png

0 Likes
Message 3 of 3

boris_m6
Not applicable
this is exactly what i needed, thank you very much!