3 2_structs_types, 1 l_eatp_acd_base, Structure – Lenze PLC Designer ApplicationTemplate (PLC Designer R3-x) User Manual

Page 127: L_eatp_acd_base, L_eatp_acd_base ( 127), The l_eatp_applicationtemplate library

Advertising
background image

Lenze · ApplicationTemplate · 1.3 EN - 04/2013

127

The L_EATP_ApplicationTemplate library

2_Structs_Types

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

11.3

2_Structs_Types

11.3.1

L_EATP_ACD_Base

This structure provides the basis for the application data.

• The structure contains the control/status word
• The structure contains methods for reserving/enabling data areas

STRUCT view

xActStateIsMode(1...2)

BOOL

TRUE Current ACTUAL status: "Mode(1...2)"

xActStateIsHoming

BOOL

TRUE Current ACTUAL status: "Homing"

xActStateIsQuickStop

BOOL

TRUE Current ACTUAL status: "Quick stop"

xActStateIsFault

BOOL

TRUE Current ACTUAL status: "Fault"

xActStateIsSystemFault

BOOL

TRUE Current ACTUAL status: "Systemfault"

Transfer variables
Identifier/data type

Value/meaning

Identifier/data type

Information/possible settings

Control word
xStartOperation_In

BOOL

Start application

xStopOperation_In

BOOL

Stop application

xPauseOperation_In

BOOL

Pause application

xManualJogNeg_In

BOOL

Manual jog in negative direction (CCW rotation)

xManualJogPos_In

BOOL

Manual jog in positive direction (CW rotation)

Status word
xOperationBusy_Out

BOOL

Status: Application active

xOperationDone_Out

BOOL

Status: Application stopped

xOperationPaused_Out

BOOL

Status: Application is pausing

Advertising