By default, each block/cell only represents one tag type in the vault and that type has a specific naming standard. If your blocks/cells can represent multiple tag types (each with a different naming standard) and the tag type is specified in a document property, you can specify which naming standard should be used depending on the value of the document property.
To configure alternate tag names:
Setting | Description |
---|---|
CaseProperty |
The name of a document property that contains the values that will be used to determine the naming standard. The setting should use the following syntax: CaseProperty=<PropertySetName.PropertyName>
For example: CaseProperty=Custom.UnitType |
CaseValues |
A comma-separated list of the values that will be used to determine the naming standard. For example: CaseValues=Chemical,Electrical,Mechanical |
Following is an example of one complete TAGBLOCK section configured for alternate tag names:
[TAGBLOCK_BLOCK1] TagProperty=TAG_NO TagType=Equipment Chemical=[PROCESS]-[FLUID]-[NUMBER] Electrical=[NUMBER]
In this example for a block named BLOCK1, all tag names are linked to the tag type Equipment (the default for the block). Tags related to documents for which the UnitType property contains Chemical are named with the PROCESS, FLUID, and NUMBER attributes/tags. Tags related to documents for which the UnitType property contains Electrical are named with only the NUMBER attribute/tag. Tags related to documents for which the UnitType property contains any other value are named with the TAG_NO attribute/tag.