Quantcast
Channel: OpenPlant | AutoPLANT Wiki
Viewing all 4857 articles
Browse latest View live

How to create a pick list on EC Property using External Datasource definition

$
0
0
Revision 1 posted to Plant Design and Engineering - Wiki by Harpreet Singh on 6/18/2015 8:46:20 AM

  
 Applies To 
  
 Product(s):Bentley OpenPlant PowerPID
 Version(s):08.11.10.XXX
 Environment: Windows 7 64 bit
 Area: Customization
 Subarea: 
 Original Author:Harpreet Singh, Bentley Technical Support Group
  

Introduction

This article will explain how pick list can be created for an EC Property using external datasource definition. In this article, we will work on creating pick list on DEVICE_TYPE_CODE property on VALVE class where values will be queried from an MDB file. The example of an MDB file is shown below:

Steps to Accomplish

  1. Open class editor and load OpenPlant_PID schema.
  2. Supplement it with OpenPlant_PID_Supplemental_Imperial schema.
  3. Go to VALVE class and switch to properties tab.
  4. Select DEVICE_TYPE_CODE property and add "External Datasource Definition Mapping" custom attribute on it.




    A. Key-in the MDB file name here.
    B. This configuration variable defines the location of database file (*.mdb file) in OPPID and by default it points to C:\ProgramData\Bentley\PowerPID (SELECTseries 5)\WorkSpace\Projects\<Project_Name>\Dataset\settings folder. You can change the location as per requirement.
    C. Column name in database. You need to right click on Property Mapping field and select "Add Element" option to be able to edit it.
    D. EC Property Name which is mapped with database column.
  5. Now add the Extend Type custom attribute and add 'ShowPickListviewDataBase' value in the Name field as shown below

  6. Save the changes in schema and close the class editor.

Verify the Result

  1. Launch OpenPlant PID and create a new drawing.
  2. Place a valve in the drawing. Placement dialog will open.
  3. Select the device type code property and click drop down button, you will see the list as shown below:



    Note: Default value is HV which is coming from the "Property Custom Attribute" defined on FLUID_REGULATOR" class. Either you can change it or remove it if you don't want this value to be shown up when you place the valve.

Comments or Corrections?

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

 

Tags: Drop Down, External Database Query, Device Type Code, Customization, OpenPlant_PID, Pick List

How to make OpenPlant Isometrics Manager styles stored globally for all projects Using AutoPLANT Modeler

$
0
0
Revision 1 posted to Plant Design and Engineering - Wiki by Kestutis Mitkus on 6/18/2015 2:18:48 PM

How to make OpenPlant Isometrics Manager styles stored globally for all projects Using AutoPLANT Modeler

  
 Applies To 
  
 Product(s):Bentley AutoPLANT Modeler
 Version(s):08.11.11.XXX
 Environment: Windows 7 64 bit
 Area: Customization
 Subarea: 
 Original Author:Kestutis Mitkus, Bentley Technical Support Group


Overview

In OpenPlant Isometrics Manager, user requirement is to make OpenPlant Isometrics Manager styles stored globally for all projects Using AutoPLANT Modeler.

Steps to Accomplish

  1. Copy and paste “OpenPlant” folder from customized projects directory to a folder with the name “Config”, whereat custom OpenPlant Isometrics Manager styles will be stored globally. See image below:


  2. Open OpenPlant.pcf file from the (%PROJECT_ROOT%) directory and change _USTN_PROJECTDATA variable. See image Below:


  3. Change AP_PROJECT_INI variable to $(_USTN_PROJECTSROOT), because $(_USTN_PROJECTDATA) can´t be used anymore since we redirected it to C:\TEMP/.


  4. Open config.ini file from (%PROJECT_ROOT%\Config) folder with any text editor and change OPIM_Root and AP2EC_ROOT variables. See image Below:


  5. If there is need, open AP2ECConverter.ini file from C:\TEMP\Config\OpenPlant folder and change SCHEMAS_PATH, AP2EC_LOGGER_CONFIG or ECXML_OUTPUT_DIRECTORY paths.


  6. Create new style; update custom OPIM.ini file and change file rights as Read-only. If not, after every OpenPlant Isometrics Manager configuration dialog opening and closing from Project Administrator, it will update your custom OPIM.ini file with project styles.


  7. Launch AutoPlant Modeler, start Isometrics generator via OPIM and verify your newly created style.

 

See Also

Creating and Configuring Projects in AutoPLANT V8i

Comments or Corrections?

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

Tags: Bentley OpenPlant Isometrics Manager, AutoPLANT Modeler, AutoPLANT, Bentley OpenPlant Isometrics

How To Add End Type Information (BEVEL, SQCUT) in Isometric BOM Cut list

$
0
0
Revision 9 posted to Plant Design and Engineering - Wiki by Rahul Kumar on 6/19/2015 10:30:43 AM

 Applies To 
  
 Product(s): OpenPlant Isometrics Manager
 Version(s): 08.11.09.XXX
 Environment: Windows 7 64 bit
 Area: Settings/Attributes
 Subarea: 
 Original Author: Rahul Kumar, Bentley Technical Support Group
  

Overview

For OpenPlant Isometrics Manager, Pipe cut list requires End preparation details in isometrics. As per project requirement user may need to show some existing attributes.

Problem Description

In OpenPlant Isometrics Manager, Pipe cut list should include some specific end preparation details like BEVEL, SQCUT etc. in it. It can be done by customizing the BOM labels inside the schema and to get into Isometrics Manager by adding in its report definition file. Below are the steps to illustrate the example to include this attributes for Both AutoPlant and OpenPlant Modeler.

Steps to Resolve

  1. Navigate to Bentley OpenPlant Isometrics installation folder, as mentioned below:

    Program Files (x86)\Bentley\OpenPlantIsometricsManager V8i\OpenPlantIsometricsManager \config\LookupMap.txt.

  2. In LookupMap.txt file, add below information to it. 

    BW = Butt Weld

    PE = SQ.CUT

    Note: The original value will return when no matching entry would be found.

  3. Open Bentley Class Editor.

  4. Open Supplemental schema “OpenPlant_3D_Supplemental_Isometrics_ Isoextractor.01.04. ecschema.xml”.

  5. Navigate to Pipe class in schema.

  6. Right click on pipe class and add custom attribute using Add/Remove option. 



  7. Select custom attribute ‘Specific BOM Labels’ and pull down to ‘Applied Custom Attributes’ fields as shown in below image. 



  8. Add element from Attributes option from ‘Specific BOM Labels’. See image below for reference. 



  9. Enter the value  IM.MapText(IM.GetPort (“1”,“ECX_END_PREP”)). It retrieves the shorthand end prep for port #1 (for instance BW or PE). See image below.



    Note: IM.MapText () maps a string to another string. Be careful when entering the value, quotes and spaces. It might not produce any results if not entered correctly. It is recommended that user could type in the value to avoid any error. The map is stored in Bentley OpenPlant Installation folder as shown in above.

  10. Save & Close Schema.

  11. Generate Isometrics and verify results. The information will display under ‘Show Component Tag’  dialog  box. See below. 





