EnergyMultiIntervalCounter
The EnergyMultiIntervalCounter multi-counter contains the functionality of the EnergyMultiCounter multi-counter as well as the interval function of the EnergyIntervalCounter single counter. For information on using the interval function and the available operating modes, see chapter EnergyIntervalCounter.

The 15 min. power monitor does not fit into the system and keeps running regardless. Current power values are available irrespective of the operating mode.
Variables for handling the energy meter, i.e. to activate and deactivate the function and to output status information and energy values.
Variable name | Description |
|---|---|
xEnable | Data type: BOOL |
| |
xReset | Data type: BOOL |
| |
xError | Data type: BOOL |
| |
xWarning | Data type: BOOL |
| |
udiMessageID | Data type: UDINT |
Message ID number | |
sAdditionalText | Data type: STRING |
Additional message text | |
xGetAccessControl | Data type: BOOL |
| |
xControlActive | Data type: BOOL |
| |
xResetCounter | Data type: BOOL |
| |
rEAct_InWs | Data type: REAL |
Current energy value in [Ws] | |
xRunning | Data type: BOOL |
| |
xSingleShot | Data type: BOOL |
| |
xStartStop | Data type: BOOL |
| |
xTrigger | Data type: BOOL |
| |
rEAct_Cmpl_InWs | Data type: REAL |
Sum of all energy values in [Ws] | |
rEAct_Neg_InWs | Data type: REAL |
Sum of all negative energy values in [Ws] | |
rEAct_Pos_InWs | Data type: REAL |
Sum of all positive energy values in [Ws] | |
r15MinAverage | Data type: REAL |
Mean power value of the last 15 min in [W] | |
MaxPwr | Data type: REAL |
Maximum value of the applied power in [W] | |
MinPwr | Data type: REAL |
Minimum value of the applied power in [W] |
