|
POST
|
Every network allows you to specify the conditions under which network features will energize. You can find these on the network properties for the layer under Electric Distribution Network > Tiers > Tier Name (in your case Electric Distribution) then look in the Trace Configuration Column (you'll need to scroll to the bottom and scroll to the right). The conditions vary but for the 2.0 model you should see that tracing will stop on open devices, lifecycle status not 'in service' and at grounding points (or something similar).
... View more
10-09-2018
12:57 PM
|
1
|
0
|
1247
|
|
POST
|
I've run into strange behavior like this occasionally, one of the things I do as habit now is whenever I'm standing up an environment I always bounce Pro after staging the utility network and once against after applying the asset package.
... View more
10-09-2018
12:04 PM
|
0
|
0
|
712
|
|
POST
|
Can you post a screenshot of where the update stops in the circuit? The most likely causes are things like not setting a terminal connection or accidentally setting a value on a feature that stops tracing (i.e. setting a device to be open or a junction/device/line to not be in service).
... View more
10-09-2018
12:02 PM
|
0
|
2
|
1247
|
|
POST
|
My guess is that this was done to support creating isolation zones. With a little bit of geoprocessing you should be able to automatically calculate terminal assignments for each of your devices (if you're going to be at GeoConX I can walk you through the process I've developed for this). But why do we need to have terminals to support isolation zones? Because isolation zones are subnetworks, subnetworks are defined by one or more subnetwork controllers (emergency shutdown valves), and each subnetwork controller has to specify which of its terminals is associated with the subnetwork. But why? Because each side of the valve is going to be a different isolation zone and we need a way to identify which zone is associated with each side of the valve.
... View more
10-04-2018
10:10 AM
|
1
|
0
|
1012
|
|
POST
|
I wrote a blog post that walks you through getting a sequence and attribute rule up and running ( Configurable Facility ID Creation Using the Utility Network | POWER Engineers ). So in your case you'd create a database sequence call something like "sequence_foo" and set the sequence start id to 2705, then you'd set up an attribute rule on your project table on create so that new features get their project number set using the next value in "sequence_foo". Let me know if I missed the mark on your question or if you want any more details. Good luck!
... View more
08-31-2018
11:21 AM
|
4
|
5
|
4696
|
|
POST
|
If you had a way to match up your non-spatial table with a spatial source you could use geoprocessing tools to achieve this, but if that line you're trying to create is the one that was deleted out of SDE than you may be out of luck there. If you were just trying to get the geometries for one or two features you may be able to go back to source drawings for the area or infer its shape based off of some stationing or linear referencing system (if you have one), but all of these approaches can be fairly difficult.
... View more
08-24-2018
06:20 AM
|
0
|
0
|
845
|
|
POST
|
I've included a copy of the service definition and the ArcGIS Pro Web Map definition. I thought about including the web map definition from a map created in ArcGIS Enterprise, but it behaves exactly as you described 😃
... View more
08-23-2018
11:32 AM
|
0
|
1
|
966
|
|
POST
|
Michael, I just revisited this and @ 10.6.1 with ArcGIS Pro 2.2.1 I lose domains and subtype descriptions in my map document definition in a shared web map even if I symbolize using only the subtype field. If I look at the map definition I can see that the domains element is blank (even though the field has domains) and even though the type has an id its still unrecognized as a subtype by the map (I wouldn't the order would matter, but the id is typically at the beginning of the json element but for a pro web map its located at the end). "types": [ { "name": "Anode", "domains": { }, "templates": [ { "name": "Anode", "prototype": { "attributes": { "assetgroup": 15, "assettype": 0, "rotation": 0, "insulatordevice": 0, "ownedby": 1, "cpsubnetworkname": "Unknown", "depth": 0, "terminalconfiguration": "Default", "devicestatus": 1, "accessible": 1, "maintby": 1, "lifecyclestatus": 3 } }, "drawingTool": "esriFeatureEditToolPoint" } ], "id": 15 },
... View more
08-23-2018
06:03 AM
|
0
|
3
|
967
|
|
POST
|
This still sounds like a bug. Just because I'm symbolizing off of something other than the subtype field doesn't mean that I should lost all of my domain and subtype information. The other thing is that if I author a web map using Portal or AGOL I won't lost all the subtype and domain information. Using AGOL or Portal to author all my web maps isn't a good workaround at this point because I have hundreds of customer symbols across half a dozen styles that I need to use in my map and there's no way for me to load a custom style into my ArcGIS Enterprise site (unless its a style for 3d points).
... View more
08-22-2018
05:22 AM
|
0
|
0
|
3646
|
|
POST
|
Jimmy, I've run into this issue with the UN extension with a slightly different case (for which there is a bug that is logged). You can also replicate this behavior my sharing a web map authored in ArcGIS Pro (take a fully functional layer like the one you've published it, pull it into pro, share the web map, now that map is broken). My way around this is to publish my initial feature service just using the asset group field, since I usually need to apply additional configuration (definition queries, additional symbology, etc) in a web map to make use of the data. Because of the previous point I'm left authoring maps in Portal / AGOL until they resolve the bug.
... View more
08-13-2018
03:08 PM
|
2
|
0
|
3646
|
|
POST
|
For medium and large sized utilities a lot of this detail is stored and maintained inside external asset management systems (Cityworks, SAP, Maximo, and WAM are the ones I've seen the most). Related data you're going to be using in things like collector is going to be captured in related tables (the example packages have inspections done this way). Other misc related data can be stored in flat tables and then either related or joined to the source data as needed. I wouldn't recommend having these joins and relates in your day-to-day editing displays since they'll impact performance, but having specific views that pull in several aspects of this data at a time is pretty typical.
... View more
07-30-2018
05:26 PM
|
1
|
0
|
787
|
|
POST
|
I'd recommend take a look at the different types of input connectors ( Input connectors—Real-time Data Feeds and Sensors (10.6) | ArcGIS Enterprise ) that GeoEvent server offers. These can allow you to pull data from other systems using flat files, web calls, and many other methods. It sounds like you're trying to extract information from some kind of SCADA system, depending on the software being used to store the data you may be able to use certain apis or products to accomplish this. As an example, if the data is being stored in OSIsoft's PI Historian, they have a product that allows you to publish real time feature layers from your SCADA data that can be read directly by the GIS.
... View more
07-28-2018
04:41 AM
|
1
|
0
|
975
|
|
POST
|
When you first apply the asset package it should also create all of database sequences, even if you don't load the data. I'd recommend you either run the database sequence tool ( Create Database Sequence—Data Management toolbox | ArcGIS Desktop ) and create the "WaterDevice_10_seq" that this expression is expecting. If that doesn't work you can always identify and disable any attribute rules that are making calls to database sequences using the disable attribute rules tool ( Disable Attribute Rules—Data Management toolbox | ArcGIS Desktop ). Hope that help!
... View more
07-28-2018
04:32 AM
|
0
|
0
|
1006
|
|
POST
|
Kylie - I'll be attending the Esri UC if you want to have a follow up conversation about this. My area of interest is in the Utility space where we're dealing with the constraints imposed by Branch versioning feature services. In terms of editing, one of the biggest constraints around this is that any versions (and therefore edits) created against a given feature service can only be seen within that feature service. So if I set up a separate feature service for Collector (or web editors) that only exposes a subset of the data to my editors, then when the data is being reviewed / cleaned for posting the reviewer will be limited to seeing the same amount of data. This becomes incredibly important when you have field personnel collecting a subset of required information and require back office personnel to do a lot of the heavy lifting to get the data prepared. The way I handle this right now is by just using client side configuration to use settings on the layers (definition queries, field visibility, field highlighting, etc) to control these behavior. The challenge with the client-side constraints is that they are easily bypassed by advanced or malicious users. By enforcing these constraints at a service level I am able to safeguard against this.
... View more
06-13-2018
01:51 PM
|
0
|
1
|
2614
|
|
POST
|
Excellent! Since you're already using a topology builder that gets you half the way there, just find all the regulators with a pressure differential between their high side and low side and set terminals accordingly. This solution works for simple regulator stations with a single regulator, but for situations where there are multiple regulators working in parallel and/or series the logic gets increasingly complicated.
... View more
06-12-2018
06:29 AM
|
1
|
0
|
3548
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | 2 weeks ago | |
| 1 | 09-22-2025 06:57 AM | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|