Cenário 3.fsmHi there,
I am trying to block a separator using close and open the output of it. The condition is that the queue which is receiving the output of this separator has a length less then 60. I.e., when the number of elements in the queue is 60 the separator should have a closed output and when the queue has less then 30 elements it should open the output again.
However, what I am seeing is that, the output is not opening even though there is less then 30 elements in the queue. What am I doing wrong?