See Also

Add End type Information in Isometric Bill of Material Cut list.- http://communities.bentley.com/products/plant/design___engineering/w/plant_design_and_engineering__wiki/17463.add-end-type-information-in-isometric-bill-of-material-cut-list

Comments or Corrections?

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

Tags: Bill of Materials, reports, OpenPlant Isometrics Manager

Managing Isometrics Styles

$
0
0
Current Revision posted to Plant Design and Engineering - Wiki by Rahul Kumar on 6/19/2015 11:16:42 AM

  
 Applies To 
  
 Product(s):OpenPlant Isometrics Manager, AutoPlant Modeler
 Version(s):08.11.09.XXX
 Environment: Windows 7 64 bit
 Area: Settings/Attributes
 Subarea: -
 Original Author:Keith Couvillion, Bentley Technical Support Group

Isometric Styles

In order to control generation of different types of Isometric Drawings, an administrator will need to define new styles and modify existing styles and their base default values used for isometric drawing generation

General Information

The default location for style definition files is:
  C:\ProgramData\Bentley\Plant V8i\Bentley Plant V8i Projects\{project}\Config\OpenPLANT\Isometrics\styles\

The following styles are delivered with each example project. As delivered, they are configured identically.

  • As-Built

  • Check

  • IFC

  • Stress

  • Tracing

Isometrics Configuration Tool


The Isometrics Configuration tool is used to define project and style settings for the Isometric drawings. The tool consists of two tabs:

  • Isometric Management– Defines default project settings to use when generating isometric drawings
  • IsometricStyle– Provides options to define configurations for individual isometric styles

Option 1 – From Bentley Project Administrator

  1. Click Start– Select All Programs > Bentley > Plant V8i > Project Tools > Project Administrator

  2. From Bentley Project Administrator:

    1. Select a Project from the tree

  3. From the Login to Project dialog:

    1. User Name– Enter a user name with Supervisor rights

    2. Password– Enter the password for the user

    3. Click OK


       

  4. From Bentley Project Administrator:

    1. Expand the Project in the tree

    2. Expand OpenPlant Isometrics

    3. Select Settings

    4. Click Create/Modify

       


Option 2 – From OpenPlant Isometrics Manager

  1. Click Start– Select All Programs > Bentley > OpenPlant Isometrics Manager > OpenPlant Isometrics Manager in AutoPLANT access mode

  2. From the Open Project dialog:

    1. Select a project

    2. Click OK

       


       

  3. From the Login to Project dialog:

    1. User Name– Enter a user name with Supervisor rights

    2. Password– Enter the password for the user

    3. Click OK

       


       

  4. From Bentley OpenPlant Isometrics Manager:

    1. Select  Tools > Configuration from the menu

Adding an Isometric Style

  1. Open the Isometrics Configuration tool

  2. From the Isometric Configuration dialog:

    1. Select the Isometrics Style tab

    2. Click Add Style

       


       

  3. From the Add Style dialog:

    1. Select Base Style– Select an existing style as a template

    2. Name of Style– Enter the name of the new style

    3. Click Ok

Removing an Isometric Style

  1. Open the Isometrics Configuration tool

  2. From the Isometric Configuration dialog:

    1. Select the Isometrics Style tab

    2. Click Remove Style

       


       

  3. From the Remove Style dialog:

Click Yes

 

 

See Also

 

Comments or Corrections?

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

 

Tags: AutoPLANT Modeler, Managing Styles, OpenPlant Isometrics Manager

How to Prefix 'DN' with Pipe Size in OPM

$
0
0
Current Revision posted to Plant Design and Engineering - Wiki by Harpreet Singh on 6/22/2015 3:08:12 PM

Applies To
Product(s):OpenPlant Modeler
Version(s):08.11.09.XXX
Environment: Windows 7 64 bit
Area: Properties
Subarea:
Original Author:Harpreet Singh, Bentley Technical Support Group

 

Background

This article will explain how can we add DN as a prefix with Nominal Diameter so that it list out the diameters as DN25, DN50, DN100 and so on. However, there is no direct way to list out the diameters in the NOMINAL_DIAMETER property but yes as a workaround we need to create another property and add a new field in the pipe spec which will have the diameters with DN.

Steps to Accomplish

A. Changes Required in Spec

  1. Open the Spec file in MS-Access.
  2. Open the Pipe table and add a new field PIPE_SIZE.
  3. Add the corresponding MAIN_SIZE values to PIPE_SIZE table with DN prefix as shown below:

  4. Save the changes in spec file and close it.

B. Changes Required in Schema

  1. Launch Class Editor and load OpenPlant_3D schema.
  2. Supplement it with OpenPlant_3D_Supplemental_Modeling schema.
  3. Go to Piping_Component class and add a new property "PIPE_SIZE".

  4. Select NOMINAL_DIAMETER property on the same class and click on Custom Attributes button.

  5. Select the Copy option from the list.

  6. Select both custom attributes and click down button and then Copy.

  7. Now select PIPE_SIZE property, click Custom Attribute and select Paste option.

  8. Both custom attributes will be added to PIPE_SIZE property and now we need to update the values.

    Change the Box Order and Input method fields in Standard Preferences attribute as highlighted:



    Change the Property Name field to PIPE_SIZE in OpenPlant_Physical_Catalogue_Property_Map attribute.

  9. Go to NOMINAL_DIAMETER property and update the following fields:

    Change the Input method and add the string QUERY PIPE_SIZE = '[PIPE_SIZE]'

  10. Save the changes in schema.

Verify the Result

  1. Launch OPM and open a new Model.
  2. Create a new pipeline.
  3. In standard preferences, Select the Pipe Size from the PIPE_SIZE property.

  4. Based on the pipe size, Nominal Diameter will automatically get updated.

See Also

How to add inch sign with nominal diameter in pipeline tag

 

Comments or Corrections?

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

 

Tags: OpenPlant Modeler, Pipe size, DN, DIN, Nominal Dia, prefix

Change Size-Change Spec Or Other Dialogs Are Frozen And Cannot Be Resized [TN]

$
0
0
Current Revision posted to Plant Design and Engineering - Wiki by Artiom J on 6/23/2015 7:02:06 AM

  
 Applies To 
  
 Product(s):AutoPLANT Piping
 Version(s):V8i
 Environment: N/A
 Area: N/A
 Subarea: N/A
 Original Author:Derek Cornell, Bentley Technical Support Group
  

Overview

