Add a new tag property - SmartPlant Foundation - IM Update 46 - 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 following example shows how to add a new tag property “CableCategory” in the SCHEMA_SPO.xlsm file.

  1. Navigate to Smart Community for sample ELF of SCHEMA_SPO.xlsm file. For more information, see Find sample data on Smart Community.

  2. Open the SCHEMA_SPO.xlsm file. In the PropertyDef sheet, add a new row in the PropertyDef section, and type the UID, name, and description of the new tag property in the UID, Name, and Description columns.

    For example:

    GRAPHIC_new PropertyDef

  3. Add a new row in the ScopedBy section. In the UID1 column, type the UID of the PropertyDef as defined in the PropertyDef section. In the UID2 column, type the UID for the type of property. Define the relationship between PropertyDef and the type of property by typing a value in the UID column.

    For example:

    GRAPHIC_ScopedBy values for property

  4. Add a new row in the Exposes section, and type the interface that PropertyDef exposes in the UID1 column. In the UID2 column, type the UID of PropertyDef as defined in the PropertyDef section.

    For example:

    GRAPHIC_Exposes values for tag property

  5. Click File > Save to save the spreadsheet by renaming it as SCHEMA_SPO_TAG.xlsm.