<?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 Calculate field during downstream trace-utility network in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/calculate-field-during-downstream-trace-utility/m-p/1565955#M4645</link>
    <description>&lt;P&gt;Is there a way to calculate fields during a downstream trace?&lt;BR /&gt;I start with an original value that is a flow value. I would like to substract device field values (heat demand) from that original flow value - and update edge fields with this new value-when the trace meets a device storing that value. The flow value will get smaller and smaller down the trace, as it passes the devices, and will be applied to edges down the trace (to simulate a diminishing flow). Can I somehow use propagator for that or is there another way?&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Dec 2024 11:47:05 GMT</pubDate>
    <dc:creator>MajbritBilyk</dc:creator>
    <dc:date>2024-12-07T11:47:05Z</dc:date>
    <item>
      <title>Calculate field during downstream trace-utility network</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/calculate-field-during-downstream-trace-utility/m-p/1565955#M4645</link>
      <description>&lt;P&gt;Is there a way to calculate fields during a downstream trace?&lt;BR /&gt;I start with an original value that is a flow value. I would like to substract device field values (heat demand) from that original flow value - and update edge fields with this new value-when the trace meets a device storing that value. The flow value will get smaller and smaller down the trace, as it passes the devices, and will be applied to edges down the trace (to simulate a diminishing flow). Can I somehow use propagator for that or is there another way?&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Dec 2024 11:47:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/calculate-field-during-downstream-trace-utility/m-p/1565955#M4645</guid>
      <dc:creator>MajbritBilyk</dc:creator>
      <dc:date>2024-12-07T11:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate field during downstream trace-utility network</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/calculate-field-during-downstream-trace-utility/m-p/1565968#M4646</link>
      <description>&lt;P&gt;Propagation will not work for this workflow.&amp;nbsp; You could use Functions in a trace.&amp;nbsp; The field you would use would need to be a network attribute.&amp;nbsp; Then you could use a trace to subtract the fields value.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Dec 2024 15:55:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/calculate-field-during-downstream-trace-utility/m-p/1565968#M4646</guid>
      <dc:creator>JohnAlsup</dc:creator>
      <dc:date>2024-12-07T15:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate field during downstream trace-utility network</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/calculate-field-during-downstream-trace-utility/m-p/1565970#M4647</link>
      <description>&lt;P&gt;Thanks, but I can't see how I should set it up!? How can it in just one trace:&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 ) populate original flow value for the first edges before the trace meets a device.&lt;BR /&gt;2) when meeting a device substract the value of the device from the flow value and update the next edges downstream with the new lesser flow until meeting the next device&lt;/P&gt;&lt;P&gt;3) keep doing that and update alle the edges downstream it with smaller and smaller flow values&lt;/P&gt;&lt;P&gt;I cant see how I can do it!? can it be done in 1 trace, and if so, how - should i use a script?&lt;/P&gt;&lt;P&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Dec 2024 16:18:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/calculate-field-during-downstream-trace-utility/m-p/1565970#M4647</guid>
      <dc:creator>MajbritBilyk</dc:creator>
      <dc:date>2024-12-07T16:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate field during downstream trace-utility network</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/calculate-field-during-downstream-trace-utility/m-p/1566039#M4650</link>
      <description>&lt;P&gt;I guess you have three options to accomplish this.&lt;/P&gt;
&lt;P&gt;1) Use multiple traces, each trace stopping at locations where flow need a value set.&amp;nbsp; This would not be a fast solution!&lt;/P&gt;
&lt;P&gt;2) Use a single trace and export the subnetwork connectivity to a json and then read the json, traversing the connectivity and calculating the value.&amp;nbsp; You could do this in python.&lt;/P&gt;
&lt;P&gt;3) Write a tool in Enterprise SDK (SOI probably) that performance a trace.&amp;nbsp; Try using the&amp;nbsp;IUNTraceResults4.TraceResultPaths property to walk the connectivity.&amp;nbsp; I have not tried this, but will soon.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2024 11:42:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/calculate-field-during-downstream-trace-utility/m-p/1566039#M4650</guid>
      <dc:creator>JohnAlsup</dc:creator>
      <dc:date>2024-12-08T11:42:05Z</dc:date>
    </item>
  </channel>
</rss>

