Shift statistics in graphic form in an HMI application

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Shift statistics in graphic form in an HMI application

mapp Services V5.16

Requirement

The shift supervisor wants to be able to see the OEE characteristics (availability, quality, performance, OEE) from the last few months as a historical graph in the HMI application.

 


 

Solution

Component list

MpOeeCore (own MpLink): Manages and saves shift data

MpOeeTrendUI (MpLink from MpOeeCore): Contains all necessary parameters and structures for establishing a connection to an HMI application and displaying the saved OEE characteristics as a historical graph.

Connection diagram

mpoeeusecase_2_connection

 

 

Configuration

The MpOeeCore configuration is added. The desired shift division is specified under "Shifts". The starting and ending times of a shift are specified as milliseconds beginning at 12:00 AM (00:00). An hour is 3,600,000 milliseconds. This means that the "Morning" shift starts at 6:00 AM and ends at 2:00 PM.

mpoeeusecase_1_config

Using the mapp components

The component MpOeeCore is added to collect the shift data, and the MpOeeTrendUI component is added to display the shift data.

The components are connected to one another as depicted in "Connection diagram". The function blocks are then configured.

For information about making a connection to an HMI application using MpOeeTrendUI, see section VC4 templates.

If a connection to the HMI application exists and the desired time period is specified, then the OEE characteristics will be shown in a historical graph.

mpoeeusecase_2_data