5 l_eatp_mm_address, 6 l_eatp_mvis, 7 l_eatp_scbase – Lenze PLC Designer ApplicationTemplate (PLC Designer R3-x) User Manual

Page 129: 4 3_enums, 1 l_eatp_errorreactiontype, L_eatp_mm_address, L_eatp_mm_address ( 129), L_eatp_errorreactiontype ( 129), L_eatp_errorreactiontype, The l_eatp_applicationtemplate library

Advertising
background image

Lenze · ApplicationTemplate · 1.3 EN - 04/2013

129

The L_EATP_ApplicationTemplate library

3_Enums

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

11.3.5

L_EATP_MM_Address

This structure defines the module address (data type: INT).

11.3.6

L_EATP_MVis

The structure contains data for the external visualization with the Lenze Engineering

tool »VisiWinNET« (optional).

11.3.7

L_EATP_scBase

The structure contains the module name (data type: STRING).

11.4

3_Enums

11.4.1

L_EATP_ErrorReactionType

This enumeration contains the error response types. The numerical constants are sorted according

to the valency and meaning in ascending order.

sText

STRING

Error text (English)

dwErrDetail

DWORD

Detailed error information

xAckNeeded

BOOL

Note:

Is ignored for the following error response types:

• "Information": Acknowledgement not required

• "Fault": Error. Acknowledgement is always required

• "SystemFault": System error. No acknowledgement possible

FALSE Error acknowledgement not required.

TRUE Error acknowledgement required.

Identifier/data type

Information/possible settings

Identifier

Numerical

constant

Response type

None

0

No response/not used

Information

1

Information

Warning

2

Warning

Quick stop

3

Quick stop (QSP)

Fault

4

Error

SystemFault

5

System fault

Advertising