In AutoCAD or AutoPLANT, sometimes dialogs can freeze up or become corrupted. This is a solution to trouble shoot these sort of problems.

Solution

  • First, if the dialog itself will not load or it loads with "hatch" over it, then the OCX or DLL files may not be registered properly. Please consult Bentley Technical Support in order to find out which files to replace or register.
  • Second, there is an AutoCAD option that allows a user to lock layers. Be sure to check this setting before continuing.

    Window > Lock Location > All > Unlocked
  • It is also possible that the AutoCAD profile has become corrupt. In order to reset the profile, delete the following file:

    C:\Documents and Settings\user.name\Application Data\Autodesk\AutoCAD 2009 (or other version)\R17.2\enu\Support\Profiles\<profile name>\Profile.aws

    If this does not work, it is possible that another profile is corrupted. Replace the following file using a non-corrupted one from another workstation.

    C:\Documents and Settings\user.name\Application Data\Autodesk\AutoCAD 2009\R17.2\enu\Support\Profiles\FixedProfile.aws

See Also

Product TechNotes and FAQs

External Links

Bentley homepage

Bentley Technical Support KnowledgeBase

Bentley LEARN Server

Comments or Corrections?

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

 

Tags: TechNote, AutoPLANT Piping

Components Are Not Updating When Using Update From Spec [TN]

$
0
0
Current Revision posted to Plant Design and Engineering - Wiki by Artiom J on 6/23/2015 7:24:17 AM

  
 Applies To 
  
 Product(s):AutoPLANT Piping
 Version(s): 08.09.xx.xx, 08.11.xx.xx
 Environment: N/A
 Area: N/A
 Subarea: N/A
 Original Author:Richard DeLong, Bentley Technical Support Group
  

Overview

The most common cause of this issue is that the SysID has changed. All components in a spec have a tag known as a SysID.  This value is what makes the connection between the components in the model to the ones in the spec.  When you run the "Update From Spec" tool, it checks the SysID and matches to the existing components.  If they match, then it will update the components with the new information.  The problem comes from what makes up the SysID.  The SysID is made up of different values in the spec that are not typically changed, such as Rating, Schedule, width, etc...   For example, if a user changes the value of WEIGHT_DRY, which turns out that it is also used to create the SysID, it will change the SysID which in turn will break the link between the model's components and the spec's components. This is why the "Update From Spec" doesn't work.  Another possible cause for this would be editing the Catalogs and Specs in Microsoft Access rather then in SpecGen.  This can causing the program not to generate the SysID properly.  For this, see Other Possible Fixes.  
 
This can be fixed, but the fix depends on what the user needs.  The first thing to consider is if the WEIGHT_DRY may change again or just needs to be updated this one time around.  If the user feels that this field will be changed a great deal in the future, then they will need to first make sure that it is no longer used in the SysID creation.  To do this, review the information below under Removing Component Field from SysID creation.  If this is a onetime thing, then you can just skip to Updating Existing Components. 

Removing Component Field from SysID Creation

(NOTE: Before doing the following changes, make sure to backup any files used, including all spec files. This is a customization and as such is not supported by TSG. This TechNote goes over steps that customize some of the system files and it is highly recommend that this is not used for production use without detailed testing. Please contact your AutoPLANT Admin before applying the below steps to any project or system.)

The first thing to do is make it so that the SysID doesn't use the WEIGHT_DRY value in its generation. To do this, locate the 'specgen-settings.mdb' file. There should be a copy of it in the project under a SpecGen folder as well as a copy under the install root of the program (C:\Program Files\Bentley\Plant V8i\SpecGen). The file may not be located under the project root because it is only placed there if the project is used when opening SpecGen, thus new projects will not have this file. To affect all specs in every project, make the changes to the file in the install root and then either apply the same changes to the project copy of the file or just delete the project copy and let the program recreated it from the install root copy; in order to apply the changes to an individual project and its specs, make the changes to just the project copy of the file. Also, be sure that only the specs you wish to have this change are in the projects Master Spec Folder. Lastly, if you are making the changes across all the projects and specs, you will need to make sure anyone else who will be working on specs has a copy of the updated file in their install root.

To make the changes needed just open the 'specgen-settings.mdb' file in Microsoft Access and location the DefaultSysIDs table. This table lists all the values from the spec that are used to create the SysID for the catalogs and specs. To remove a field, all that is needed is to delete the row that it is on. Using the WEIGHT_DRY example, locate the row containing the WEIGHT_DRY in the SysID_Fields column and delete it. From this point on, SpecGen will no longer use this field to generate SysIDs. With this done, open the catalogs used to generate that spec in SpecGen and build them. After that, go into the spec itself and build the entire spec. When it is done, the specs will no long have the WEIGHT_DRY field included in the SysID and any spec made in the future will no longer use this field for the SysID. From now on, if the field is changed in the Catalog and then passed over to the Spec, the SysID will not change, and the component can be updated using the "Update From Spec" tool. However, any existing components will still no update properly. To fix those existing components, go the Update Existing Components section below.

Updating Existing Components

In order to get the specs to pull the components, the SysID needs to match the one in the Spec. This part is a bit tricky because the components have lost that link and no longer know which component they came from in the spec they point to. There are two ways to work around this. The first is to redraw the components which can take a lot of time in a large project. The second way is use the 'Change Size\Change Spec' tool in Piping. Basically, with the ‘Change Size\Change Spec', the components would be changed to either a difference size or just to another spec and then changing them back. When changing the components spec, you can either point them to a new copy of the original spec (with a new name) that has the WEIGHT_DRY set correctly or you can point them to a temporary spec, build them, and then point them back to the original and rebuild them again. Here is a Blog post that was made on using the 'Change Size\Change Spec' that should provide a better understanding of how this tool works and which options are best for what is needed.

http://communities.bentley.com/products/plant/design___engineering/b/plant_design_and_engineering_blog/archive/2010/06/07/basic-modeling-in-autoplant.aspx

Typically, I would recommend that users just do a save as on the specs and create new specs with the needed data change and then use the tool to change the components to the new specs. This can even be done without modifying the SysID's building blocks since the new spec will have the updated SysID. (Handy if the user doesn't intend to change the value again and wishes to leave the SysID information as is). However, if the original name on the specs is needed, then it is possible to move the components from one spec or size and then move them back. Do NOT rename the spec as it will cause more trouble.

Other Possible Fix

When working with systems were the SysID was just not generated correctly because a user modified the spec manually in Access, it might be possible to repair the component without doing a Redraw or using the "Change Size\Change Spec". The first thing that would be needed is the Spec to get repaired. To do this, load the spec into SpecGen. From there, go to File>Repair SYS IDs.

This will prompt the Repair Sys Ids dialog. Here you just add the spec/catalog that you wish to repair and press the "Start Repair" button.

