Modify the TAG information - SmartPlant Foundation - IM Update 48 - Help - Hexagon

SmartPlant Foundation Help

Language
English
Product
SmartPlant Foundation
Search by Category
Help
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)
Smart Review Version
2020 (15.0)

The TAG work process includes information on tag types, schema definitions, mappings, and so on. The DataEnum sheet in the DATA_SPO.xlsm file contains all the tag types that can be published in SPO/E Core and retrieved by the other authoring tools.

To make sure all the tags are published and retrieved to the correct tag types, SPO/E Core uses the mappings “SPFObjClassEnumEnumEnumEnum(interactive) and “SPFEnumEnumObjClassEnumEnum(Publish) for each specific tag type.

Each tag type in SPO/E Core has its own enumeration value in the EFSchema and can be found in the specific Enumerated List Type. The following illustration shows the Instrument Enumerated List:

GRAPHIC Instrument Process Function Enum List type

You can also implement CTA for new tag types. To implement CTA for new tag types, follow these steps:

  1. Analyze the existing tag types defined in various DataEnum sheets in the DATA_SPO.xlsm file to identify where you need to add the new tag type, and if the new tag type has a default EnumEnum value or not.

  2. If the new tag type has a default EnumEnum value in the EF schema, you must add the new tag type to the relevant DataEnum sheet. For example, if you want to add a new Electrical Equipment tag type, you must add it in the DataEnum1 sheet.

  3. If the new tag type does not have a default EnumEnum value, you must define a new EnumEnum value for it in the EF schema. After defining the new EnumEnum value, you must add the enumeration mappings for the new tag type in the DATA_SPO.xlsm file and save it as DATA_SPO_TAG.xlsm.

What do you want to do?