question

Nicholas D2 avatar image
0 Likes"
Nicholas D2 asked Nicholas D2 commented

Processors not processing after first flowitem

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

FlexSim 20.1.2
flexsim 20.1.2processorsresources
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

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Nicholas D2 commented

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.

· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

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

0 Likes 0 ·
1610671717578.png (9.4 KiB)
Nicholas D2 avatar image Nicholas D2 commented ·

Can't believe I missed that! Thanks!

0 Likes 0 ·

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.