10 l_lcb_genericdrive, L_lcb_genericdrive, L_lcb_genericdrive ( 130) – Lenze PLC Designer R3-x User Manual

Page 130: The l_lcb_logiccontrolbasic library

Advertising
background image

The L_LCB_LogicControlBasic library

L_LCB_GenericDrive

130

Lenze · Commissioning of Lenze drives · 1.3 EN - 06/2014

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

13.10

L_LCB_GenericDrive

This FB serves to control any Lenze controller you like.

• Communication with the device is possible via CAN.

Input

Outputs

Function library:

L_LCB_LogicControlBasic

Runtime software licence:

LPC 1x00

MPC 1x00

MPC 2xx0

MPC 3x00

L_LCB_GenericDrive

L_LCB_AXIS_REF

⎯ LogicAxis

xError ⎯ BOOL

ARRAY[1..4] OF WORD ⎯ awTxData

eError ⎯

L_LCB_Error

BOOL ⎯ xEnableInternalControl

xInternalControlActive ⎯ BOOL

xCommunicationOK ⎯ BOOL

awRxData ⎯ ARRAY[1..4] OF WORD

Identifier/data type

Information/possible settings

LogicAxis

L_LCB_AXIS_REF

Structural data for drive control

awTxData

ARRAY[1..4] OF WORD

Process data to be transmitted to the controller

xEnableInternalControl

BOOL

TRUE: The internal control of the controller can be activated via the "Internal

Control" button.

Identifier/data type

Information/possible settings

xError

BOOL

TRUE: Error of POU active

eError

L_LCB_Error

Error number, error code

xInternalControlActive

BOOL

TRUE: The output signals that the xEnableInternalControl input and the Internal

Control button of the visualisation have been activated. Hence, all selections are

made via visualisation.

xCommunicationOk

BOOL

Status of bus communication

FALSE No bus communication active

TRUE Bus communication available

awRxData

ARRAY[1..4] OF WORD

Process data to be received by the controller

Advertising