Skip to content
  • There are no suggestions because the search field is empty.

Adding groups to tag names in DataHub scripts

How can I add tag groups to my tag name when I'm using DataHub scripting?

Attached is a sample script that will show you how to add tag groups to your tag name in DataHub using scripting.

Note: By default, the data type is set as an R8. To specify another data type, such as string in this example, add the following for any datatype you want to specify:
.me.MapPoint(string(.dataDomain, ":", tagName), ".", "String");