Wait trigger

Hi
I am new to visual components , and I am trying to find a way to trigger a process only when there is a certain amount of product in a rack . and only then it can transport it to another transport node.

Thanks in advance

You could use GetProperty in a process and for example Statistics’ PartsCurrent. Then set WaitPropertyCondition according to your need. If you use Statistics properties take into account the Statistics Interval.

Hi
Thank you for answering. I added the WaitPropertyCondition and GetProperty but it just skips the process now and it goes to the next process right away. Would you know why?