Load Manager

This function block monitors the current load in a building and protects against overload. If the maximum permissible power (MaxP) is exceeded, loads assigned to the function block are shed and blocked based on priority.

Only loads that can be switched, either directly, or via an interface can be used.

Table of Contents


Inputs

Abbreviation Summary Description Unit Value Range
Gpwr Grid power. Input is only available in overload protection mode
This input is only visible in certain configurations.
kW
Gi Grid energy import. Input is only available in peak load manager mode.
This input is only visible in certain configurations.
kWh 0...∞
Tr Trigger to update reference value for average power calculation. Input is only available in peak load manager mode.
This input is only visible in certain configurations.
-
S1-12 Status load 1-12 Digital input of the load’s current status.
When this input is used, you will be notified when the load is shed due to overload.
- 0/1
Off Off Resets all outputs. As long as this input is active, the function block is disabled.
The name of the connected sensor is used in the user interface.
- 0/1




Outputs

Abbreviation Summary Description Unit Value Range
L1-12 Lock load 1-12 If the function block's maximum power capacity (MaxP) is exceeded, power is made available by locking loads with higher priority. - 0/1
Ap Available power Currently available power until the maximum power capacity is reached. kW
AvgP Average power Average power for this time period since the last pulse or the beginning of a new quarter hour. Output is only available in peak load manager mode.
This output is only visible in certain configurations.
kW
TsU Time since value update Time that has passed since the last reference value update for average power calculation. Output is only available in peak load manager mode.
This output is only visible in certain configurations.
s
MaxPe Maximum power exceeded ON, when the maximum power capacity (MaxP) is exceeded for 30 seconds - 0/1
AC API Connector Intelligent API based connector.
API Commands
- -




Parameters

Abbreviation Summary Description Unit Value Range Default Value
MaxP Maximum power Defines the maximum power capacity kW 0...∞ 20
Hys Hysteresis Defines the value when loads can be turned on again after falling below maxP. Parameter is only available in peak load manager mode.
This parameter is only visible in certain configurations.
kW 0...∞ 1




Properties

Summary Description Default Value
Configuration Configure the individual loads of the Load Manager. -
Working mode Configure the mode in which the load manager should be working -




Application Example

The loads, including their power, that are to be shed in the event of an overload are specified in the configuration window that opens when the block is added or via the block's settings.

The top entry has the highest priority for load shedding, i.e. it is locked first. Should this be insufficient, additional entries are locked according to their priority:

In this example, we control two boilers, a charging station for an electric vehicle, and the sauna. Up to 12 loads can be configured using the function block.
The inputs and outputs of the block are then connected in programming:

The status of the loads is determined via the status inputs of the function block, in the example (S1 - 4).
Although the status inputs are not required for operation, they allow the status of the loads to be displayed in the user interface and allow the function block to determine the speed of the load shedding.

The outputs of the function block, in the example (L1 - 4), are used to lock the loads. An active output means a locked load.
Additional logic will most likely be required, since loads are rarely switched by the block alone, but are only enabled or disabled by the block.

The current total electrical power is transmitted to the function block via Input (Gpwr).
Parameter (MaxP) specifies the maximum permissible electrical power.
Based on these two values the function block can detect an overload and determine whether shedding loads is needed.

As soon as an overload is detected, the first load is locked. If locking the first load does not resolve the overload, additional loads will be locked.
After locking one or more loads, a 10-second waiting period will allow the system to stabilize before the load condition is re-evaluated and, if necessary, additional loads will be locked or re-enabled.

Loads are re-enabled in reverse order once sufficient power is available again, i.e. the load's power +10 percent would not lead to an overload when it is switched on. Only one load is switched on at a time, 10 seconds after which the load condition is checked again.

The user interface shows the current load conditions and the status of the used loads:


Peak load manager

With the "Peak load manager" working mode, the load manager determines the average power every 15min or at adjustable time intervals, and sheds loads when exceeded.

Therefore, activate the working mode in the properties window:

Double-click on the block to open the configuration window, where the Power, Maximum off time and Minimum on time of the respective loads can be specified:

With each new value sent from the meter interface to the input (Gi), the current average power (AvgP) is calculated for each quarter hour or since the last trigger pulse.

When the current average power (AvgP) exceeds the maximum power (maxP), the load manager starts shedding loads, starting with the load with the highest priority.

Loads are re-enabled in reverse order once sufficient power is available again, specified in parameter (Hys).
However, if the "Maximum off time" of a load has expired, it is re-enabled back on. If the maximum power is still exceeded, this load is shedded again after its "Minimum on time".