AddAggregate
The method defines the behavior of aggregates.
Illustration
METHOD AddAggregate : I_BA_PlantOperationBuilder
VAR_INPUT
iRef : I_BA_Aggregate;
bWaitForProcesses : BOOL := FALSE;
bWaitForEvents : BOOL := FALSE;
tDelayStepDown : TIME;
tDelayStepUp : TIME;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
iRef | I_BA_Aggregate | Reference to the corresponding aggregate. |
bWaitForProcesses | BOOL | Active processes are taken into account when switching. |
bWaitForEvents | BOOL | Events of this (and higher) lock priority are taken into account when switching. |
tDelayStepDown | TIME | Delay in step-down. |
tDelayStepUp | TIME | Delay in step-up. |