Neat
Hi All,
I’m not sure if this tool is already available out-of-the-box in the ArcGIS 10.5?
Thank you
Best
Jamal
Hello Michael, i'm trying to configure the Loaded.config so the tools will work with my own data but i'm not certain what i should modify, i don´t know if i have to type de FC name or the alias or how to set the edit template or if i should just delete that part... i'm new at this and could really use any documentation or some screen shots to guide me.
i'm specifically trying to get the add laterals at connections tool to work so i got as far as getting the Loaded.config open and searched for the AddLateralsLayers section, but i don't understand everything that's happening there and what i should or shouldn't modify.
i guess i don't need to say i'm new at this, so thanks for your patience and collaboration.
We recently released a JS app to preform a network trace, it includes a GP model to preform the analysis.http://solutions.arcgis.com/utilities/water/emergency-response/
We include the source code with the tool, I would suggest implementing this change in your toolset.
In the TOC turn off the selection for the fittings.
The issues is a data issue. If you scroll to the right, you will see that the water main is Capped. This means no water is entering the main, means no pressure, means no reason to turn the valve since no pressure is coming is coming from that side. The tools checks each valve and makes sure it is feed by a source(it will not trace through other valves returned by the trace).
1. Make sure that valve is connected to the geometric network. Start editing, select it and move it, does the network move with it. Also is the valve operable?2: Remove fittings<add key="TraceIsolation_Valve_FeatureLayer" value="Valves" />3: Add a field to your valve layer and your source layer called Operable. Apply the dmBooleanYesNo No(0)/Yes(1) domain to those fields and calculate all your sources and valves as operable.<add key="TraceIsolation_Operable_Field_Valves" value="Operable" /><add key="TraceIsolation_Operable_Field_Sources" value="Operable" /><add key="TraceIsolation_Operable_Values" value="0|1" /><add key="TraceIsolation_Valve_AddSQL" value="" />
1: Yes, make those changes. The Operable fields is a Yes No field telling the tool to use that asset or skip over it, say a valve is stuck open, you set it Operable = False or No, and it will be skipped. Create an Operable field that is a short int and apply the Yes/No Domain and set them all to Yes.2: Sorry, had a typo, the tool does NOT look at flow. From each valve, it does a trace to find connected water sources. 3: No, just enhance and make things easier.
1: Because water is a pressurized system, this tool finds all valves that lead to a water source and returns them. Just closing one valve is not going to stop flow to the break location. The tools does look at flow, just if a valve is feed water by a source. If you do not want to trace to a source, set the source as non operable.2: The tools are AddIns in ArcMap, you remove them using the Add In Manager, not windows. 3: You do not have to modify the code for the tools to work on your data. You just need to update the config file. The last tool on the infrastructure reporting toolbar will open the config file for you.4: To set flow on your water datasets, you need to define the source of flow, but even this will give you indeterminate flow(circles). You need to use the Set Flow based on Digitized direction on the Infrastructure editing toolbar. But as I explained early, this will not accurately show flow because of being pressurized.
Jamal, That is a problem with the sample data. A wNetworkStructure feature in the sample data is not properly connected. The new release of the data and tools(release just now) has this fixed. You can download the new version with the updated data or find a structure in your dataset and connect it to your network.http://www.arcgis.com/home/item.html?id=14bdfb26bc2f4e0388a633fbd0ccca02
Jamal, Please download and try this version. Make sure to uninstall the older version first.http://downloads.esri.com/blogs/waterutilities/BetaVersions/release11-1-2011.zip
Jamal, The toolbar in the video is an order version and it has changed since the filming. The tool allows you to click a location on the main and preform the trace. So select the Tool and just click on the main. If you want to return all the features as a selection set, hold the control key down when you click on the main. Where you able to get the tools to work on the sample data? Did you get an error about a source not being defined? If so, you need to connect a water source to the network(wNetworkStructure). Find one of these features and connect it to a water main with a new water main. There was a problem with the sample data that is going to be fixed in the release this week. You need to update the configuration file to allow the tool to work on your own data. If you download the most recent version from the Beta thread, there is a tool to open the configuration file you. You will need to update the Trace Isolation tags, these tags let you define the Sources of water and the Valves, as well as their fields and values that define if they are operable or non operable. I would review the overview pdfs that are also available on the beta thread.
Jamal, The tool is included in the Infrastructure Editing Template. The template include an add in that contains this functionality as well as a secondary trace, a sewer profile graph trace and much much more.You can find the released version herehttp://www.arcgis.com/home/item.html?id=14bdfb26bc2f4e0388a633fbd0ccca02And the most recent beta version herehttp://forums.arcgis.com/threads/20000-Beta-Versions?p=116013&viewfull=1#post116013
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.