Unit 2: Tag Management

Step 1: Tag Group Creation


  1. Log in to the EnOS Management Console and select Data Catalog from the left navigation bar.
  2. In the left navigation bar of the Data Catalog, click Tag Management.
  3. In the tag group list on the left side of the Tag Management function homepage, click New Group add_tag_group_icon on the upper right to create a new group.
  4. On the Create Tag Group page, enter the following information:
    • Tag Group ID: enter MyHaystack
    • Name: enter MyHaystack
  5. Click OK to create the tag group.

Step 2: Tag Creation

co2 Tag Creation


  1. On the Tag Management function homepage, select the MyHaystack tag group.
  2. Click New/Import Tag > New Tag.
  3. On the New Tag page, enter the following information:
    • Tag ID: enter co2
    • Name: enter co2
    • Description: enter Building co2 tag
  4. Click OK to complete co2 tag creation.

zone Tag Creation


  1. On the Tag Management function homepage, select the MyHaystack tag group.
  2. Click New/Import Tag > New Tag.
  3. On the New Tag page, enter the following information:
    • Tag ID: enter zone
    • Name: enter zone
    • Description: enter Building zone tag
    • Tag Attribute: Click Add Attribute, then enter or select the following information:
      • Attribute Name: enter floor
      • Type: select int
  4. Click OK to complete zone tag creation.

sensor Tag Creation


  1. On the Tag Management function homepage, select the MyHaystack tag group.
  2. Click New/Import Tag > New Tag.
  3. On the New Tag page, enter the following information:
    • Tag ID: enter sensor
    • Name: enter sensor
    • Description: enter Building sensor tag
  4. Click OK to complete sensor tag creation.

Step 3: Tag Association


  1. Using the Data Asset Explorer feature, locate Test_SGBuilding::ZoneCO2.

    For more on retrieving data objects, see Exploring Data Asset.

  2. Click View view_object_icon or ID Test_SGBuilding::ZoneCO2 at the end of the row to enter the object details page.

    Note

    measurement points synchronized from the IoT Hub will automatically have the tag DcmModel:Test_SGBuilding, and under the Asset Association tab, the devices under the model are automatically associated Building_DeviceA.


    ../_images/co2_tag_associate.png ../_images/co2_asset_associate.png
  3. At the top of the object details page, click Associate Tags to make the Associate Tagsn window pop up.

  4. In the drop-down, select the MyHaystack tag group.

  5. Expand the MyHaystack tag group, then select the tags co2, zone, and sensor.

  6. Expand the zone tag attribute information, and then in the Value column, enter 2.

  7. Click OK to complete tag association.