traffic sample.fsmI have a small sample model where I have 5 aisle from where operators want to merge on a common highway. On arriving at the last network node of the aisle (which is the network node that connects the aisle to highway node in front of it), I want operators to stop and check for any ongoing highway traffic before they merge to highway (the highway section to the left and right of the aisle should be clear in order to merge safely). Once that highway section is clear, the operator can exit the aisle and merge to highway. I tried to do this using traffic control but it doesn't seem to work the way I want it. Maybe untimed traffic control mode can help? Another way could be using on arrival triggers of aisle end node.
(The reason why traffic control method failed for me is because in my actual model, I have way more aisles and operators and at some point, I run into deadlock situation between two operators controlled by traffic controller)