question

Patrick Zweekhorst avatar image
0 Likes"
Patrick Zweekhorst asked Matthew Gillespie edited

Copying container with agv path does not work

When I want to copy a basicFR, that is used as a container for a AGV path, the path which was in the container is not in the copied basicFR. The basicFR is copied and all objects in the basicFR are copied correctly, but the AGV paths that were in the basicFR are not in the copied basisFR but in AGVNetwork object in the model tree.

In the attached example model ( pathcopyingbug.fsm ) I have two paths in basicFR1, so I expect that if I copy basicFR1, the copy also has two paths in it. But this is not the case. Is this a known bug or is this just not possible?

Thanks in advance.

FlexSim 16.2.0
agvagv pathcopy
pathcopyingbug.fsm (15.6 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

Arun Kr avatar image
1 Like"
Arun Kr answered Patrick Zweekhorst commented

Dear Patrick,

The AGV path is a part of the AGV network node.

In the model you posted, the paths are not child nodes of the AGV network node. So when you tries to copy the BasicFR an AGV network node is created outside the Basic FR and the newly generated path becomes child node of the new AGV network node.

So the AGV paths inside the Basic FR must be child nodes to the AGV network nodes for copying. Please see the attached model.

pathcopyingbug-1.fsm


· 4
5 |100000

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