How to re-open my object

How to re-open my object

ting_wei_h
Not applicable
44 Views
1 Reply
Message 1 of 2

How to re-open my object

ting_wei_h
Not applicable

[ FlexSim 23.0.0 ]

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

0 Likes
Accepted solutions (1)
45 Views
1 Reply
Reply (1)
Message 2 of 2

Jacob_White
Community Manager
Community Manager
Accepted solution

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.

0 Likes