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:
- After importing into Profile Studio, open the SCD file.
- In the SCL > DataTypetemplates > EnumTypes section, note the tag types you want to include in the
equipment.profiles
file. - In Profile Studio, go to Settings > Open .config location.
- In a text editor, open the
[your project name].config
file. - Next to
"EnumTypeIds"
, enter the tag values you want to include in theequipment.profiles
file. To add multiple tags, separate the tags using a comma. - Save the file.
- In Profile Studio, choose Project > Export full configuration package.
In the following example, ["Dbpos"]
and ["ModKind"]
are added by the user:
{
"EnumTypeTagsWhitelist":
{
"EnumTypeIds":["Dbpos"],["ModKind"],
}
}
For more information, see Exporting configuration packages.
Your equipment.profiles
file will contain your included enum tag state values.