Select to view content in your preferred language

Trace - Barriers are not honored by the Trace Tool

2131
13
Jump to solution
01-15-2024 08:27 PM
gis_KIWI4
Frequent Contributor

Hi Team, 

Wondering if anyone has faced this before.
We have a Utility network service running but the trace does not seem to be honoring the barrier conditions. 

The use case is simple I want the trace to stop in 2 scenarios - Switch Status = Open OR Feature is an End-Point feature. Let's ignore the End Point for now and look at the Open Switch. 

gis_KIWI4_0-1705378564001.png

gis_KIWI4_1-1705378614702.png

gis_KIWI4_3-1705378866386.png

This is what my Trace parameters look like  - 

(I have also tried changing "Open" to 1, as that's the number in the domain but no luck) 

gis_KIWI4_4-1705378920104.png

 

Result  - 

gis_KIWI4_5-1705378946417.png

I would have expected it to stop at the switch.
Anything I might be missing here? 

 

Thanks in advance 🙂 

 

PS - I ran into this issue when creating subnetworks. Because subnetworks don't stop at these features, subnetworks with different subnetwork names overlap and the system doesn't like it. Updating the subnetwork definition with these conditions did not work so I using the Trace tool to troubleshoot. 

 

 

 

 

 

 

0 Kudos
13 Replies
JoaquinMadrid1
Regular Contributor

After you check connectivity as indicated by M. Miller, two other details come to mind:

  1. (Possibly a silly question...) Is your switch snapped between the ends of two consecutive line segments? If it is snapped midspan to a single segment it will not act as a barrier.
  2. Also, and only if your switches are configured with Terminals, make sure that the two lines converging into the switch are not connected to the same terminal. (Connected in the sense of their To or From end vertices to terminals.)
RobertKrisher
Esri Regular Contributor

@JoaquinMadrid1 Your first statement is not quite correct. If a feature is snapped midspan on a line, it will still act as a barrier from a tracing perspective (e.g. features on the other side of the barrier will not be included). However, visually it will still include the line where the tracing stopped because the first section is included in the trace and the second section isn't, but we can only select the whole line.

0 Kudos
JoaquinMadrid1
Regular Contributor

Thank you Robert... You are absolutely right. I'm glad you pointed that out.

0 Kudos
gis_KIWI4
Frequent Contributor

Thanks @JoaquinMadrid1 , 
I agree with what you have said before. We took the time to evaluate the asset tpes that should have terminals and which shouldn't. 
Essentially anything could be subnetwork controller (Circuit Breakers, Transformers, etc )gets configured with terminals. We modelled switches with terminals because we were advised that integrating without future ADMS would be easier. Similar to your observation, we decided to configure fuses, LV services, connection points without and Terminals. 

Reading this answer has supported our thinking. Thanks for your input 🙂 

0 Kudos