Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
  • Welcome
  • Products
  • Support
  • About
  • More
  • Cancel
AutoPLANT | OpenPlant | PlantWise
  • Product Communities
  • More
AutoPLANT | OpenPlant | PlantWise
AutoPLANT | OpenPlant | PlantWise Wiki How To Modify Valve Tag
    • Sign in
    • -AutoPLANT | Bentley Raceway and Cable Management | OpenPlant | PlantWise Wiki
      • -OpenPlant
        • +CONNECT Services - OpenPlant
        • +Example Configuration - CONNECT Edition
        • +Installations - OpenPlant CONNECT Edition Applications
        • +OpenPlant Download Links & Videos
        • OpenPlant Product Compatibility
        • +OpenPlant Modeler CONNECT
        • +OpenPlant PID CONNECT
        • +OpenPlant Isometrics Manager CONNECT
        • +OpenPlant Orthographics Manager CONNECT
        • +OpenPlant Support Engineering CONNECT
        • +OpenPlant Project Administrator CONNECT
        • +OpenPlant CONNECT Edition-PlantSight Integration
        • +OpenPlant Modeler v8i
        • -OpenPlant Isometrics Manager v8i
          • -OpenPlant Isometrics Manager for OpenPlant
            • Installation/Upgradation Steps for OpenPlant Isometrics Manager
            • +Errors, Logs, Messages, Crashes - OpenPlant Isometrics Manager
            • +Open/Save - OpenPlant Isometrics Manager
            • +Processing - OpenPlant Isometrics Manager
            • -Settings/Attributes - OpenPlant Isometrics Manager
              • +Configuring the BOM and Reports
              • +DBQuery : usage, logging, debugging
              • +Grid Lines - OpenPlant Isometrics Manager
              • Connectivity Information Lost in Isometric After Detaching/Attaching Reference Model
              • How To Add Detail Sketches in OpenPlant Isometrics Manager Using OpenPlant Modeler
              • How to Add NEW Schema Field to Component for Custom Tagging in OpenPlant Isometrics Manager
              • How to Adjust Imperial Accuracy in OpenPlant Isometrics Manager
              • How to Assign FieldFit Weld Allowances or Other Weld Types for BOM & Cut List in OpenPlant Isometrics Manager
              • How to Change Numbering Sequences For Spools, Welds & CUTID
              • How to Control Socket Weld Symbols in OpenPlant Isometrics Manager
              • How to Define Existing lines in OpenPlant Isometrics Manager
              • How to Delete Levels and Create Custom Level List in OPIM Seed File
              • How To Display Co-ordinates Using Multipliers
              • How to Display Nozzle Rating and Facing Information on Connection & Continuation in OpenPlant Isometrics Manager
              • How To Display Pipe Length using Multipliers
              • How To Feature Microstation Tags And AutoCAD Attributes
              • How to Format Data in Fractions Listed Under Drawing Tag Data
              • How to Get Exclusive Support PARTID Report with Prefix
              • How to Hide Sizes Of Bolts in Bill Of Material
              • How To Modify Valve Tag
              • How to Obtain Different Descriptions for Trimmed Elbow in OpenPlant Isometrics Manager BOM
              • How to Remove Information from Isometric Output
              • How to Rotate Support Symbols in OpenPlant Isometrics Manager
              • How to Round Off Values After Decimal For Support Co-ordinates
              • How to Split the Components on Different Description and to Avail Different PartID in BOM
              • Managing Isometrics Styles
              • +Modifying Dimensions
              • +Modifying Symbols in OpenPlant Isometrics Manager
              • +Modifying Text and Annotation Settings
              • +Modifying the Isometric Content
              • +Setting File Type (DGN or DWG) and Paper Setting
              • To Specify Various Imperial Value Output Type in OpenPlant Isometrics Manager
              • To Concatenate Length Property in Description Field for BOM
              • To Define Symbology for Multiple Component State in OpenPlant Isometrics Manager
              • To Display Handwheel Orientation For GearBox Operator in OpenPlant Isometrics Manager
              • To Display Multiple Rows for Notes as Labels
              • To Display New Property in Description Field For BOM in OpenPlant Isometrics Manager
              • To Display Right Angle Operator Direction with Spindle in OpenPlant Isometrics Manager
              • To Display Support Orientation in OpenPlant Isometrics Manager
              • Additional 3D.DWG file Created in OpenPlant Isometrics Manager
              • How to insert spaces between PARTID labels in OpenPlant Isometrics Manager
          • +OpenPlant Isometrics Manager for AutoPLANT
          • +Release Notes - OpenPlant Isometrics Manager
          • OpenPlant Isometrics Manager [FAQ]
        • +OpenPlant Project Administrator v8i
        • +OpenPlant PID v8i
        • +OpenPlant Orthographics Manager v8i
        • +OpenPlant Support Engineering v8i
        • +OpenPlant ModelServer v8i
        • +OpenPlant Reporting v8i
        • How to Connect with Bentley Technical Support Team using Microsoft Teams
        • How to Connect with Bentley Technical Support Team using Microsoft Teams via Browser
      • +Bentley AutoPLANT
      • +Bentley Navigator
      • +Bentley PlantSpace
      • +Plant Project Tools
      • +Bentley Raceway and Cable Management
      • i-model Composition Service for S3D
      • Working from home with OpenPlant
      • Working from home with Bentley Raceway and Cable Management
      • Working from home with AutoPLANT Modeler
    • How to Associate the Specification Based on Service in OpenPlant Modeler Connect

     
     Questions about this article, topic, or product? Click here. 

    How To Modify Valve Tag

     

    Applies To
    Product(s): OpenPlant Isometrics Manager
    Version(s): 08.11.09.XXX (SS5) | 08.11.11.XXX (SS6)
    Environment:  Windows 7/8.1/10 (64 bit)
    Area:  Settings/Attributes
    Subarea: -
    Original Author: Rahul Kumar, Bentley Product Advantage Group

    Overview

    In OpenPlant Isometrics Manager, tagging of valve can be experienced with ‘User Label’ option present under Isometric configuration dialog. 

    Problem Description

    In OpenPlant Isometrics Manager, with ‘User Label’ option, user has created the labels as $(DEVICE_TYPE_CODE)$$(NUMBER) which split on two lines (DEVICE_TYPE_CODE on top and NUMBER on the bottom. The placement routine normally falls correct except for the number which has leading zeroes in the tag e.g. HV-0001. When the annotation is placed, the leading zeros are dropped resulting in HV-1. Below steps will illustrate to retain the leading zeroes on valve tags. This has been shown in context with OpenPlant Modeler and OpenPlant Isometrics Manager.

    OpenPlant Modeler-OpenPlant Isometrics Manager

    Steps to Resolve

    1. Launch the Bentley Class Editor and open the following schemas.

      OpenPlant_3D.01.07.ecschema.xml  (%ProjectRoot%...\WorkSpace\    Projects\OPModeler_Metric\ DataSet\Schemas\).

      Supplement With,OpenPlant_3D_Supplemental_Isometrics_Isoextractor.01.07. ecschema.xml (%ProjectRoot%...\WorkSpace\Projects\OPModeler_Metric\ DataSet \ Schemas\).

      For More information on supplementing schema click here>>>>

    2. Under Valve class write below expression this.DEVICE_TYPE_CODE & "$" & this.NUMBER for custom attributes Specific BOM labels.

      Name : IE_ValveTag
      Value : this.DEVICE_TYPE_CODE & "$" & this.NUMBER



    3. Save & Close Schema.

    4. Launch OpenPlant Isometrics Manager.

    5. Select Project unit, say OPModeler_Metric here and click OK. See image below:



    6. Click on "Configuration" Icon to launch Isometric configuration dialog box.



    7. Select Isometric Style, say IFC here and click on "Add New Label" to create new user labels.



    8. Fill in the data like shown below. 

      Include - IE_TYPE=CT_VALVE_STRAIGHT
      Text - $(IE_ValveTag)
      Type- NOTE
      Cell Name - NOTE



    9. Save and Close Isometrics configuration dialog box.

    10. Generate isometric and verify results. See image below.



    11. To show results in Bill of material section, we need to define variable in Default Bill of Material Labels custom attribute.

    12. Repeat step 1.

    13. Navigate to Plant Base Object, right click & select Custom Attributes > Copy as shown.




    14. Select Default Bill of Material Labels custom attribute, using drop arrow copy this custom attribute as shown below.




    15. Navigate to Valve class and paste the copied custom attribute as shown.




    16. Under Default Bill of Material Labels custom attribute add variable as shown below.

      Name :  IE_VALVE_TAG
      Value :  this.DEVICE_TYPE_CODE & "-" & this.NUMBER




    17. Save all the settings

    18. Navigate to report.def file of your particular style folder.

    19. To concatenate device type code & number for valve edit report as shown below.

      COLUMN = 60: W : IE_DESCRIPT + " " IE_VALVE_TAG




      "+" is used for concatenating properties & " " used to provide extra spacing

    20. Save the settings and verify the result as shown below.




    See Also

    http://communities.bentley.com/products/plant/design___engineering/w/plant_design_and_engineering__wiki/13393.settingsattributes-openplant-isometrics-manager

    Comments or Corrections?

    Bentley's Product Advantage Group requests that you please confine any comments you have on this Wiki entry to this Comments or Corrections?" section. THANK YOU!

    • OpenPlant Modeler
    • leading zeroes
    • Valve Tags
    • 001
    • HV-001
    • Number
    • Device Type Code
    • OpenPlant Isometrics Manager
    • Share
    • History
    • More
    • Cancel
    • Rahul Kumar Created by Bentley Colleague Rahul Kumar
    • When: Tue, Dec 16 2014 2:37 AM
    • Kestutis Mitkus Last revision by Bentley Colleague Kestutis Mitkus
    • When: Mon, Dec 17 2018 1:21 PM
    • Revisions: 13
    • Comments: 2
    Recommended
    Related
    Communities
    • Home
    • Getting Started
    • Community Central
    • Products
    • Support
    • Secure File Upload
    • Feedback
    Support and Services
    • Home
    • Product Support
    • Downloads
    • Subscription Services Portal
    Training and Learning
    • Home
    • About Bentley Institute
    • My Learning History
    • Reference Books
    Social Media
    •    LinkedIn
    •    Facebook
    •    Twitter
    •    YouTube
    •    RSS Feed
    •    Email

    © 2021 Bentley Systems, Incorporated  |  Contact Us  |  Privacy |  Terms of Use  |  Cookies