|
POST
|
Cheryl In the updated documentation for the Electric Utility v3, there is a section discussing subnetwork management. This explains these codes and their use. https://solutions.arcgis.com/electric/help/electric-utility-network-foundation/design-pattern/advanced-modeling-considerations-for-electric.htm Lifecycle_Status is a domain whose codes and descriptions represent the life cycle phases of a feature and is applied at the subtype level. Each code represents one bit in base 2 binary. The Lifecycle_Status domain has a bit sequence of: Domain code (Base 10) Domain description Base 2 value 0 Unknown 000000000 1 Proposed 000000001 2 Approved 000000010 4 Under Construction 000000100 8 In Service 000001000 16 To Be Retired 000010000 32 Abandoned 000100000 64 Retired 001000000 128 Removed 010000000 256 Out of Service 100000000 The Lifecycle_Combined domain is applied at the feature class level and includes all the values in the Lifecycle_Status domain, along with bit combinations. The following example shows bit addition which are used in the trace framework and subnetwork definition. This is just a subset of values in the domain and does not include every value. Domain code (Base 10) Domain description Base 2 value 0 Unknown 000 1 Proposed 001 2 Approved 010 3 Proposed and Approved 001 + 010 = 011 4 Under Construction 100 6 Approved and Under Construction 010 + 100 = 110 Network attributes use the Lifecycle_Combined domain assigned at the feature class level to present valid options in a trace or subnetwork definition. The subnetwork definition has bitwise operators that can leverage the addition of bits. For example, the domain value 3—Proposed and Approved, is the addition of two domains, 1—Proposed and 2—Approved. Hopefully this helps.
... View more
08-08-2019
02:42 PM
|
1
|
3
|
4805
|
|
POST
|
Hussein, When did patch one get released (pro 2.4.1)? Or when is this planned to be available?
... View more
08-04-2019
02:37 PM
|
0
|
0
|
1258
|
|
POST
|
Thanks Paul. You stated the "the default dirty area size ...". Does this mean there is a configuration somewhere that can be updated?
... View more
07-15-2019
08:18 PM
|
1
|
8
|
4383
|
|
POST
|
From the images relating to the Utility Network - Dirty Area of point features, what unit of measure is used with the buffer distance to create the polygons? It appears the buffer distance is always 0.5 so the diameter/perimeter distance is 1 and the unit of measure is based on the reference coordinate system of the utility network service/datasource. In the Naperville Demo data, the reference coordinate system of the data/service is projected of feet (NAD 1983 StatePlane Illinois East FIPS 1201) and the resulting dirty area is 1ft perimeter. We have developed a PoC with data in Geocentric Datum Australia 2020 (GDA2020) which is geographic in decimal degrees. 1degree in distance is approx. 101-111km depending if relates to Latitude or Longitude. As you can see, the perimeter distance is approx. 100-110kms which is a consistent methodology to the 1feet example with the Naperville data. Also, can it be confirmed this resulting buffer is passed to a minimum bounding box function to produce the rectangle as the buffer on points creates circles? Paul LeBlanc is this related to the projection issue mentioned in Applying WaterDistribution_AssetPackage fails or related to Apply Asset Package error - Get attribute metersPerUnit does not exist
... View more
07-15-2019
06:12 PM
|
1
|
14
|
6638
|
|
POST
|
Thanks Rushi. This is still not clear. As you mentioned and indicated in the table there appears to be a version dependency, yet the dot points above the table are contradictory.
... View more
07-14-2019
02:28 PM
|
0
|
0
|
1907
|
|
POST
|
We have recently built a PoC environment of pro2.4/10.7.1/UN v3.1, yet still have a pro2.3/10.6.1/v2.0.1 environment available. After ensuring I am pointed to the correct portal, I have tried to open one of the pro2.3/v2.0.1 project files on pro 2.4 and cannot see the details of the Utility Network properties, and therefore UN functions fail. (ie validate topology states the service is not enabled) The dark theme is viewing on pro 2.4, while the light theme is pro 2.3 for the same map and portal, etc. The same issue occurred when adding the raw v2.3 service to a new map in pro 2.4. is there a compatibility link between pro2.4 and UN v3; and pro2.3 and UN v2?
... View more
07-09-2019
06:25 PM
|
0
|
2
|
2112
|
|
POST
|
Thanks John. I understand this. The issue is the data appears to be migrated incorrectly with the domain codes in the dataset creating errors as the validation is for the domain description. There are other examples such as switch status' have the value 2 presented to the user, causing this to be an error as the domain description being validated is open or closed.
... View more
07-08-2019
01:52 PM
|
0
|
0
|
1125
|
|
POST
|
Looking in the new UNM3.0 and 3.1 asset package models, it appears the some of the domain datasets have the domain code and descriptions swapped. This causes the demo data to error. Is this an error in the asset package?
... View more
07-07-2019
08:25 PM
|
0
|
2
|
1222
|
|
POST
|
Another example that needs clarity. What is the need for individual taps for a 3ph to 3ph connection? Could this be solved with a single tap?
... View more
07-01-2019
06:01 PM
|
1
|
0
|
1979
|
|
POST
|
The website (https://solutions.arcgis.com/electric/help/electric-utility-network-configuration/use/what-is-the-data-model.htm) there used to be a ER style diagram of the data model is now blank. Where can this diagram now be sourced to view the existing/new relationships to the Structure & Electric feature classes and the new related tables? Thanks
... View more
07-01-2019
03:43 PM
|
0
|
0
|
976
|
|
POST
|
Hi there, Is there any documentation/models on the fundamentals? I’m struggling to see these. The models at the moment I’m looking for relate to Taps - Is a tap required per phase/neutral or a single tap with a phase attribute. Having a tap per phase seems a bit excessive and it clutters the network. As described in the story map image, the line is a 3ph line. Why is there a need for 3 taps? If only for the 3 individual fuses these could be modelled as a single object with attributes to indicate 3ph. Crossarms - With the new related table, how do you model crossarms related to structure junctions (eg. Poles) and more importantly relate them to the line? The main sequence of relationships is electric line supported by a crossarm which is supported/structural attachment to the pole. This type of relationships is required to be used by interfaces to EAM systems. Also, how to model crossarm relationships to other features (eg. EDO fuse mounted on it) Are there any restrictions on the amount and types of relationships between features? Can a record in a related table be part of containment (eg. A crossarm part of a pole mounted substation)? Thanks
... View more
07-01-2019
03:40 PM
|
3
|
5
|
2461
|
|
POST
|
Paul I have been trying to build a model using GDA2020/AHD, using the naperville datamodel with ST for Australia. I had been able to build a blank database using pro2.3.1 and untools 2.3.1. I tried to build another database under the same approach (GDA2020/AHD naperville DM) this time with Pro 2.3.3/untools 2.3.1, loading a single feature from our dataset (a single feature as we have had issues when turning on topology with >10000 features - conversation for another day). This failed in the same location as others have had - invalid arcade expression. 2019-06-20 09:41:46 Start Time: Thursday, 20 June 2019 9:41:45 AM Succeeded at Thursday, 20 June 2019 9:41:46 AM (Elapsed Time: 0.06 seconds) 2019-06-20 09:41:46 ImportAttributeRules (15/16) 2019-06-20 09:41:46 ...ImportAttributeRules (84/32) 2019-06-20 09:43:25 Start Time: Thursday, 20 June 2019 9:42:20 AM Succeeded at Thursday, 20 June 2019 9:43:11 AM (Elapsed Time: 50.95 seconds) 2019-06-20 09:43:25 ...ImportAttributeRules (85/32) 2019-06-20 09:45:09 Start Time: Thursday, 20 June 2019 9:44:04 AM Succeeded at Thursday, 20 June 2019 9:44:54 AM (Elapsed Time: 50.00 seconds) 2019-06-20 09:45:09 ...ImportAttributeRules (86/32) 2019-06-20 09:46:55 Start Time: Thursday, 20 June 2019 9:45:48 AM Succeeded at Thursday, 20 June 2019 9:46:40 AM (Elapsed Time: 52.19 seconds) 2019-06-20 09:46:55 ...ImportAttributeRules (87/32) 2019-06-20 09:47:55 ERROR 002717: Invalid Arcade expression, SCRIPTEXPRESSION (row 2) Failed to execute (ImportAttributeRules). Failed to execute (AssetPackageToUtilityNetwork). Do you have any ideas on how to get around this issue? I am also interested in understanding more on "It is specific to that coordinate system (among others) and not having data". What coordinate systems are impacted and why is there an impact? Thanks Damien Edit: This failed with the same message without data on Pro2.3.3/untools 2.3.1
... View more
06-19-2019
05:02 PM
|
0
|
0
|
617
|
|
POST
|
I have just upgraded my PC from win7 to win10 and have installed arcpro 2.3.3. When trying to open my project that was created on win7 using pro2.3.1 I am now receiving an error. Update: Using an admin profile I have no issues. Is there a certain permission that needs to be applied in windows 10?
... View more
06-10-2019
03:22 PM
|
0
|
0
|
643
|
|
POST
|
Vish, I would talk to your esri inc partner. I heard they may have discovered a bug in the tracing tool that was failing to trace cascading feeders in the same tier. It sounds like you wouldn't be able to trace NMI-TNI without defining a bunch of tiers. I have also heard that a future release will combine to a single domain tier.
... View more
05-26-2019
06:57 PM
|
0
|
0
|
1601
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-23-2026 01:39 PM | |
| 2 | 02-05-2026 04:30 PM | |
| 3 | 01-27-2026 12:40 PM | |
| 1 | 02-27-2025 12:16 PM | |
| 1 | 11-20-2024 03:10 PM |
| Online Status |
Offline
|
| Date Last Visited |
03-22-2026
01:43 PM
|