Piping Components Not Fetching Facing Value From Spec


Applies To
Product(s):Bentley OpenPlant Modeler
Version(s):08.11.09.404
Environment: Windows 7 64 bit
Area: Component
Subarea: Data
Original Author:Harpreet Singh, Bentley Technical Support Group

 

Problem Description

In OPM, the facing values are being read from FACING_VALUE_MAP class in OpenPlant_Catalogue_Supplemental_Mapping_Modeling schema. User wanted that FACING value should be read from spec instead of the schema.

Steps to Resolve

Option 1: Set 'IsValueToBeMapped' to FALSE in OpenPlant_3D schema

  1. Open Class Editor and load OpenPlant_3D schema.
  2. Supplement it with OpenPlant_3D_Supplemental_Modeling schema.
  3. Go to BOLT class and set 'IsValueToBeMapped' to FALSE on FACING property.

  4. Now go to FLUID_PORT class and set  'IsValueToBeMapped' to FALSE on FACING property.

  5. Similarly on GASKET class set  'IsValueToBeMapped' to FALSE on FACING property.

  6. Save the changes in schema and verify the results in OPM.

 

Option 2: Modify the Facing Name on FACING_VALUE_MAP

  1. Open Class Editor and load OpenPlant_Catalogue_Supplemental_Mapping_Modeling schema.
  2. Go to FACING_VALUE_MAP class and rename the facing value to match with Spec. For example, change FLAT_FACE to FF.

  3. Save the changes in schema and verify the result in OPM.