question

Steven Chen avatar image
0 Likes"
Steven Chen asked Matthew Gillespie commented

Linked objects are lost after adding to library

I consider this is develop request for library mechanism improvement.

1. Objects/Tools linked in process flow will be lost after adding to library. Tools include global list, global table, global variables, and others. As picture below, Source1 missing in new model, manual link required.

2. Since AGV module builds model in different way by using the node "AGVNetwork". Hope AGV module will get more compatibility with library in future. AStar too.

FlexSim 19.1.1
library
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

·
Phil BoBo avatar image
0 Likes"
Phil BoBo answered Matthew Gillespie commented

1. This is by design. If you have references to objects in your model within your Process Flow, then it can't preserve those references in a user library. A user library isn't tied to that particular model with those particular objects.

If all you want to do is copy process flow activities within the same model, just use copy/paste, not a user library.

2. I'll add this request to the dev list.

· 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.

Matthew Gillespie avatar image Matthew Gillespie ♦♦ commented ·

Number 1 is by design, but there is a mechanism for doing custom things with a user library object. If you use a dropscript node you can execute code that creates multiple objects and hooks them all up with a single drag.

https://docs.flexsim.com/en/19.1/Reference/DeveloperAdvancedUser/CustomLibraries/#dropscript

1 Like 1 ·

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.