How to get the connected piping annotations?

How to get the connected piping annotations?

85180200
Advocate Advocate
1,066 Views
2 Replies
Message 1 of 3

How to get the connected piping annotations?

85180200
Advocate
Advocate

HELLO,how to get the model property of the connected pipline?

I want to redefine the linenumber in the iso drawing. for example: 

this is my linenumber format:

85180200_3-1637820883289.png

but in iso i want to delete the insulation type and thickness.

so I edited the iso.atr,and the config files like this:

ATTRIBUTES
Attribute1 P3dLineGroup.Service
Attribute2 General.Project_Number
Attribute3 P3dLineGroup.Tag
Attribute4 P3dLineGroup.NominalSize
Attribute5 P3dLineGroup.NominalSpec
PIPELINE-Number P3dLineGroup.Number
PIPELINE-Service P3dLineGroup.Service

 

<EndConnectionScheme Name="EndConnectionsEquipment" AnnotationStyle="Standard" Format="CONNECTED TO\P{0}\P{1}" Enabled="true" LeaderStyle="AlwaysCorner" DefaultsOverride="true" Filter="EndConnectionsEquipment" Fields="CONNECTION-REFERENCE CO-ORDS" />
<EndConnectionScheme Name="EndConnectionsPipe" AnnotationStyle="Standard" Format="CONT'D ON\P{0}\P{1}-{2}-{3}-{4}\P{5}" LeaderStyle="AlwaysCorner" DefaultsOverride="true" Filter="EndConnectionsPipe" Fields="PIPELINE-REFERENCE PIPELINE-Service PIPELINE-Number Size PIPING-SPEC CO-ORDS" />
<EndConnectionScheme Name="EndConnectionsOpen" AnnotationStyle="Standard" Format="OPEN END\P{0}" LeaderStyle="AlwaysCorner" Filter="EndConnectonsOpen" Fields="CO-ORDS" />
<EndConnectionScheme Name="EndConnectionsClose" AnnotationStyle="Standard" Format="CLOSED\P{0}" LeaderStyle="AlwaysCorner" Filter="EndConnectionsClosed" Fields="CO-ORDS" />
<EndConnectionScheme Name="EndConnectionsVent" AnnotationStyle="Standard" Format="VENT\P" Enabled="false" LeaderStyle="AlwaysCorner" Filter="EndConnectionsVent" Fields="" />
<EndConnectionScheme Name="EndConnectionsDrain" AnnotationStyle="Standard" Format="DRAIN\P" Enabled="true" LeaderStyle="AlwaysCorner" Filter="EndConnectionsDrain" Fields="" />
<EndConnectionScheme Name="EndConnectionsTo" AnnotationStyle="Standard" Format="CONT'D ON\PDWG# \P{0}\P{1}" LeaderStyle="AlwaysCorner" Filter="EndConnectionsToRefNotNull" Fields="REFERENCE-TO CO-ORDS" />
<EndConnectionScheme Name="EndConnectionsFrom" AnnotationStyle="Standard" Format="CONT'D FROM\P{1}-{2}-{3}-{4}\P{5}" LeaderStyle="AlwaysCorner" DefaultsOverride="true" Filter="EndConnectionsPipe" Fields="PIPELINE-REFERENCE PIPELINE-Service PIPELINE-Number Size PIPING-SPEC CO-ORDS" />

but the annotation of the connected pipe wasn't right,when we use "CONNECTION-REFERENCE" the line number was right .i doubt the  "PIPELINE-REFERENCE PIPELINE-Service PIPELINE-Number Size PIPING-SPEC" are all for the master pipe not for the connected one, so what should i do ?thank you very much!

in this example: the model property for the master pipe is ALL(service)-23(number)-N(insulation type)-0(insulation thickness), the connected pipe is ALL(service)-03(number)-N(insulation type)-0(insulation thickness).but I don't need the  whole CONNECTION-REFERENCE but the annotations i defined.So how to get the model property of the connected pipes ?

85180200_1-1637819012790.png

 

0 Likes
1,067 Views
2 Replies
Replies (2)
Message 2 of 3

Vicky.Wu
Autodesk
Autodesk

Hi,

No need change in isoConfig.xml, you can keep it is.

<EndConnectionScheme Name="EndConnectionsPipe" AnnotationStyle="Standard" Format="CONT'D ON\P{0}\P{1}" LeaderStyle="AlwaysCorner" DefaultsOverride="true" Filter="EndConnectionsPipe" Fields="PIPELINE-REFERENCE CO-ORDS" />

  • What you might change is ClientConfig.isf file.

 

<ConnectionsTexts>
<ConnectionText>
<ShowCoordsName>ContinuationOnPipeLines</ShowCoordsName>
<PropertyFields>
<string>PipeRunComponent.Service</string>
<string>P3dLineGroup.Number</string>
<string>PipeRunComponent.InsulationType</string>
<string>PipeRunComponent.InsulationThickness</string>
</PropertyFields>
<Format>{0}-{1}-{2}-{3}</Format>
</ConnectionText>
</ConnectionsTexts>

 

Here is what i get the iso in 2022 release.

VickyWu_0-1637828377647.png

 

Vicky
Autodesk Plant Solutions
Message 3 of 3

85180200
Advocate
Advocate

谢谢VICKY 小姐姐,我想问一下 这个文件能直接被别的文件替换吗 ?这下面的内容是从哪里来的呀?

0 Likes