Trying to run a downstream trace where the dynamic barriers are assets belong to Network Category = A. The problem is the starting point also belongs to Network Category A.
The condition barriers are evaluated on the starting point and the trace stops there.
The "ignore barriers at starting points" option only applies to barrier features that are placed before the trace.
I have also tried using the function barriers where "add" of that network category >1 then logically it should stop at the next asset belonging to said network category. This does not work because of the terminals.
Terminal 1 -> Device A1 -> Terminal 2-------------------------------------------Terminal 1 ->Device A2 -> Terminal 2
If my start point is Terminal 1 and I use "add" of that network category >1 then it stops that the same device i.e A1.
If my start point is Terminal 2 and I use "add" of that network category >1 then it produces the expected result and stops at Device A2.
how can I achieve this?