ST_BA_ProfileDescription
The parameterization structure is used to describe a profile within FB_BA_PlantControl.
Syntax
TYPE ST_BA_ProfileDescription:
STRUCT
sDescription : T_MaxString;
nPrio : UDINT;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
sDescription | T_MaxString | The plant profile in question in plain text. For display purposes only. |
nPrio | UDINT | The priority is used to command all aggregates of a plant. The priority is transferred from the plant control program FB_BA_PlantControl within the ST_BA_Aggregate to the aggregates and output at the function block FB_BA_Aggregate. Within the aggregate templates, this priority is used to command the objects. |