Counting components to trigger collection

How could i model this conveyor sensor to count the products which fall into the container below, to trigger a human to come and move the container to a different process after a fixed amount have entered eg 200?

This isn’t a difficult task, there are many methods. For a quick start method, it is to use the process module to loop signal events, and when it reaches 200 times, trigger the worker to work.

3 Likes