Hello everyone!
In this model, I am limiting truck access to loading docks, using an expression when pulling from the list. The idea is to limit a maximum of two docks for type 3 trucks.
This limitation is in an expression called "belowLimit", in the list Docks_F1 and Docks_F2.
But when I run the model, on the first access to the zones, two tokens can enter the zone and use the docks, but after that only 1 token can enter at a time. I don't know if the problem is related to the unloading process, which occurs through a subflow, which "explodes" the number of tokens allowed.
I would like some help to solve this problem
Thank you!