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 BlueCieloMeridian Enterprise Configuration Guide. The link also supports object 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 BlueCieloMeridian Enterprise Configuration Guide.
Synchronizing Meridian Enterprise object properties with drawing attributes requires that the object have:
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:
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.
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) |
IgnoreAssetTypes |
Names of asset types to hide in the Drawing tags dialog box and to exclud 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 object 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 Object indication property as described in Configuring the document to object relationships . If set to 0, the property is not updated. The type must be included in the [MappedAssetTypes] section. |
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.*)
Tips
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