question

Aaupadhye avatar image
0 Likes"
Aaupadhye asked Aaupadhye commented

Parameter Table Issues

My model is able to run when the PouchBuffers parameter is more than one, but for some reason it is getting blocked when I set the value to one. Any help would be appreciated.


WCOCModelDraft5.fsm

FlexSim 23.0.8
parameters table
wcocmodeldraft5.fsm (103.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.

1 Answer

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Aaupadhye commented

Your send to port logic on the source is hard coded to send to ports 1,2 and 3 by percentage. When you have only one buffer you only have one port, so sending to port 2 or 3 will do nothing and the item will get stuck.

· 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.

Aaupadhye avatar image Aaupadhye commented ·
Thank you!
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.