Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
OpenBuildings | AECOsim | Speedikon
  • Product Communities
  • Building
  • OpenBuildings | AECOsim | Speedikon
  • Cancel
OpenBuildings | AECOsim | Speedikon
OpenBuildings | AECOsim | Speedikon Wiki Enabling and configuring the Standardized File Naming Utility for WorkSets
    • Building Design - Wiki
    • -OpenBuildings Designer
      • +What's New
      • FAQ - OpenBuildings Designer CONNECT Edition
      • Released Versions - OpenBuildings Designer
      • IFC4 Self-certification
      • +Installation - OpenBuildings Designer
      • +Migration - Upgrading from earlier versions
      • +Configuration - OpenBuildings Designer
      • +General - OpenBuildings Designer
      • +User Interface - OpenBuildings Designer
      • +Architectural Design - OpenBuildings Designer
      • +Structural Design - OpenBuildings Designer
      • +ProStructures Interoperability - OpenBuildings Designer
      • +Electrical Annotation and Design - OpenBuildings Designer
      • -Datasets and Content - OpenBuildings Designer
        • Available Regional Datasets
        • Dataset installation options
        • Dataset Strategies - Local or Network
        • New and modified files in OpenBuildings Designer Update 7 datasets
        • Upgrade existing elements and their properties to the current Catalog Schema
        • Dataset changes in the latest version of OpenBuildings Designer
        • Catalog Item Manager - Moving DataGroup content
        • Creating new Catalog Sub Group Catalog in OpenBuildings Designer
        • Dataset files needed to support custom Spaces
        • Enabling and configuring the Standardized File Naming Utility for WorkSets
        • Family/Part Editor, storing column display settings
        • How can I add / modify a new / existing Definition in a Catalog?
        • How to create custom compound wall
        • How to create wiremesh fence
        • Scheduling Element Coordinates - Structural Steel or Concrete Piles Example
        • UK Dataset - Changed Files in Update 5
        • Unwanted Levels in OpenBuildings Designer DGN Files
        • A series of ATF***FAMILY errors are generated and the Family/Part drop-down lists are empty
        • Existing element is not accepting new definition value
        • Report Component Formulas for Quantify Reports
        • Resolving the BB_PROGRAMMANAGER_DATA error for a newly created WorkSpace
        • Simplest way to create a new cell in OpenBuildings Designer
        • While modifying pipes OBD is crashing
      • +DataGroup System - OpenBuildings Designer
      • +Floor Management - OpenBuildings Designer
      • +Grid Systems - OpenBuildings Designer
      • +Drawing Views - OpenBuildings Designer
      • +Annotation - OpenBuildings Designer
      • +Import/Export- OpenBuildings Designer
      • +ProjectWise Integration - OpenBuildings Designer
      • +Customization - OpenBuildings
      • +Platform Tools - OpenBuildings Designer
      • +Plumbing Design
      • Electrical Designer
      • +Learning Tips
      • +HVAC Design - OpenBuildings Designer
      • +Bentley i-model Composition Server
      • OpenBuildings Designer - Support for IFC Singapore
      • +OpenBuildings Designer Accreditation Program
    • +OpenBuildings Energy Simulator
    • +GenerativeComponents
    • OpenBuildings Station Designer
    • +OpenBuildings Speedikon + Bentley Speedikon V8i
    • +Bentley Facilities Space Planner CONNECT Edition
    • +AECOsim Building Designer
    • +iModel Plugin for Revit
    • +Social Distance Assessments
    • Working from home with OpenBuildings products
    • Working from home with Speedikon
    • +Special Interest Group (SIG) FAQs
    • +Structural Modeler_PS
    • +Configuration Explorer
    • +Legacy Products
    • +OpenBuildings Speedikon

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

    Enabling and configuring the Standardized File Naming Utility for WorkSets

      Product(s): OpenBuildings Designer
      Version(s): CONNECT Edition
      Environment: N/A
      Area: Datasets
      Subarea: Content

    The Standardized File Naming Utility initially delivered with Update 4 has been enhanced in Updates 5 and 6 with a settings file for the recently published BS EN ISO 19650, in addition to those for BS 1192. In Update 6 all of the pop-down fields can be formatted with the appropriate codes and explanatory text.

    BS EN ISO 19650 is set to be the default in the BuildingTemplate_UK example WorkSet once the utility is enabled.

    The configuration provided in the BuildingTemplate_UK.cfg includes the following:

    #======================================================================

    # Enabling File Naming Utility:

    # These configurations enable the File Naming Utility for UK Standards.

    # BS 1192 has been superseded by BS EN ISO 19650, settings for both are included

    # for compatibility with existing projects

    #======================================================================

                #BB_NAMING_STANDARDS_ENABLE = 1

                BB_NAMING_STANDARDS_FILE = $(TFDIR_SETTING)BS_EN_ISO-19650_FilenameSetting.xml

                #BB_NAMING_STANDARDS_FILE = $(TFDIR_SETTING)BS1192_FilenameSetting.xml

                # Uncomment and enter a valid alphanumeric project ID of 2-6 characters in length

                # to automatically enter the ID into new file names

                #BB_NAMING_STANDARDS_PROJECT_ID =

    The previous settings for BS 1192 can be enabled by commenting out the BS_EN_ISO-19650 line and uncommenting the BS 1192 line.

    Note that this utility is turned off by default to avoid unwanted steps in file creation for users who are not using BS EN ISO 19650 file naming.

    To enable the utility:

    To enable the utility uncomment the first line to make active:

    BB_NAMING_STANDARDS_ENABLE = 1

    To pre-set some fields:

    We also have the facility to pre-set the project code for each WorkSet. To do this uncomment (or add to the WorkSet.cfg) the line containing BB_NAMING_STANDARDS_PROJECT_ID and enter the appropriate 4-6 character project code, e.g.:

    BB_NAMING_STANDARDS_PROJECT_ID = ABC123

    The configuration variable method has been provided as the project code varies for (usually!) every WorkSet, a single setting in the XML can then be used for every project driven by the value set in each WorkSet.cfg.

    The Originator field shown above is also likely to be fixed for the majority of users and will in most cases to common to all projects in a WorkSpace (or for may firms, their whole organization). Adding a single pre-populated pop-down option will fix this as shown here:

            <Control Label="Originator" Order="2" Format="AlphaNumeric" Prefix="-" MinChars="3" MaxChars="6" Required="" CacheValue="true">
                <Desc>A unique identifier for each organization. The code for each originating organization should be from 3-6 characters. (Required)</Desc>
                <Attr>BSUK</Attr>  <!-- Preset Organization code -->
            </Control>

    Note that CacheValue is set to True so the selection will be remembered by the utility. The pop-down list is fixed and contains only one option thus enforcing the standard.

    Using other standards:

    These XML settings files can be used as a basis for other standards, the entire layout of the File Naming Utility and the behavior and content of each field is controlled by the XML so any national or organization standard can be accommodated. A sample File Naming utility XML file is provided by default (C:\Program Files\Bentley\OpenBuildings CONNECT Edition\OpenBuildingsDesigner\Default\Data\StandardsFilenameSetting.xml) You can use this sample file as a template to create your own file naming standards XML files. 

    Sub-sections of the file can be populated to create variations applicable to differing model types. For example, for 2D sheet models it might be appropriate to pre-set the Type field.

    The configuration statements shown above can be used as a template for enabling the utility with other regional datasets by adding a similar set of configuration statements to the WorkSet.cfg files involved.

    • CONNECT Edition
    • BS EN ISO 19650
    • OpenBuildings Designer
    • BS 1192
    • Share
    • History
    • More
    • Cancel
    • Marc Thomas Created by Bentley Colleague Marc Thomas
    • When: Fri, Apr 26 2019 8:05 AM
    • Marc Thomas Last revision by Bentley Colleague Marc Thomas
    • When: Wed, Mar 24 2021 4:23 PM
    • Revisions: 3
    • 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

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