After the repair is done, open the model that you wish to update and run the following two commands in the drawing -

  • at_Spec_doubleScan
  • at_Spec_repair

These two commands will scan the system and attempt to repair any components with incorrect SysIds. If these commands do not work, then most likely, the other two options in this TechNote will be needed.

See Also

Product TechNotes and FAQs

Plant TechNotes And FAQs

External Links

Bentley Technical Support KnowledgeBase

Bentley LEARN Server

Comments or Corrections?

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

 

Tags: TechNote, AutoPLANT Piping

No loading of the tool pallets needed in AutoPLANT Piping.

$
0
0
Current Revision posted to Plant Design and Engineering - Wiki by BerrieG on 6/23/2015 2:25:51 PM

  
 Applies To 
  
 Product(s):AutoPLANT Piping
 Version(s):08.11.12.111
 Environment: Windows Vista 64 bit
 Area: Open/Save
 Subarea: N\A
 Original Author:Berrie Geboers, Bentley Technical Support Group
  

Problem

No loading of the tool pallets needed in AutoPLANT Piping.



 

Solution

To prevent loading the tool pallets in a piping session take the following steps:
 

·         Close all Bentley applications.

·         Go in Windows Explorer to C:\Program Files (x86)\Bentley\Plant V8i\Support\

·         Find the AT_START.LSP and copy it as a backup.

·         Open the original AT_START.LSP and find the (load "APRibbonCUI") section.

·         Comment out the lines (load "At_ToolPalettes") and (at_Remove_ToolPalette) with ;;

·         The result should be:

 

(load "APRibbonCUI")

 

;;QK CUIX implementation..

;;(load "At_ToolPalettes")

;QK First remove any loded palette path..

;;(at_Remove_ToolPalette)

 

·         Save and close the lSP file.

·         Start up a new Piping session.



 

See Also



Tags: AutoPLANT, en, Open/SaveWindows Vista 64 bit, AutoPLANT Piping, SELECTsupport, 08.11.12.111

OpenPlant Product Group Compatibility

$
0
0
Revision 10 posted to Plant Design and Engineering - Wiki by Artiom J on 6/23/2015 2:51:34 PM

The attached PDF document has OpenPlant Releases Compatibility information towards different operating systems and database types.
 (Please visit the site to view this file)

This PDF file has ProjectWise Compatibility with OpenPlant Releases Matrix.

(Please visit the site to view this file)

Tags: OpenPlant System Requarements, ProjectWise, Database

Modifying Symbols

$
0
0
Current Revision posted to Plant Design and Engineering - Wiki by Rahul Kumar on 6/24/2015 9:52:25 AM


 

  
 Applies To 
  
 Product(s):OpenPlant Isometrics Manager
 Version(s):08.11.09.XXX
 Environment: Windows 7 64 bit
 Area: Settings/Attributes
 Subarea: -
 Original Author:Keith Couvillion, Bentley Technical Support Group
  

 

Symbols

 

Isometric symbols used on Isometric Drawings are stored in cell libraries. Based on company requirements an Administrator will need to modify existing symbols or to create completely new symbols.

Isometric symbols are stored in cell libraries. The symbols are defined independently for each Isometric Style. Assignment of model components to names of symbols used by Isometric Manager is done in the Openplant_3D_Supplemental_Isometrics_Isoextractor schema.

   

Basic Principle

 

Connect Points

 

Components are connected through their connect points. A connect point can also be viewed as a location on a component where fluid is coming in or going out. All cells contain one or more connect points. The connect point that is placed first is referenced as connect point 1, the second is referenced as point 2, etc. A pipe segment always has (virtual) connect points at both ends.

A connect point is implemented in the graphic system by an active point with line weight 5 (WT=5), line style 7 (LC=7), color 3 (CO=3) and drawn as construction class. Connect points can be created using the Cell Tool command Place Connect Point.

Connect points can be made invisible at any time with the graphic command Set Construct Off. 

Intersection Points

 

A special type of point – similar to the connect point – is the Intersection Point. This point cannot be used to connect components, but is needed as a start or end point of a dimensioning route. An example is: the 'origin' of an elbow.

The Intersection points are implemented by an active point with line weight 5 (WT=5), line style 7 (LC=7), color 2 (CO=2) and drawn as construction class. 

Symbol Definition

 

Each symbol has a particular geometrytype. This is either one of the predetermined types as specified below, or a user defined type. Depending on the geometry type of a symbol, one or more connect points and intersection points must be included. Orientation, cell origin and connect point numbering should follow certain rules, as shown in the pictures below.

 

Straight used for valves, concentric reducers, etc.


Elbow (see also type Street Elbow); this type covers 90° and 45° elbows; also, the cell will be transformed if trimming is required (and allowed), i.e. the elbow legs will follow the attached pipes

 

TEE– distance cp2–ip1 equals distance ip1–cp1 (see also geometry type TEE Asymmetric).

  

Eccentric Reducer

  

Street Elbow– (an elbow with legs of unequal size).

   

Cross

   

Reserved Cell Names

 

A number of cell names are reserved and are hard-coded in the program. The following list explains the use of the cells with reserved name:

CONT                                                     continuation label

CUTID                                                    pipe cut label

DN                                                          diameter label

FLOW                                                     flow arrow

ELEV                                                       elevation label

NARR, NARR_xx                                   north arrow (and derived)

NOTE                                                     various annotations

PIPE                                                        pipe bend

SPEC_CHANGE                                     spec change symbol

SPOOLID                                                spool number label

WELDID                                                 weld number label 

Keypoint Numbering Order

 

The keypoints (connect points and intersection points) of a component are numbered, starting from 1. The number is defined by the order in which the keypoints have been placed in the cell at the time the cell was created.

When creating new OpenPlant Modeler Isometrics cells, you have to follow several rules, as explained in this chapter. One of the most important things to realize is that the sequence in which the connect points are defined in the cell are crucial to a proper functioning of the software. The basic rule is that straight components always have their first connect point on the right hand side of the component and the second one of the left. Elbows are drawn with orientation and connect point sequence as shown below. An example of the most common geometry types with their connect point numbering is shown below. Observe the position of the cell origin "O" and intersection point "I":

 

 

 

Creating Symbols

 

This section describes the commands necessary to create new Isometrics cells.

 

 

Open the Graphic Environment

 

The graphic environment must be started from the Configuration Manager to have the correct workspace settings.

 

Open the Isometrics Configuration tool

From the Isometric Configuration dialog:

  1. Select the Isometrics Style tab

  2. Style– Select the relevant style from the dropdown

  3. Select Advanced from the left pane

  4. Click Open Seed File

Open the Create Cell Toolbar

 

From OpenPlant Isometrics Manager:

  1. Select IsoExtractor > Cell Creation Tool from the menu

  2. The Create Cell toolbar is displayed

