Processors not processing after first flowitem

Processors not processing after first flowitem

nicholas_d2
Not applicable
242 Views
3 Replies
Message 1 of 4

Processors not processing after first flowitem

nicholas_d2
Not applicable

[ FlexSim 20.1.2 ]

I am trying to build basic logic that I will use for a larger model but am having two main problems.

  1. Both the processor and multiprocessor stop processing flowitems after the first flowitem is done. Why?
  2. The multiprocessor should process items based on their TestType label that I am assigning. If TestType 1, then processing time should be 15 seconds. If TestType 2, then processing time should be 35 seconds. Instead, the item that is being processed is taking 50 seconds. Why?

Using Resources on Processors.fsm

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

jason_lightfoot_adsk
Autodesk
Autodesk
Accepted solution

1. You don't release the resource after the process is finished.

2. Because the wait for event is still pointing to Processor1 and not the multiprocessor.

Message 3 of 4

jason_lightfoot_adsk
Autodesk
Autodesk

On the multiprocessor you probably want to wait for the second process to finish or you will get strange results:

35965-1610671717578.png

0 Likes
Message 4 of 4

nicholas_d2
Not applicable

Can't believe I missed that! Thanks!

0 Likes