<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Utility Network Trace Configuration with cumulative lengths in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/utility-network-trace-configuration-with/m-p/1587874#M4883</link>
    <description>&lt;P&gt;I would like some support on creating a specific trace configuration. I’m looking to setup a trace that as result will display a selected HV Cable section wand the result should also display the total cable section length and cumulative lengths L1,L2,L3, L4 to each joint.&lt;/P&gt;&lt;P&gt;Then, if a barrier point for a fault location is added as well, the trace should stop there and the results should display the total cable section length up to barrier and cumulative lengths L1,L2,L3 to each joint.&lt;/P&gt;&lt;P&gt;The results aim be informative for users, rather than used in further analysis.&lt;/P&gt;&lt;P&gt;The attached diagam should provide a better understaning on what the aim of the trace would be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is much appreciated. Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IoanaMuresan_0-1740129228412.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/125941i20BBB2C5184E7C90/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IoanaMuresan_0-1740129228412.png" alt="IoanaMuresan_0-1740129228412.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2025 09:18:08 GMT</pubDate>
    <dc:creator>IoanaMuresan</dc:creator>
    <dc:date>2025-02-21T09:18:08Z</dc:date>
    <item>
      <title>Utility Network Trace Configuration with cumulative lengths</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/utility-network-trace-configuration-with/m-p/1587874#M4883</link>
      <description>&lt;P&gt;I would like some support on creating a specific trace configuration. I’m looking to setup a trace that as result will display a selected HV Cable section wand the result should also display the total cable section length and cumulative lengths L1,L2,L3, L4 to each joint.&lt;/P&gt;&lt;P&gt;Then, if a barrier point for a fault location is added as well, the trace should stop there and the results should display the total cable section length up to barrier and cumulative lengths L1,L2,L3 to each joint.&lt;/P&gt;&lt;P&gt;The results aim be informative for users, rather than used in further analysis.&lt;/P&gt;&lt;P&gt;The attached diagam should provide a better understaning on what the aim of the trace would be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is much appreciated. Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IoanaMuresan_0-1740129228412.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/125941i20BBB2C5184E7C90/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IoanaMuresan_0-1740129228412.png" alt="IoanaMuresan_0-1740129228412.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 09:18:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/utility-network-trace-configuration-with/m-p/1587874#M4883</guid>
      <dc:creator>IoanaMuresan</dc:creator>
      <dc:date>2025-02-21T09:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Utility Network Trace Configuration with cumulative lengths</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/utility-network-trace-configuration-with/m-p/1588402#M4885</link>
      <description>&lt;P&gt;It's going to be hard to achieve this via a trace configuration but could be achievable via a modelbuilder/python code solution.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The reason being you will have to do this in multiple steps and traces to compile the information you are after.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Feb 2025 23:39:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/utility-network-trace-configuration-with/m-p/1588402#M4885</guid>
      <dc:creator>gis_KIWI4</dc:creator>
      <dc:date>2025-02-23T23:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Utility Network Trace Configuration with cumulative lengths</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/utility-network-trace-configuration-with/m-p/1589501#M4893</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/595273"&gt;@gis_KIWI4&lt;/a&gt;&amp;nbsp;noted you can do this using multiple traces, but that process can be quite slow since you will have to run a trace multiple times. If you're comfortable with scripting/code and JSON, you can run a single trace to create a JSON file that you can then parse to calculate the lengths yourself. It's a bit more work, but if you find the other approach takes too much time to run this is your next best option.&lt;/P&gt;&lt;P&gt;Read this article about &lt;A href="https://community.esri.com/t5/arcgis-utility-network-documents/parsing-utility-network-json-files/ta-p/1314718/jump-to/first-unread-message" target="_blank" rel="noopener"&gt;how to parse subnetwork JSON&lt;/A&gt; files to learn more.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 15:52:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/utility-network-trace-configuration-with/m-p/1589501#M4893</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2025-02-26T15:52:39Z</dc:date>
    </item>
  </channel>
</rss>

