ET_LogDataFilter

 

ET_LogDataFilter - General Information

Overview

Type:

List type

Available as of:

V1.0.4.0

Description

Filter functions that are set once globally to save status changes in the global log data list.

Enumeration Elements

Name

Value

Description

None

2#0000000000000000

No logger entries required

CmdCome

2#0000000000000001

Module received a new command (iq_diCmd). Only influences modules.

CmdGo

2#0000000000000010

Module processed a command. Only influences modules.

StartStepCome

2#0000000000000100

Module received a new StartStep (iq_diStartStep). Only influences modules.

StartStepGo

2#0000000000001000

Module has processed a StartStep. Only influences modules.

ReactionCome

2#0000000000010000

Module received at least one additional reaction (i_stReaction). Only influences modules.

ReactionGo

2#0000000000100000

The module received (at least) one less error reaction. Only influences modules.

ExceptionQuit

2#0000000001000000

A DiagQuit has been triggered. Influences only the exception handling.

ExceptionCome

2#0000000010000000

An exception was entered into the exception list. Influences only the exception handling.

ExceptionAutoQuit

2#0000000100000000

An exception with active xAutoQuit was removed from the exception list. Influences only the exception handling.

User

2#0000001000000000

This "filter" does not act as a filter. It is used to mark application-specific entries that are created with the FC_SingleLoggerEntry function.

ModuleDefault

2#0000000000111111

Defaultlogfilter for the module interface. It is used in all the demo projects. This filter combines (with OR) the following filters:

oCmdCome

oCmdGo

oStartStepCome

oStartStepGo

oReactionCome

oReactionGo

ExceptionListDefault

2#0000000111000000

Default log filter for the exception list. It is used in all the demo projects. This filter combines (with OR) the following filters:

oExceptionQuit

oExceptionCome

oExceptionAutoQuit