Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
  • Welcome
  • Products
  • Support
  • About
  • More
  • Cancel
OpenPlant | AutoPLANT
  • Product Communities
  • More
OpenPlant | AutoPLANT
OpenPlant | AutoPLANT Wiki How to Edit Pipeline Level Naming Rule in Named Expressions
    • Sign in
    • -OpenPlant | AutoPLANT 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
          • +Component - OpenPlant Modeler
          • +Drawing Generation- OpenPlant Modeler
          • +Errors, Logs, Messages, Crashes - OpenPlant Modeler
          • +Import/Export- OpenPlant Modeler
          • +Installation - OpenPlant Modeler
          • OpenPlant HVAC-OpenPlant Modeler
          • OpenPlant Modeler [FAQ]
          • +OpenPlant Specification Generator
          • +ProjectWise - OpenPlant Modeler
          • +Properties - OpenPlant Modeler
          • +Release Notes - OpenPlant Modeler
          • +Schema - OpenPlant Modeler
          • -Settings/Attributes - OpenPlant Modeler
            • Creating an Annotation with the EC Annotation Manager
            • How to Change Default Bend Radius for Mitered Bends
            • How to Change the Default Value of Number of Segments for HVAC Mitered Elbow
            • How to change the Maximum Allowed Bend Point Angle for Mitered Pipe Bend
            • How to create a New Property & Make its Field Editable in OpenPlant Modeler
            • How to Create Annotation for Multiple Properties using EC Annotation Manager
            • How to Disable Server Tree Hierarchy in Active Tree of Item Browser
            • How to Display Elevation Differences using EC Annotation in OpenPlant Modeler
            • How to Fix Generic Valve Insertion Issue in OpenPlant Modeler
            • How to Leave Custom Length Value after using Change Spec / Change Size Option
            • How to Make Properties Values Editable in OpenPlant Modeler
            • How To Reduce Printing Time in OpenPlant Modeler
            • How to Remove Trailing Zeros from EC Annotations in OpenPlant Modeler
            • How to Set Default User in OpenPlant Modeler
            • How to Set Default Value of Nested Depth in OpenPlant Modeler
            • How to use IIF Condition in EC Expression to Cater multiple Null
            • -Named Expressions: Managing Component Symbology in OpenPlant Modeler
              • How to Assign Level for Equipment Tag Using Named Expression
              • How to Assign Level for Valve by Size & Service Using Named Expression
              • How to Assign Level for Valve Tag Using Named Expression
              • How to Assign level when Pipeline Tag Includes Nominal Diameter in Decimal Value
              • How to Assign Levels based on Equipment Type Using Named Expression
              • How to Assign Pipeline Level For Supports Using Named Expression in OpenPlant Modeler
              • How to Assign Symbology Based on Insulation Material Using Named Expression
              • How to Edit Pipeline Level Naming Rule in Named Expressions
              • How to Manage Component Symbology for Cable Tray Components
              • How to Set Pipeline Color By LINE_NUMBER/Name
              • +How to Set Pipeline Color by Service in OpenPlant Modeler
              • How to Set Pipeline Symbology Through System With Valve Tag in OpenPlant Modeler
              • To Assign Separate Level for Component Using Named Expressions
              • To Set Components Symbology by Pipeline Specification
              • To set predefined levels for piping components based on the Service name of the pipeline without using Element Templates
              • To Trick OpenPlant Modeler by Refreshing properties to Redraw Pipelines by Inheriting New changes
            • OpenPlant Configuration Variables
            • To Display Tracing on Pipeline in OpenPlant Isometric Manager
            • To Fix or Create New Elbow Radius Entry under AutoFitting Template in OpenPlant Modeler
            • To put Catalogs and Specs in a different folder out of default WorkSpace
          • +Structural Modeling Components (SMC)- OpenPlant Modeler
          • +Tasks - OpenPlant Modeler
          • +Training - OpenPlant Modeler
        • +OpenPlant Isometrics Manager v8i
        • +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
        • How to get list of installed applications/programs on Windows Machine using Command Prompt.
        • How to get list of Windows Updates installed on the machine using Command Prompt.
      • +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
      • Your Feedback is important to us!

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

    How to Edit Pipeline Level Naming Rule in Named Expressions

    Applies To 
    Product(s): OpenPlant Modeler V8i
    Version(s): 08.11.09.XXX (SS5) | 08.11.11.XXX (SS6)
    Environment:  Windows 7/8.1/10 (64 bit)
    Area:  Settings/Attribute
    Subarea:  -
    Original Author: Kestutis Mitkus, Bentley Product Advantage Group

    Background

    OpenPlant component Level naming rules are controlled trough Named Expressions. By default Pipeline Level name is Service-Pipeline Name, but Pipeline Name by default is already set to use Service in its Name, so then Level names can be edited and duplicating property removed.

    User requirement is to have Level Names created same as Pipeline names and to edit any of those pipeline Level naming rules, modification in ‘Named Expression’ is required.

    Steps to Accomplish

    1. Launch Open Plant Modeler.
    2. Select DGNLIB as files of type to open DGN library files (dgnlib) and open OPmodeler.dgnlib file.



    3. Under Utility Menu, Select Named expression and select on OP_SYMBOLOGY_PIPING. See image below for reference.



      As you can see Expression is creating Pipeline Level name using PIPELINE.SERVICE_NAME and PIPELINE.NAME. To achieve users requirement and have Pipeline Level named same as Pipeline name is, than PIPELINE.SERVICE_NAME variable should be removed from beginning of this Expression.

    4. Similarly for OP_SYMBOLOGY expression for Centerline and Insulation is required. Below are the Symbology pasted to copy from here and to get it pasted to its respective Expression’s. 

      OP_SYMBOLOGY_PIPING:
      "BY_LEVEL_AND_TEMPLATE:" & PIPELINE.NAME & ":OpenPlant\Piping\" &

      OP_SYMBOLOGY_PIPING_CENTERLINE:
      "BY_LEVEL_AND_TEMPLATE:" & PIPELINE.NAME & ":OpenPlant\Piping\" &

      OP_SYMBOLOGY_PIPING_INSULATION:
      "BY_LEVEL_AND_TEMPLATE:" & PIPELINE.NAME & "-Insulation" & ":OpenPlant\Piping\" &

      Note: Make sure to copy the strings correctly.

    5. Save each Expression which turns blue. Save option will get enabled once you modify the Expressions: See below for reference.



    6. Close Named Expressions dialog and click on save. Switch to working DGN file and place a pipe based on Line Number and verify the results.


    7. If there is requirement to update the existing components in existing models, then you can check this wiki article and use posted suggestion.

    See Also

    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
    • level name
    • Named Expressions
    • expression
    • Pipeline Level
    • Edit Level name
    • Share
    • History
    • More
    • Cancel
    • Kestutis Mitkus Created by Bentley Colleague Kestutis Mitkus
    • When: Tue, Nov 14 2017 8:28 AM
    • Rahul Kumar Last revision by Bentley Colleague Rahul Kumar
    • When: Tue, Jul 31 2018 4:27 AM
    • Revisions: 5
    • Comments: 0
    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