9 l_eatp_moduleerrorhandler, L_eatp_moduleerrorhandler, L_eatp_moduleerrorhandler ( 124) – Lenze PLC Designer ApplicationTemplate (PLC Designer R3-x) User Manual

Page 124: The l_eatp_applicationtemplate library

Advertising
background image

The L_EATP_ApplicationTemplate library

1_POUs - Program Organization Units

124

Lenze · ApplicationTemplate · 1.3 EN - 04/2013

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

11.2.9

L_EATP_ModuleErrorHandler

This FB contains the central error handling in a machine module.

• An instance of this block called ErrorHandler is part of the basic block L_EATP_Module.

Input

Output

L_EATP_ModuleErrorHandler

BOOL ⎯ xQuitErrors

xErrorQuitActive ⎯ BOOL

Identifier/data type

Information/possible settings

xQuitErrors

BOOL

Set the input to TRUE to activate the acknowledgement of errors (edge

FALSEÊTRUE). The module application (MAP) is the error source.

Identifier/data type

Information/possible settings

xQuitErrorActive

BOOL

TRUE Shows whether the acknowledgement of errors is active. Is active...

• ... as long as xQuitErrors = TRUE or

• for one cycle if the acknowledgement of errors is activated by

means of the baseChannelSetErrorQuit method.



Method overview - ApplicationTemplate ( 131)

FALSE The acknowledgement of errors is deactivated, xQuitErrors = FALSE.

Advertising