<< Click to Display Table of Contents >> Navigation: »No topics above this level« Description |
mapp Services V5.16
This function block forms the core of event management and requires the MpLink of an MpEnergyCore configuration.
As soon as MpEnergyCore is active, it collects energy data from all registered consumers. The current energy and power consumption is indicated on the outputs of the function block. The peak values for energy and power are listed in the info structure. The collected data can be exported to the specified storage medium ("DeviceName") via the "Export" command. A successful export is indicated via output "ExportDone". All collected energy and power data can be reset using the "Reset" pin; measurement/collection then starts over. Output "ResetDone" indicates whether the reset was successful.
Parameter "Record memory" in the MpEnergyCore configuration can be used to define where the collected energy data should be stored. This means that the energy data will still be available even in the event of a power failure, for example. For more information, see here.
MpEnergyCore records data as soon as it is active. A temporary recording of energy and power data is started via the "TemporaryRecord" pin. Recording begins on a rising edge of input "TemporaryRecord" and ends on a falling edge. Output "TemporaryRecording" indicates whether a temporary recording is active or not. The data from the temporary recording can be found under parameter "TemporaryRecord" in structure "Info".
MpEnergyCore collects energy data from the following sources:
•MpEnergyRegEnergy: The energy specified here is what is consumed by a particular source.
•MpEnergyRegPower: The power is used here to calculate the energy consumed by a particular source.
•ACOPOSmulti: If an ACOPOSmulti is controlled using MpAxis, its energy data can also be included in the calculation. There is an option for this in the MpAxisBasic configuration.