Symbol Template Files

 

OpenPlant Isometrics Manager is delivered with template files for use when creating new cells. The template files are located in the …\OPIM\Cell Templates folder of the OpenPlant Isometrics Manager workspace.

 

From OpenPlant Isometrics Manager:

  1. Click Open Template File on the Create Cell toolbar

From the Please Select Template File dialog:

2. Select the required template file 

- adapters.dgn                                                              - misc.dgn

- annotation.dgn                                                           - multiport.dgn

- branch.dgn                                                                 - nipples.dgn

- branch3D.dgn                                                            - operators.dgn

- couplings.dgn                                                             - reducers.dgn

- elbows.dgn                                                                 - strainers.dgn

- fasteners.dgn                                                             - supports.dgn

- flanges.dgn                                                                 - unions.dgn

- generic.dgn                                                                 - valves.dgn

- jacket.dgn 

3. Click Open

Note:             It is good practice to make a backup of the template file before making changes. 

Define Symbol Graphics

 

Use the available drawing commands to define the shape and symbology of the new cell. The suggested way to do this is to copy one of the existing cell templates and modify it as necessary.

   

Place Connect Point

 

The Place Connect Point command is used to place a connect points on the cell. It places an active point with line style 7 (LC=7), line weight 5 (WT=5), color 3 (CO=3) and class 'construction'.

 

From OpenPlant Isometrics Manager:

  1. Click Place Connect Point on the Create Cell toolbar

  2. Place the connect point on the cell

  3. Repeat to place additional connect points, if required

  4. Right-click to terminate the command 

Place Intersection Point

 

The Place Intersection Point command is used to place an intersection point. It places an active point with line style 0 (LC=7), line weight 5 (WT=5), color 2 (CO=2) and class 'construction'.

 

1. From OpenPlant Isometrics Manager:

a. Click Place Intersection Point on the Create Cell toolbar

b. Place the intersection point on the cell

c. Repeat to place additional intersection points, if required

d. Right-click to terminate the command

Place Origin Point

 

The Place Origin Point command is used to place an origin point. It places an active point with line style 0 (LC=0), line weight 5 (WT=5), color 5 (CO=5) and class 'construction'.

 

1. From OpenPlant Isometrics Manager:

a. Click Place Origin Point on the Create Cell toolbar

b. Place the origin point on the cell

c. click to terminate the command 

 Note:     An origin point is only required on cells that have no connect points or intersection points. In all other cases, OpenPlant Isometrics Manager will choose the origin point itself.

Create Cell

 

The Create Cell command is used to create an cell in the cell library. Using the Create Cell command does the following: 

Merges all the graphics inside the fence into one graphic cell element

Ensures that connect points are the first elements in the cell. (This speeds up the execution of the Isometrics component placement commands.)

Automatically store the cell in the cell library for the active project/style 

1. From OpenPlant Isometrics Manager:

a. Select Place Fence from the Tasks menu

b. Place a fence around the cell graphics

c. Click Create Cell on the Create Cell toolbar 

2. From the Create Cell dialog:

a. Cell Library – Select custom.cel

b. Enter the Cell Name and Description

c. Click OK

See Also

User may also refer the sub article by expanding this wiki for case to case basis and with real time use for easy references.

Still a Problem

If there is still some problem with modifying cells then please create a Service Request and contact Bentley Product Advantage group along with the list of all relevant details to get in depth analysis and for possible solution or workarounds. 

Comments or Corrections?

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

Tags: AutoPLANT Modeler, symbols, Cells, Modification Templates, OpenPlant Isometrics Manager

Modifying Weld Symbol Size

$
0
0
Current Revision posted to Plant Design and Engineering - Wiki by Rahul Kumar on 6/24/2015 10:04:58 AM


  
 Applies To 
  
 Product(s):OpenPlant Isometrics Manager
 Version(s):08.11.09.XXX
 Environment: Windows 7 64 bit
 Area: Settings/Attributes
 Subarea: 
 Original Author:Rahul Kumar, Bentley Technical Support Group
 

Background

Weld symbols appears at the joint where two components get weld. To highlight the joint, weld symbols are used. Sometimes it is required to have a big symbol size while issuing it for fabrication at shop. Below mentioned describes the weld symbol size customization.

Steps To Accomplish:

  1. In seed file, go to ‘IsoExtractor’> Cell Creation tool. See image below:

  

       2. Click on ‘Open template file’ and select ‘Fasteners’ DGN file and click open. See image below:

  

       3. It shows all default Welds types. Select the Weld to customize. Say WW for Workshop weld.

       4. Copy WW and past it below the table in order to define it in Custom.cel file. See image below:

       5. Enlarge the weld symbol as per requirement, as shown below:

       6. Place Fence on WW and click on ‘Create cell’ option. See image below:

       7. Select the Cell Library and provide cell name and description to it. See below:

       8. Workshop Weld WW has been created in custom.cel library.

      9. Save the changes and extract isometrics to verify the results. Refer changed symbol size below:

Notes:
a. If a template file as shown in point no 2 does not appears, copy the OPIM folder from below mentioned path to your workspace.
       C:\ProgramData\Bentley\OpenPlantIsometricsManager V8i\WorkSpace

b. It is a good practice to create a backup of the template file before making any modifications.

c. User may create its own custom file with logical name and customize the symbols accordingly. To enable a new cell file type the name at first place in style.cfg in order to search the library at first, as mentioned in below image.

 

See Also

Comments or Corrections?

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

Tags: OpenPlant Modeler, OpenPlant Isometrics, Customization, Modify Symbols

Modify Label Tool Does Not Work When Removing Boundary/Box around Labels

$
0
0
Revision 5 posted to Plant Design and Engineering - Wiki by Rahul Kumar on 6/24/2015 10:09:09 AM

 
 Applies To 
  
 Product(s): OpenPlant Isometrics Manager
 Version(s): 08.11.09.404
 Environment: Windows 7 64 bit
 Area: Settings/Attributes
 Subarea: 
 Original Author: Rahul Kumar, Bentley Technical Support Group
  

Overview

Modify Label Tool’ does not work while modifying cell template in Open Plant Isometrics Manager.

Problem Description

In order to remove the boundary/box area around the labels for notes, elevations, & Part ID’s, modification in cell template for cell 'PLANTC' has been done. But after the modification, user cannot be able to relocate the text area in white space of OpenPlant Isometrics Manager.

Steps to Resolve

Below are the recommendations  to resolve this without deleting the cell box for PLANTC and can have better control using ‘Modify label tool’ option. Changes can be done in two ways. Below steps has been shown by considering both cases.

  1. Set the box levels to another level.
  2. Set the color to 255 i.e. black .

