question

Nikhil Rane avatar image
0 Likes"
Nikhil Rane asked Felix Möhlmann answered

Network Node Model issue

I have crated test model for network node. My operator 1 and 2 are working but 3& 4 are not active.

Also operator not picking item from queue 2.

I have attached model below. Can you please help me understand error in model.

Network.fsm

FlexSim 22.0.1
netwok node
network.fsm (44.7 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

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

Because there are only two procesors with a maximum content of one each, there will never be more than two open transport tasks at a time. And since the dispatcher is set to pass the tasks to First Available the third operator is never needed. To generate more transport tasks at a time, you could place queues with a maximum content > 1 in front of the processors.

When a processor becomes available the connected input objects are checked for items in the order of the connections. As long as there are items are Queue1 they will be transported with priority. To change this you can activate the Pull behaviour on the Input tab of the processor's properties and choose a different Pull strategy. For example, choosing Longest Queue will have the processor pull items from whichever input has more items at the moment.

1644219682298.png


1644219682298.png (49.3 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.