AGV obtains Allocation Point

AGV obtains Allocation Point

PDKG
Not applicable
6 Views
1 Reply
Message 1 of 2

AGV obtains Allocation Point

PDKG
Not applicable

[ FlexSim 24.2.2 ]

I would like to ask how to obtain the TravelPoints that the AGV path of the Model Tree will pass through at one time and record them in the global table

AGV AllocationPoints.fsm1741677398381.png

0 Likes
Accepted solutions (1)
7 Views
1 Reply
Reply (1)
Message 2 of 2

moehlmann_fe
Observer
Observer
Accepted solution

The general syntax to access the traversal points is the same as for the allocation points. They have fewer properties though, so to reference the CP you need to use a workaround.

The value of the traversal points nodes is a link node in the attributes of the control point. With ownerobject() you can get a reference to the CP from that node.

agv-allocationpoints-1.fsm

0 Likes