Step to perform

  1. Open cell template file from ‘IsoExtractor’ main menu.

  2. Select ‘Annotation’ template and click on open. 



  3. Create a new level say PLANTC_LABEL, See image below.



  4. Copy the PLANTC cell and paste it below the Note table. See image below.



  5. Select the BOX and with right click open element information dialog box.

  6. Change the color to 255 or set the level to PLANTC_LABEL. See image below.



  7. Place a fence on whole label and click on ‘Create Cell’ option. 

  8. Choose the cell library to custom.cel and fill cell name and description exactly the same present for earlier one. See image below.



  9. Save settings and close file.

  10. Generate isometrics. It will not show the box as the color set to ‘Black’ or if level has been changed then it user can control it through ‘Level Display’ option. 

See Also

Below link on Modifying the cell template. 

Comments or Corrections?

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

Tags: Settings/Attributes, 08.11.09.404, OpenPlant Isometrics Manager

Modifying Rectangular enclosure/Boundary in Open Plant Isometric Annotations

$
0
0
Current Revision posted to Plant Design and Engineering - Wiki by Rahul Kumar on 6/24/2015 10:17:41 AM

 
 Applies To 
  
 Product(s): OpenPlant Isometrics Manager
 Version(s): 08.11.09.404
 Environment: Windows 7 64 bit
 Area: Settings/Attributes
 Subarea: 
 Original Author: Rahul Kumar, Bentley Technical Support Group
  

Background

To Remove the Rectangular Boundary in Open Plant Isometrics, user can use the custom.cel file to store its custom cell and use it whenever required. 

Steps To Accomplish:

  1. In seed file, go to ‘IsoExtractor’> Cell Creation tool. See image below:

      2. Click on ‘Open template file’ and select ‘Annotation’ DGN file and click open. See image below:

     3. It shows all default label types. Select the label to customize. Say PLANTC for plant co-ordinate label.

     4. Copy PLANTC label and past it below the table in order to define it in Custom.cel file. See image below:

       

       5. Delete the boundary for new label as shown below:

     

       6. Place Fence on PL_NTC and click on ‘Create cell’ option. See image below:

       7. Select the Cell Library and provide cell name and description to it. See below:

        8. Plant co-ordinate label PLANTC has been created in custom.cel library.

      9. Save the changes and extract isometrics to verify the results. See below image:

Notes:
a. If a template file as shown in point no 2 does not appears, copy the OPIM folder from below mentioned path to your workspace.
       C:\ProgramData\Bentley\OpenPlantIsometricsManager V8i\WorkSpace

b. User may create its own custom file with logical name and customize the label accordingly. To enable a new cell file type the name at first place in style.cfg in order to search the library at first, as mentioned in below image.




See Also

Comments or Corrections?

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

Tags: OpenPlant Modeler, Customization, OpenPlant Isometrics Manager, Modifying Symbology

How to Show Corner type Elbows on Isometrics

$
0
0
Revision 3 posted to Plant Design and Engineering - Wiki by Rahul Kumar on 6/24/2015 10:22:49 AM

  
 Applies To 
  
 Product(s): OpenPlant Isometrics Manager
 Version(s):08.11.09.404 & above
 Environment: Windows 7 64 bit & Others
 Area: Settings/Attributes
 Subarea: 
 Original Author:Rahul Kumar, Bentley Technical Support Group
  

To show Corner type elbows in OpenPlant Isometrics drawing.

Background

In OpenPlant Isometrics Manager, currently elbows show as round in isometrics drawing. Sometimes it is expected to have an elbow with corner type having edge. This can be done by modifying the cell templates and defining variable in schemas. It can be experienced using both OpenPlant modeler & AutoPLANT Modeler with OpenPlant Isometrics Manager. Below steps illustrates using AutoPLANT Modeler with OpenPlant Isometrics Manager.

  1. Using class editor, open schema OpenPlant_3D_Supplemental_Isometrics_Isoextractor.01.04.ecschema .xml.

    For AutoPLANT Modeler, below are the path to open schemas:
    ……..%....%\Bentley\Plant V8i\Bentley Plant V8i Projects\User Project\Config\OpenPlant\schemas

    For OpenPlant Modeler user, below is the path to check schema. 
    ……..%....%\Bentley\OpenPlantModeler V8i\WorkSpace\Projects\User Project\DataSet\Schemas

  2. Expand class node and navigate to class ‘Pipe Elbow’.

  3. In Class tab, go to custom attribute ‘Isometric Component’.

  4. From ‘Symbol’ field, change the value to 90S as shown in image below.



  5. Save & close Schema and launch OpenPlant Isometrics Manager.

  6. To open Isometric Configuration dialog, launch Project Administrator and browse working project  ->OpenPlant Isometrics->Settings->Create/Modify.See image below.



    Note - For launching OUT-Session, click on icon and select Tools-> Configuration button to launch



  7. Open Configuration manager. See image below



  8. From Isometric configuration dialog, select ‘Advanced’ node and click on ‘Open Seed File’ option to allow user to open seed file.



  9. From IsoExtractor menu, click on ‘Cell Creation Tool’. See image below.



  10. From Create cell dialog, click on ‘Open template File’.



  11. By default the cell template is stored under …\OpenPlant isometrics Manager \workspace\OPIM\Cell Templates folder. Select Elbows.DGN file and click on ‘Open’. See image below.



    Note: It is a good practice to create a backup of the template file before making any modifications.

  12. Go to Elbows table and copy the table and paste it next to it. Rename the table as Elbows Straight for straight type fittings. Rename all cell names from 90 to 90S. See image below.



  13. Using Drawing tab, create straight lines for all required fittings. One sample shown in image below.



  14. From Task bar, Place Fence using fence type as Block, and Fence mode as Inside and click on ‘Create Cell’ Option. See images below.





    Note: user need to define cell template using ‘Create Cell’ option to be able to use further.

  15. From ‘Create Cell’ option, defined cell Name as 90SBW, and add description as shown in below image.



    Note: It is recommended to use ‘Custom.cel’ from cell library, as the changes will retain in one separate file and it will not alter standard cell file lisocomp.cel which will allow user to use the custom.cel file for other project by copying it from one project location to another. By default it does not contain any information. To create a new cell file, copy paste the custom.cel file and type the name at first place in style.cfg in order to search the library at first, as mentioned in below image.





  16. Click on OK and Exit Seed file.

  17. Under ‘Advanced’ node from configuration dialog, click on ‘Explore style configuration’ button to open style folder.



  18. From style folder, open PCF.INI file and enter the data as shown below.



  19. Save & close file.

  20. Generate Isometric drawing and verify results. See image below: 

See Also

For Weld Symbols & other similar changes refer below link:

Comments or Corrections?

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

Tags: Settings/Attributes, AutoPLANT Modeler, 08.11.09.404, OpenPlant Isometrics Manager

