question

Ryan_Wei avatar image
0 Likes"
Ryan_Wei asked Jacob W2 edited

How to re-open my object

I try to make my Queue stop input when the content is greater than 10, and continue to input when it is less than 2, but my model will not re-input, I want to know where the problem is.

1693247074296.pngclose and open problem.fsm

FlexSim 23.0.0
flexscript error
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

·
Jacob W2 avatar image
0 Likes"
Jacob W2 answered Jacob W2 edited

Hi @Ryan_Wei,

If you are trying to have it start input again when the content hits 2 items, I would use an on exit trigger to look at the content of the queue whenever an item exits. Since your current model only looks at the content when items enter, it will never be able to see the content dropping below 2 since items are only exiting.

5 |100000

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

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.