Dynamically giving processors reference to list during runtime

Dynamically giving processors reference to list during runtime

cpatr007
Participant Participant
124 Views
2 Replies
Message 1 of 3

Dynamically giving processors reference to list during runtime

cpatr007
Participant
Participant

I am currently creating a model that creates processors during runtime then attempts to use them to process objects. However, the issue I am currently facing is that I can help the processors out by giving them a reference to the corresponding list, however, I cannot give the list a request to any of the dynamically created processors.

0 Likes
Accepted solutions (1)
125 Views
2 Replies
Replies (2)
Message 2 of 3

FelixMoehlmann
Collaborator
Collaborator

In order to get the processors to work you need to compile the receivefromport code after you assign it to the node and then run the code once to 'kickstart' the internal logic of the processor.

Screenshot 2026-07-15 100856.png

If your goal is to choose a specific processor for each item in Process Flow than I don't the point in using the Pull behaviour. You could just put the created processors on a list, pull one for each item and then just move the item into the processor directly.

0 Likes
Message 3 of 3

cpatr007
Participant
Participant
Accepted solution

I appreciate the comment, however, the following post already gave me the needed information to solve my issue:
https://forums.autodesk.com/t5/flexsim-forum/creating-new-backorders-during-simulation-runtime/m-p/1...

0 Likes