BlueCielo Meridian Asset Management Module 2018 Administrator's Guide

Configuring tag name prefixes and suffixes

By default, only the literal value is extracted and matched to a tag name in the vault. Optional prefix and suffix text strings can be concatenated with the values when they are saved in the Meridian Enterprise property. The value of the prefix and suffix text is retrieved from other Meridian Enterprise properties for the same drawing from which the values are extracted.

To configure a tag name prefix or suffix:

  • Under the TagListProperty setting described in Configuring the AutoCAD link, specify the property names by adding TagPrefixPropertyDef or TagPostfixPropertyDef settings using the following syntax:

    TagPrefixPropertyDef=<PropertySetName.PropertyName>
    TagPostfixPropertyDef=<PropertySetName.PropertyName>

For example, to specify the prefix UNIT_ for a tag value like UNIT_D0000, you would type the following: TagPrefixPropertyDef=[UNIT_]<PropertySetName.PropertyName>

To perform character substitutions or to exclude characters, see Configuring tag filters.