I added the monitoring function, and using add on processes I got the model working the way I want now! Maybe you guys can give some feedback on the model and tell me if this is the best way to model this?
I only modeled one gate now, but I got some questions when scaling up for multiple gates:
When I'm trying to make a subclass of Gate 1 the processes stay in the global model. I tried to define the processes within the subclass, and use referenced property as input for the workers (like you would do normally when using sub classes?), but I think it doesn't work like this with pro