AutoCAD Plant 3D Forum
Welcome to Autodesk’s AutoCAD Plant 3D Forums. Share your knowledge, ask questions, and explore popular AutoCAD Plant 3D topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Plastic Socket weld - Valve Iso dimensiopning

9 REPLIES 9
SOLVED
Reply
Message 1 of 10
MSpadaro
1184 Views, 9 Replies

Plastic Socket weld - Valve Iso dimensiopning

Spoiler
Hi,
Spoiler
I've defined some valves as PSW used together with PPL (plastic pipe). The connection setting is well defined and everythings works fine in 3D.
Spoiler
But when you generate iso the valve is not dimensioned like a normal SW component. It seems to me that this is the PSW connection in not taken into account. Any info?
Spoiler
thanks

 

9 REPLIES 9
Message 2 of 10
jabowabo
in reply to: MSpadaro

You are correct that the PSW connection is not taken into account. The dimension functions look at filters in order to place the dimensions to the appropriate objects.  By default there are no filters that have 'PSW' end-types defined so you will have to add them.  If you want the PSW valves to use the same rules as socket weld valves, you can simply add the PSW end-type to the SW valve filter.  To do so:

 

- Open the IsoConfig.xml file found in the isometric style you are using with an xml editor or Notepad.

- Find this line in the xml file:

<Filter Name="SWValve" Value="Type LIKE 'VALVE*' AND (End1='SW' OR End2='SW')" />

 - Swap it with this line:

<Filter Name="SWValve" Value="Type LIKE 'VALVE*' AND (End1='SW' OR End2='SW' OR End1='PSW' OR End2='PSW')" />

 

 

Message 3 of 10
MSpadaro
in reply to: jabowabo

HI, I tryed but it's the same as before. No dimension at PSW component

I'm using Plant 2014 Ext2

Message 4 of 10
jabowabo
in reply to: MSpadaro

I assume this is small bore.  Do you have the dimensions turned on for small bore and the anchor points enabled for socket-weld valves?

 

<AnchorPoint Name="SWValve" Enabled="true" Filter="SWValve">
                <EndPoints>
                  <EndPoint EndPointType="Center" />
                </EndPoints>
              </AnchorPoint>

 

Message 5 of 10
MSpadaro
in reply to: jabowabo

Hi, it's not small bore and anyway I set small bore coming from DN6.

in the Isoconfig file this is the Anchor section

 

              <AnchorPoint Name="SWValve" Enabled="true" Filter="SWValve">
                <EndPoints>
                  <EndPoint EndPointType="Center" />
                </EndPoints>
              </AnchorPoint>

 

and this is the filter as you told

 

    <Filter Name="SWValve" Value="Type LIKE 'VALVE*' AND (End1='SW' OR End2='SW' OR End1='PSW' OR End2='PSW')" />

 

what could it be?

thanks

Message 6 of 10
jabowabo
in reply to: MSpadaro

Do socket weld valves of the same size get dimensioned?

Message 7 of 10
MSpadaro
in reply to: jabowabo

yes, this is the point. The SW is working, whilst PSW doesn't

Message 8 of 10
jabowabo
in reply to: MSpadaro

The problem is that the isometric engine is seeing 'PSW' end types as 'GL'. I'm not sure if it's a bug or by design but I can't find where this is mapped.  To make the dimensions work you can add the following to the IsoConfig file:

 

To the anchor points add:

<AnchorPoint Name="PSWValve" Enabled="true" Filter="PSWValve">
                <EndPoints>
                  <EndPoint EndPointType="Center" />
                </EndPoints>
              </AnchorPoint>

 To the filters add:

<Filter Name="PSWValve" Value="Type LIKE 'VALVE*' AND (End1='GL' OR End2='GL')" />

 

 

Message 9 of 10
Srisurya
in reply to: jabowabo

I Do not know,how this is accepted as solution.I tried this and not working in P3D-2017.1

 

Untitled.jpg

SriSurya Rao Lankapalli
Message 10 of 10
Morpheus87
in reply to: MSpadaro

It's solved by the solution in the below link:

https://knowledge.autodesk.com/support/autocad-plant-3d/troubleshooting/caas/sfdcarticles/sfdcarticl...

 

it worked 100% for me

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost