question

PD avatar image
0 Likes"
PD asked Felix Möhlmann answered

AGV obtains Allocation Point

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

FlexSim 24.2.2
agvcontrolpointagvtravelpoint
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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

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


5 |100000

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