• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD Plant 3D

    Reply
    Contributor
    Slepe
    Posts: 21
    Registered: ‎03-24-2011
    Accepted Solution

    How to get Valve tags to isometric?? Plant 3D 2012

    928 Views, 8 Replies
    01-13-2012 06:27 AM

    Hellou!

     

    From the setup I have changed Valve annotations to Text only w/leader for control valves as to Non-control valves but isometrics doesn't show valve tag numbers??

     

    I have also tried to change setup to something else with no effect.

     

    Is there some athor setup for tags what I kind locate or is there somekind bug?

    Please use plain text.
    New Member
    pipejoe
    Posts: 1
    Registered: ‎01-20-2012

    Re: How to get Valve tags to isometric?? Plant 3D 2012

    01-20-2012 03:12 AM in reply to: Slepe

    Hi.

    I have the same problem. I don't get the valve tags out onto the isometric drawing.

    Did you manage to solve the problem? If so, how?

    Joe

    Please use plain text.
    Contributor
    Slepe
    Posts: 21
    Registered: ‎03-24-2011

    Re: How to get Valve tags to isometric?? Plant 3D 2012

    01-20-2012 03:20 AM in reply to: Slepe

    I haven't yet solved this problem. Not even close

    Please use plain text.
    Employee
    karthik.nathan
    Posts: 13
    Registered: ‎09-28-2011

    Re: How to get Valve tags to isometric?? Plant 3D 2012

    01-25-2012 08:52 PM in reply to: Slepe

    Hi,

     

    I just tried it and it seems to work for me. Can you attach the PCF that is used to generate the iso and maybe i can take a look? Or, if you can open up the PCF file and search for the valve in question and make sure it has a 'TAG' attribute explicitly specified, like below ...

     

    Control Valve

     

    -karthik

    Please use plain text.
    Contributor
    Slepe
    Posts: 21
    Registered: ‎03-24-2011

    Re: How to get Valve tags to isometric?? Plant 3D 2012

    01-25-2012 09:45 PM in reply to: karthik.nathan

    All Control valves are shown but not "basic"valves. In attachments you can see the problem and PCF of the line. Valve tags in the isometric should be VS 1 301 and VS 1 300

    Please use plain text.
    Employee
    karthik.nathan
    Posts: 13
    Registered: ‎09-28-2011

    Re: How to get Valve tags to isometric?? Plant 3D 2012

    01-26-2012 03:06 AM in reply to: Slepe

    Ah ha! Thanks for PCF. I managed to figure it out. The valves without tag annotations are identified as being part of a vent/drain ... and the vent/drain theme in the iso styles by default have no tag annotations for valves. The Annotation settings dialog in Plant 3D only controls the 'Default' theme. This is unlike the Dimension settings dialog where you can change dimension settings for all themes (Default, Small bore, Vent/Drain, etc.)

     

    To get tag annotations in the vent/drain theme, you will need to go into IsoConfig.xml. Find the Themes/VentDrainPipingTheme/Annotations/AnnotationSchemes node in the xml. Under that node, add the following two lines ...

     

    <ComponentScheme Name="Tag" AnnotationStyle="WipeCircle" Grouping="true" Tag="XX" Alignment="FlatHorizontal" LeaderStyle="AsNeeded" Filter="Valve" Fields="TAG" />
    <ComponentScheme Name="InstrumentTag" AnnotationStyle="WipeCircle" Tag="XX" Alignment="FlatHorizontal" LeaderStyle="Always" Filter="Instrument" Fields="TAG" />

     

    You'll find these two lines in the 'Default' theme also (so essentially you're duplicating these in the vent/drain theme).

     

    This should start giving you tag annotations for valves and instruments that are part of vent/drain piping as well. Hope this helps :smileyhappy:

     

    -Karthik

    Please use plain text.
    Contributor
    Slepe
    Posts: 21
    Registered: ‎03-24-2011

    Re: How to get Valve tags to isometric?? Plant 3D 2012

    01-26-2012 03:43 AM in reply to: karthik.nathan

    This didn't help. I send my isoconfig.xml to here if that helps.

    Please use plain text.
    Employee
    karthik.nathan
    Posts: 13
    Registered: ‎09-28-2011

    Re: How to get Valve tags to isometric?? Plant 3D 2012

    01-26-2012 04:37 AM in reply to: Slepe

    Ah, you added those annotations to the small bore piping theme (this won't do any harm but is not needed as small-bore piping theme derives its settings from the Default theme unless an override is specified).

     

    I've edited and attached the isoconfig.xml file where i added the annotations to the vent/drain piping theme instead, which is what you need. Try it out and let me know.

     

    Thanks,

    Karthik

    Please use plain text.
    Contributor
    Slepe
    Posts: 21
    Registered: ‎03-24-2011

    Re: How to get Valve tags to isometric?? Plant 3D 2012

    01-26-2012 04:49 AM in reply to: karthik.nathan

    Yes. this worked. I putted line to wrong place. Thank you very much.

     

    Please use plain text.