How To Add New Fields In The ISOGEN BOM Such As Rating Or Schedule [TN]

$
0
0
Current Revision posted to Plant Design and Engineering - Wiki by Artiom J on 6/25/2015 4:24:34 AM

  
 Applies To 
  
 Product(s):AutoPLANT Isogen
 Version(s):All
 Environment: N/A
 Area: N/A
 Subarea: N/A
 Original Author:Bentley Technical Support Group
  

To Add New Fields to the Isogen BOM:

1. Using the AutoPLANT Script Editor open the file ..Bentley\PLANT XM\XCHG\PCF\OPCFHDR.EBS. 
2. Search for the comment '// Function to write a component's item code and add the following at the end of the list of Dim statements:

Dim rating As String
Dim schedule As String

3. Search for the '// Redirect output to MDF file add the following three lines after the last nStat statement:

nStat = at_Component_getString(rating, compID,"RATING")
nStat = at_XchgWriteText("RATING ")
nStat = at_XchgWritelnText(rating)

4. To add more fields to the Isogen Material List repeat the three lines above for the next item:

nStat = at_Component_getString(schedule, compID, "SCHEDULE")
nStat = at_XchgWriteText("SCHEDULE ")
nStat = at_XchgWritelnText(schedule)

5. To display the two new fields in the Material List add Text Type records -80 and -81 to the STYLE2-DATA-ITEMS section of the Material Definition File (.MLD). In the example below, Text Type -80 corresponds to Rating and Text Type -81 corresponds to Schedule. Please pay close attention to the start column and justification of the Data-Items and Column Headings. The vertical bar on the right determines the location of the divider between the Material List and the drawing.

STYLE2-COLUMN-HEADINGS
PART QTY SIZE COMPONENT COMPONENT RATING SCH
NO (INS) CODE DESCRIPTION|
---- ---- ----- --------- ----------- ------ ----

STYLE2-DATA-ITEMS
'PT-NO' 2 R
'QTY' 8 R 
'N.S.' 15 L
'ITEM_CODE' 22 L 
'DESCRIPTION' 35 L 
'-80' 79 
'-81' 90

See Also

Product TechNotes and FAQs

Plant TechNotes And FAQs 

External Links

Bentley Technical Support KnowledgeBase

Bentley LEARN Server

Comments or Corrections?

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

 

 

Tags: AutoPLANT Isogen, TechNotes

ProjectWise Node in Project Administrator is Greyed Out

$
0
0
Current Revision posted to Plant Design and Engineering - Wiki by Artiom J on 6/25/2015 8:45:42 AM

  
 Applies To 
  
 Product(s):ProjectWise and Project Administrator
 Version(s):08.11.09.140
 Environment: N/A
 Area: N/A
 Subarea: N/A
 Original Author:Bentley Technical Support Group
  

Overview

Sometimes during ProjectWise Integration with Project Administrator the dialog that is used for the integration will be greyed out as shown below:

  

 

Cause/Solution:

1. Check the install order of the Bentley Applications.  ProjectWise must be installed before any AutoPLANT applications. This will allow AutoPLANT upon installation to make the correct ProjectWise connections.

2. Make sure the C:\Program Files (x86)\Bentley\ProjectWise\Bin\Pwintutilsv8i.dll exist.

3. The project must be a Central Mode Project. Distributed Mode Projects will not sync with ProjectWise.

Tags: Projectwise Explorer, ProjectWise V8i, ProjectWise Administrator, ProjectWise, integration, Project Administrator

How To Feature Microstation Tags And AutoCAD Attributes

$
0
0
Current Revision posted to Plant Design and Engineering - Wiki by Rahul Kumar on 6/29/2015 7:24:52 AM

 Applies To 
  
 Product(s): OpenPlant Isometrics Manager
 Version(s):08.11.09.417 & above
 Environment: Windows 7 64 bit & Others
 Area: Settings/Attributes
 Subarea: 
 Original Author:Rahul Kumar, Bentley Technical Support Group

In OpenPlant Isometrics Manager, below process describes an overview of creating Title Block Attributes in ProjectWise to be used with the Title Block integration feature with Isometrics created using OpenPlant Isometrics Manager.

Background

Tag Sets are used in MicroStation for title block integration to function properly with DGN files. Tag Sets must be a cell in the OpenPlant Isometrics Manager Seed file in order to convert over to an attributed block if the format output from OpenPlant Isometrics manager is DWG. Only then will the tags convert to AutoCAD attributes and then be usable between ProjectWise and AutoCAD title block attributes to be updated. If the format output is DGN, then the tag sets do not have to be cells. When copying a user’s DWG backing sheet into the OPIM seed file, the AutoCAD attributes will convert to MicroStation Tag Sets but must then be created as cells. A certain amount of prerequisite knowledge of creating ProjectWise attributes under attribute exchange rules using ProjectWise Administrator is required.

Steps To Accomplish

A. Adding attributes and Attribute Classes in ProjectWise Administrator

Note: These are not the exact steps but just an overview of what needs to be created in ProjectWise Administrator.

Adding attributes

1. Using Projectwise Administrator, choose the Environments to modify and create attributes. In this example, Attributes REV_2, DESCRIPTION_2,     DATE_2, CHK_2, DRWN_2, APP_2 and ENG_2 have been created.

    

2. Add the Attributes Graphically under the Attribute Layout as shown below.

    


3. Create an Attribute Class and the matching Attributes under the Attribute Exchange rules > AutoCAD TitleBlocks.

    

4. Here the exact Attribute Class and Attributes in MicroStation Title Blocks is created. User can copy and paste from one “Attribute Class” to another to save         time.

    

 

B. Adding tag sets using OpenPLANT isometrics Manager

Note: These are not the exact steps but just an overview of what needs to be created in Projectwise Administrator.

  1. Open OpenPlant Isometrics Manager and go to the Isometrics Style tab.



  2. Choose Advanced from the left hand portion of the dialog and Choose Open Seed File.

  3. Once the Seed file is open, go to Element > Tags > Define.




  4. Choose the Add button and create a new Tag Set Name.




    Note: The Tag Set name MUST be the exact same name as the Attribute Class name you created in Projectwise.

  5. Click the Add button and Define the Tags that Match the Attributes you created as shown below. In this example, Tags REV_2, DESCRIPTION_2  DATE_2, CHK_2, DRWN_2, APP_2 and ENG_2 have been created to match the attributes crated in ProjectWise Administrator.



  6. Choose the Attach Tags command from the Drawing Task Menu. Input values for the tags just for a visual and move them to the location needed in the drawing.



