MpComLoggerUI

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

MpComLoggerUI

mapp Services V5.16

This function block also logs events that are displayed in the mapp Services Logger. They can then be displayed in a VC4-based HMI application.

Function block

Optional parameters

mpcomloggerui

mpcomloggerui_opt

Interface

I/O

Parameter

Data type

Description

IN

MpLink

Pointer to MpComIdentType

Defines for which mapp component or machine group events should be logged

IN

Enable

BOOL

The function block is active as long as this input is set.

IN

ErrorReset

BOOL

Resets function block errors.

IN

Scope

MpComConfigScopeEnum

Defines whether events from an individual mapp component or a machine group should be logged.

IN

EntryFilter

STRING[255]

General filter for whether an event is recorded or ignored.

IN

BufferSize

UINT

Determines how many events are managed in the buffer. If the buffer is full, a new event will overwrite the oldest event.

IN

UISetup

MpComLoggerUISetupType

Used to configure the elements connected to the HMI application.

IN

UIConnect

Pointer to MpComLoggerUIConnectType

This structure contains the parameters needed for the connection to the HMI application.

IN

Clear

BOOL

Clears the event buffer.

OUT

Active

BOOL

Function block active.

OUT

Error

BOOL

Error occurred during execution.

OUT

StatusID

DINT

Status information.

OUT

Info

MpComLoggerUIInfoType

Additional function block information.

mapp concept

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:

Description