BlueCielo Meridian Asset Management Module 2018 Administrator's Guide

Configuring the AutoCAD P&ID link

Besides the link for standard AutoCAD that is described in Configuring the AutoCAD link, the Asset Management Module also installs a special link for AutoCAD P&ID. This link supports property synchronization as described in the BlueCielo Meridian Enterprise Configuration Guide. The link also supports tag to attribute synchronization as described in this topic. Configuring the attribute synchronization is similar to configuring standard AutoCAD title block synchronization as described in the BlueCielo Meridian Enterprise Configuration Guide.

Synchronizing Meridian Enterprise tag properties with drawing attributes requires that the tag have:

  • A Meridian Enterprise reference to the related drawing. The reference must be of the type that is specified for the Reference type option described in Configuring the document to tag relationships .
  • A name equal the attribute value of the asset in the drawing. The name must be the value of the Tag number property option described in Configuring the document to tag relationships .
  • Its Meridian Enterprise properties mapped to the asset attributes in the drawing as described in the following task.

The properties can be automatically synchronized (disabled by default). When enabled, the synchronization occurs from the Meridian Enterprise properties to the asset attributes in the drawing when the drawing is opened. The drawing must be saved to save any attribute updates. When the drawing is closed, the synchronization is repeated from the drawing to the Meridian Enterprise properties.

To configure the AutoCAD P&ID link:

  1. Enable the Asset Management Module features of the AutoCAD P&ID link on each user’s PC that will use the features. Set the AcadPnIDConfig registry value described in the BlueCielo Meridian Enterprise Administrator's Guide.
  2. In Configurator, expand Environment in the configuration tree and select Application Link Settings. The settings for each link appear in property pages in the right pane.
  3. Click the AutoCAD tab. The AutoCAD link’s settings page appears in the right pane.
  4. Click the Edit button to modify the settings.

    Tip    To export the settings file to your computer, click the Export button. This can be useful if you would rather edit the file in your favorite text editor. You can then copy your changes to the Clipboard and paste them into Configurator.

  5. Locate the section of the file labeled [AssetSettings]. If the section does not exist, you can create it.
  6. Edit or create the settings described in the following table.
  7. Locate the sections for each attribute type listed in the MappedAssetTypes setting. If the sections does not exist, you can create them.The lines in these sections specify the AutoCAD P&ID attributes that you want to synchronize.
  8. On consecutive lines in each section, list the attributes that you want to synchronize, one line per attribute. For each attribute, specify the Meridian Enterprise property set and property name to which you want it synchronized. Also specify a flag if the attribute should be read-only (RO) or write-only (WO). By default, attribute are read/write (RW).

    Use the following format for each line:

    <AttributeName>=<PropertySet.PropertyName>,<Flag>

    If multiple assets in the same asset type have the same property mappings, you can list the asset names in an Aliases setting and specify the mappings only once. For example, Aliases=Instrumentation.NS, Instrumentation.T, Nozzles. If multiple asset names begin with the same characters, you can type a single wildcard character to match the names (for example, Instrumentation.*)

    Tip    
    • You can type comments in the file by beginning each line with a semicolon (;).
    • You can find the names of property sets and properties on the Properties page of each document type.
  9. Click OK to save your changes.
  10. Test the link thoroughly by synchronizing each attribute.
AutoCAD P&ID link settings
Setting Description

AutoUpdate

Works the same as the AutoUpdate settings in the standard AutoCAD P&ID link described in the BlueCielo Meridian Enterprise Configuration Guide. The settings there affect property synchronization with the AutoCAD P&ID project and drawing files only. The setting here affects property synchronization with asset attributes only.

The possible values of AutoUpdate are:

0 - Updates are disabled on OPEN on SAVE (the default)
1 - Updates are enabled on OPEN, but disabled on SAVE
2 - Updates are enabled on SAVE, but disabled on OPEN
3 - Updates are always enabled

IgnoreAssetTypes

Names of asset types to hide in the Drawing tags dialog box and to exclude from automatic synchronization. If multiple type names begin with the same characters, you can type a single wildcard character to match the names (for example, Valves.*).

MappedAssetTypes

Comma-separated list of the names of all asset types to synchronize. Each name should have its own corresponding section of settings as described in the following steps. If multiple type names begin with the same characters and they all use the same settings, you can type a single wildcard character to match the names (for example, Equipment.*). However, if you want to specify different settings for each type, you must list each name separately and create a separate settings section for it.

TagValueProperty

Name of the attribute tag that contains the tag number. If not specified, then the AutoCAD P&ID tag number is used.

UpdateAssetTypes

If set to 1, the name of the AutoCAD P&ID asset type will be saved in the Meridian Enterprise property that is configured for the Tag indication property as described in Configuring the document to tag relationships . If set to 0, the property is not updated. The type must be included in the [MappedAssetTypes] section.

ZoomScale

The view scale factor to which to zoom when a user clicks Zoom in the Drawing Tags dialog box in AutoCAD to show the block that contains the selected tag data.

Following is an example of the settings described in this task.

[AssetSettings]
TagValueProperty=Name
MappedAssetTypes=Equipment.*, Instrumentation.TT
; Default: AutoUpdate=0
AutoUpdate=1
UpdateAssetTypes=1
IgnoreAssetTypes=HandValves

[Equipment.*]
prop1=Propset1.propname1
prop2=Propset2.propname2,RO
prop3=Propset3.propname3,WO

[Instrumentation.TT]
Aliases=Instrumentation.*, Gauges
prop1=Propset1.propname1
prop2=Propset2.propname2,RO