Select to view content in your preferred language

Terminal connections more than one line

924
6
Jump to solution
01-24-2024 03:03 AM
DanieleChiara
Emerging Contributor

Hi all i have a doubt:

i'm currently working with an GAS UN custom and i have defined a direction terminal with 2 terminal (Input and Output). I notice that  i can have more than one line for both Input and output. Is this the correct workflow? I initially thought that I could connect only one line to one terminal, but it seems that I might have missed some rules.

DanieleChiara_0-1706094086121.png

DanieleChiara_1-1706094191195.png

As you can see, there are no topological or subnetwork errors.

Thanks

0 Kudos
1 Solution

Accepted Solutions
MikeMillerGIS
Esri Frequent Contributor

This is allowed, nothing restricts the cardinality.

View solution in original post

6 Replies
gpgisandsky
Regular Contributor

Hi @MikeMillerGIS may you clarify is this type of editing is correct or it is a bug?

0 Kudos
MikeMillerGIS
Esri Frequent Contributor

This is allowed, nothing restricts the cardinality.

gpgisandsky
Regular Contributor

thank you Mike

0 Kudos
DanieleChiara
Emerging Contributor

@MikeMillerGIS there is a way to "force" only 2 line in a certain point? not only for the terminal i mean in general. In this specific case the PT->Modify Terminal Connections geoprocessing don't connect in the right way the line if the rule are not restrictive (if one point can connect in any terminal the tool don't follow the direction but make the connection at the first available terminal). i have to develop a custom way to connect correctly the terminal but i think can be usefull for all users that make the porting to UN.

0 Kudos
MikeMillerGIS
Esri Frequent Contributor

Without an attribute rule, no.  

We have created an auto assign terminal Attribute rule that does have this logic though.  It will not assign a terminal if it is already used - https://community.esri.com/t5/arcgis-utility-network-documents/automatic-assignment-of-from-to-termi...

 

but if there is only one rule to that terminal, then a value is not required and it will connect with no error.  

0 Kudos
DanieleChiara
Emerging Contributor

@MikeMillerGIS so for porting there is no way to force.

by the way i try your tool but it works ONLY when you have different rules for the line that can be assigned on upstream or downstream. If you have the same role for both terminals the tool assign every line on the first terminal avaliable. This is an error for common usage, in my opinion, the tool have to associate all terminal available using the roles AND the directionality. Obviusly if the flag for digitalized direction is set to true.

0 Kudos