ST_BA_PlantOperation

TYPE ST_BA_PlantOperation :
STRUCT
  aOpMode      : ARRAY [1 .. XBA_Param.nPlantCtrl_OpModeCount] OF UDINT;
  aPriority    : ARRAY [1 .. XBA_Param.nPlantCtrl_OpModeCount] OF E_BA_Priority            := [ XBA_Param.nPlantCtrl_OpModeCount(E_BA_Priority.eDefault) ];
  aIgnoreFlags : ARRAY [1 .. XBA_Param.nPlantCtrl_OpModeCount] OF E_BA_AggregateIgnoreFlags := [ XBA_Param.nPlantCtrl_OpModeCount(E_BA_AggregateIgnoreFlags.None) ];
  aAggregates  : ARRAY [1 .. XBA_Param.nPlantCtrl_AggregateCount] OF ST_BA_PlantAggregateReference;
END_STRUCT
END_TYPE