C. Creating the Tag Cell for use with OpenPLANT isometrics Manager

  1. Go to Element> Cells.



  2. From the Cell Library dialog, Create a new Cell library by choosing File> New.



  3. Using the Element Select tool, highlight the Tags user want to create a cell of.



  4. Select the Define Cell origin command and choose the origin of the cell.



  5. Choose the Create button.



    Note: The Cell name MUST be the same exact name as the Attribute Class you created in ProjectWise Administrator. This is needed when OpenPLANT an isometrics manager saves the file as a DWG, the Cell will convert to an Attribute block with that name.

  6. Delete the existing tags created the cell from the drawing and replace it with the cell newly created. By doing so the tags do not convert to attribute blocks unless it is a cell.



D. Testing the Tag Set and Attribute Block in OpenPLANT isometrics Manager and Projectwise

  1. Test this in DGN format first. Generate an Isometric, Post it to Projectwise and update the Attributes under the file properties as shown below.  

  2. Open the DGN ISO and run the keyin titleblock updatenow . Notice the Tag sets update as shown below.



  3. Test this in DWG format. Open Isometrics Manager and go to the Isometrics Manager tab. Change the Isometric Output Format to DWG.



  4. Choose Save and Close.

    Note: Isometrics Manager must be closed and reopened for this change to take effect. Also delete the pcf file from the DGN or you will get an error during posting.

  5. The application associated with the Isometrics posted in DGN will be Microstation. Change the application association to AutoCAD.



  6. Right click on the file and choose Properties. Update the Attributes as shown below and save.



  7. Open the Isometric in AutoCAD. Go to the Projectwise Menu > Title Block > Update Drawing. The attributes will update.

Comments or Corrections?

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

Tags: AutoPLANT Modeler, OpenPlant Isometrics Manager, 08.11.09.417

How to Change Isometric Output Drawing Name Format

$
0
0
Current Revision posted to Plant Design and Engineering - Wiki by Rahul Kumar on 6/29/2015 10:41:47 AM

Applies To
Product(s):OpenPlant Isometrics Manager
Version(s):08.11.09.XXX
Environment:Windows 7 64 bit & Others
Area:Settings/Attributes
Subarea:-
Original Author:Rahul Kumar, Bentley Technical Support Group

In OpenPlant Isometrics Manager, Isometric drawing nomenclature formatting required by user. Below explanations illustrates on changing the format. 

Background

In OpenPlant Isometrics Manager, isometrics output drawing name contains three parameters, LINENUMBER, ‘ISO’, and NUMBER. As per Project requirement user might need to change this to some different format. For this, it is require to change the expressions present under ISO_SHEET class and define it as desired. Below steps will aid user to configure the desired settings. Refer example for new expression would be Project_Name – Unit – TAG- LINENUMBER- ISO-NUMBER. 

Steps to Resolve

  1. In Class editor, Open’ OpenPlant_3D.01.04.ecschema’ schema and supplement it with ‘OpenPlant_3D_Supplemental_Modeling.01.04.ecschema’ and ‘OpenPlant_3D_Supplemental_Isometrics_Isoextractor.01.04.ecschema’.

    Path to follow the default project schema:
    C:\ProgramData\Bentley\OpenPlantModeler V8i\WorkSpace\Projects\ OPModeler_Metric\DataSet\Schemas

  2. Navigate to ISO_SHEET Class.

  3. Go to Property Tab, and select NAME property.

  4. Check EC Expression custom attribute.

  5. Change the Expression to “OPModeler_Metric-” & this.UNIT & “-TAG-” & this.LINENUMBER & “-ISO” & this.NUMBER See image below.



  6. In OpenPlant Modeler re-create iso sheet and publish I model.



  7. Generate Isometrics and verify results. 

Comments or Corrections?

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

Tags: 08.11.09.XXX, Isometrics Output, DWG name, OpenPlant Isometrics Manager

Removing Spec Break Symbol in Isometric Drawing

$
0
0
Revision 1 posted to Plant Design and Engineering - Wiki by Rahul Kumar on 6/29/2015 2:02:40 PM

  
 Applies To 
  
 Product(s): OpenPlant Isometrics Manager
 Version(s):Till 08.11.09.404
 Environment: Windows 7 64 bit & Others
 Area: Settings/Attributes
 Subarea: 
 Original Author:Rahul Kumar, Bentley Technical Support Group
  

Requisition has been made by some user to remove the spec break from Isometrics Manager as per their requirement. Below is the customization done to achieve the desired workflow. However this can be considered as an alternative workaround by removing the symbols from library and is beneficial for the user's who are using the version stated above in template. 

Steps to Accomplish

To remove a spec break option, it is needed to define the new spec break in second available ‘custom.cel’.

  1. Launch Open Plant Isometrics Manager, and open configuration dialog box.

  2. From Advance node option, open seed file.

  3. Go to iso extractor and click on cell creation tool.

  4. Navigate to cell template folder and select Annotation to open.

  5. Copy the spec break label and paste it to down below. Delete the spec break label and leave a point there. See image below:





  6. Place a fence and click to create cell option.

  7. Select the Cell Library and provide cell name and description to it. 



  8. Save the changes and verify the order of custom.cel written in style.cg file. See notes below
    Notes: 

    a. If a template file as shown in point no 4 does not appears, copy the OPIM folder from below mentioned path to your workspace. 
           C:\ProgramData\Bentley\OpenPlantIsometricsManager V8i\WorkSpace

    b. User may create its own custom file with logical name and customize the label accordingly. To enable a new cell file type the name at first place in style.cfg in order to search the library at first, as mentioned in below image.

See Also

 

Comments or Corrections?

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

Tags: DGN Template, AutoPLANT Modeler, 08.11.09.404, Cells, OpenPlant Isometrics Manager, Modifying Symbols

Border line weight with in DWG output.

$
0
0
Current Revision posted to Plant Design and Engineering - Wiki by BerrieG on 6/30/2015 7:30:42 AM

  
 Applies To 
  
 Product(s):OpenPlant Isometrics Manager
 Version(s):08.11.09.466
 Environment: Windows 8
 Area: Processing
 Subarea: N\A
 Original Author:Berrie Geboers, Bentley Technical Support Group
  

Problem

 
If you run an Iso as DWG output the line thickness is too big for a couple of lines from the border.


Solution

Run an ISO in DWG output.
Choose after completion, show Isometric.
In the preview choose File>Save AS.
In the next dialog, choose Options.
In the following dialog, select Line Weights
Observe that the weight for line 1 as DWG weight is in 2.11 
By clicking on the value 2.11, you can select a new value: 0.15
After setting the value click on the save button.
In the next dialog click Save to overwrite the OPIM.DWS file.
Confirm the replacing.
Close all dialogs and run a new ISO in DWG output.

See Also



Tags: 08.11.09.466, en, OpenPlant Isometrics Manager, SELECTsupport, Openplant, ProcessingWindows 8
Viewing all 4857 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>