question

Daniel R13 avatar image
0 Likes"
Daniel R13 asked Eric M commented

MyTaskExecuter Not In Library

Hi Everyone!

I am attempting to create a custom module DLL and load it into my FlexSim environment. Followed the steps located here in the "Implementing Module DLLs" section but it never shows up in the library on the left side. I am able to see the MyTaskExecuter module when I run the webserver and I submit a get request for the get modules endpoint, but still not seeing anything in the library. Any ideas would be appreciated, thanks!

-Dan

FlexSim 21.1.3
developmentflexsim 21.1.3dllmodules
· 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.

1 Answer

Phil BoBo avatar image
0 Likes"
Phil BoBo answered

The structure for how the Library view is configured has become more complex in the latest FlexSim version than when that documentation was made.

The path for where the list of objects for each section of the library is defined is in VIEW:/standardviews/modelingutilities/LibraryIconGrid/GroupIconGrid>variables/visibilityLists/base/list.

1627916264988.png

The Task Executers are defined in MAIN:/project/exec/globals/LibraryGroups/TaskExecuters.

1627916292015.png

In addition to adding MyTaskExecuter to MAIN:/project/library/taskexecuters, you'll also need to add a node to MAIN:/project/exec/globals/LibraryGroups/TaskExecuters that has a droppath to it, as shown in the TaskExecuter and Transporter above.


1627916264988.png (46.0 KiB)
1627916292015.png (32.8 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.