Including enum tag state values for export

When you export a configuration package using Profile Studio, one of the files contained within the package is the equipment.profiles file. The equipment.profiles is an XML file that contains descriptions of the capabilities of devices and tag (datapoints) definitions that Power Operation Studio will use. Depending on the enumtype, which is defined by the Substation Configuration Description (SCD) file, a tag could contain multiple enum tags.

Use Profile Studio to configure which enum tag state values matter to you and will, therefore, be included in your equipment.profiles file.

To include enum tag state values in your export package:

  1. After importing into Profile Studio, open the SCD file.
  2. In the SCL > DataTypetemplates > EnumTypes section, note the tag types you want to include in the equipment.profiles file.
  3. In Profile Studio, go to Settings > Open .config location.
  4. In a text editor, open the [your project name].config file.
  5. Next to "EnumTypeIds", enter the tag values you want to include in the equipment.profiles file. To add multiple tags, separate the tags using a comma.
  6. In the following example, ["Dbpos"] and ["ModKind"] are added by the user:

    Copy
    {
        "EnumTypeTagsWhitelist":
        {
            "EnumTypeIds":["Dbpos"],["ModKind"],
        }
    }
  7. Save the file.
  8. In Profile Studio, choose Project > Export full configuration package.

For more information, see Exporting configuration packages.

Your equipment.profiles file will contain your included enum tag state values.