question

Ashish avatar image
0 Likes"
Ashish asked Ashish commented

Priority to the network node path

Hi Team,

In the model attached I want to give the priority for the path1. So if there is any AGV moving on path one, the other truck on path2, path3 and path4 should wait.

I tried this with the help of traffic controller using Untimed Traffic Modes. But was not able to control the movement. I tried using multiple traffic controllers but still was not able to give the priority to path1.NetworkNode_MutipleTC_1.fsm

So please help me with this or suggest some alternate option to give priority to the path.

Thank you

NetworkNode_Nonpassing_1.fsm

@Jason Lightfoot @Felix Möhlmann



FlexSim 24.1.0
network nodestraffic controlcollision avoidance
· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Ashish commented

If the trucks can move in parallel then it's essentially a question of enforcing a FIFO rule for entering the intersection, so any trucks wait after the AGV has arrived at the intersection.

My idea would be to enforce this through a zone in Process Flow. The zone has a subset called "Limit". It has a calculation called "TotalWeight" that sums up the "Weight" labels of all tokens in the subset. A subset constraints limits this sum to 1. A token belonging to the AGV has a value of 3, those belonging to trucks of 1. This means that while up to 3 trucks can enter in parallel, the AGV token must be alone in the zone in order to be allowed to enter.

Using the "Enforce Queue Order" option of the zone, whenever an AGV token wants to enter the zone, any subsequent tokens will wait for it.

Note that in order to allow the easy of the Event-Triggered Source and the Wait for Event activity, I switched some connection ranks of the paths, so driving into the intersection is always the first path from a node ("To Edge" = 1 in those activities).

networknode-nonpassing-1_1.fsm


· 21
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.