<?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 Schema - Junction Boxes in Electric Questions</title>
    <link>https://community.esri.com/t5/electric-questions/utility-network-schema-junction-boxes/m-p/565570#M486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what to do with some data we collect about our junction boxes.&amp;nbsp; I can't seem to find a field/domain in the default schema.&amp;nbsp; With our junction boxes we are collecting data such as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;LoadBreak = Yes/No&lt;/LI&gt;&lt;LI&gt;PullThrough = Yes/No&lt;/LI&gt;&lt;LI&gt;J-Bars = 3Way/4Way/NA&lt;/LI&gt;&lt;LI&gt;Unibar = Yes/No&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This data is useful for our planners to know if they can tap into a J-Box.&amp;nbsp; It helps operators know if they can operate/switch at a J-Box.&amp;nbsp; Is there such a place in the default schema for this data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our Junction Boxes don't participate in the geometric network, so I'm trying to map to the StructureJunction feature class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jan 2020 23:05:25 GMT</pubDate>
    <dc:creator>EddyClark</dc:creator>
    <dc:date>2020-01-15T23:05:25Z</dc:date>
    <item>
      <title>Utility Network Schema - Junction Boxes</title>
      <link>https://community.esri.com/t5/electric-questions/utility-network-schema-junction-boxes/m-p/565570#M486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what to do with some data we collect about our junction boxes.&amp;nbsp; I can't seem to find a field/domain in the default schema.&amp;nbsp; With our junction boxes we are collecting data such as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;LoadBreak = Yes/No&lt;/LI&gt;&lt;LI&gt;PullThrough = Yes/No&lt;/LI&gt;&lt;LI&gt;J-Bars = 3Way/4Way/NA&lt;/LI&gt;&lt;LI&gt;Unibar = Yes/No&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This data is useful for our planners to know if they can tap into a J-Box.&amp;nbsp; It helps operators know if they can operate/switch at a J-Box.&amp;nbsp; Is there such a place in the default schema for this data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our Junction Boxes don't participate in the geometric network, so I'm trying to map to the StructureJunction feature class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2020 23:05:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/electric-questions/utility-network-schema-junction-boxes/m-p/565570#M486</guid>
      <dc:creator>EddyClark</dc:creator>
      <dc:date>2020-01-15T23:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Utility Network Schema - Junction Boxes</title>
      <link>https://community.esri.com/t5/electric-questions/utility-network-schema-junction-boxes/m-p/565571#M487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eddy&lt;/P&gt;&lt;P&gt;the attributes Pull Through, J-Bars and Unibar can be either added to the structurejunction class or set the alias for an existing field that is not used for junction boxes and assign a domain to it with the appropriate values.&amp;nbsp; I will be looking at adding these to our base model next week and can email you with how we will do this in the next release of the model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Break is a bit more complicated.&amp;nbsp; So, we have designed our electric data model to allow for traces that can identify load breaking equipment quickly.&amp;nbsp; For example, return the first load break devices upstream of my point/position.&amp;nbsp; We do this by assigning the "E:Load Break" network category to the specific asset types in the ElectricDevice or ElectricJunction feature classes.&amp;nbsp; Given this is a structure, that won't work.&amp;nbsp; But, if you don't care about these cabinet's being used in traces to find the closest upstream load breaking device, then you can just use an attribute.&amp;nbsp; But, if you want to find the first upstream load breaking device, we need a feature in the elecricdevice or electricjunction class.&amp;nbsp; In the Electric Model, notice that we have features that go inside the cabinet that are in the electric device class the Medium Voltage Elbow/Load Break Feed Thru,which would be like a G&amp;amp;W "Multiple Point Junction"&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://www.gwelectric.com/webfoo/wp-content/uploads/JBAR.pdf" title="https://www.gwelectric.com/webfoo/wp-content/uploads/JBAR.pdf"&gt;https://www.gwelectric.com/webfoo/wp-content/uploads/JBAR.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2020 13:49:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/electric-questions/utility-network-schema-junction-boxes/m-p/565571#M487</guid>
      <dc:creator>JohnAlsup</dc:creator>
      <dc:date>2020-01-17T13:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Utility Network Schema - Junction Boxes</title>
      <link>https://community.esri.com/t5/electric-questions/utility-network-schema-junction-boxes/m-p/565572#M488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cannot you just create a domain for them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2020 16:41:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/electric-questions/utility-network-schema-junction-boxes/m-p/565572#M488</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2020-01-27T16:41:04Z</dc:date>
    </item>
  </channel>
</rss>

