<< Click to Display Table of Contents >> Navigation: »No topics above this level« MpEnergyCore |
mapp Services V5.16
This function block collects energy data and prepares it for later use.
Our B&R Tutorial Portal includes tutorials about mapp Energy (GER/ENG). (access data) |
Our YouTube channel includes tutorial mapp Energy part 1, which explains how energy data can be collected. |
Optional parameters
Parameter |
Data type |
Description |
|
IN |
MpLink |
Pointer to MpComIdentType |
Connection to mapp configuration (MpLink of an MpEnergyCore configuration) |
IN |
Enable |
BOOL |
The function block is active as long as this input is set. |
IN |
ErrorReset |
BOOL |
Resets function block errors. |
IN |
TemporaryRecord |
BOOL |
Starts a temporary recording. |
IN |
DeviceName |
Pointer to STRING[50] |
File device (data storage medium) where the files are stored. |
IN |
Export |
BOOL |
Saves the currently existing data from memory to a file on the specified data storage device ("DeviceName"). |
IN |
Reset |
BOOL |
Resets the collected energy and power data. |
OUT |
Active |
BOOL |
Function block active. |
OUT |
Error |
BOOL |
Error occurred during execution. |
OUT |
StatusID |
DINT |
Status information. |
OUT |
CombinedActiveEnergy |
LREAL |
Total active energy [kWh]. |
OUT |
CombinedReactiveEnergy |
LREAL |
Total reactive energy [kWh]. |
OUT |
ActivePower |
LREAL |
Active power [kW]. |
OUT |
ReactivePower |
LREAL |
Reactive power [kW]. |
OUT |
CommandBusy |
BOOL |
Function block currently executing command. |
OUT |
TemporaryRecording |
BOOL |
Indicates that a temporary recording is active. |
OUT |
ExportDone |
BOOL |
Indicates that a file was exported successfully. |
OUT |
ResetDone |
BOOL |
Indicates that the energy data was reset successful. |
OUT |
Info |
Additional function block information. |
Section mapp components explains how mapp components are structured. In addition, it provides important notes for correctly using mapp components (e.g. for downloads).
Topics in this section: