L-force | plc designer – Lenze PLC Designer PLC Designer (R2-x) User Manual

Page 28

Advertising
background image

L-force | PLC Designer

Lenze specifications

26

DMS 3.2 EN 02/2011 TD29



Inputs

Identifier/data type

Information/possible settings

bExecute

BOOL

Rising edge starts the access

eDirection

LDM_tDIR

Access direction

LDM_READ - read

LDM_WRITE - write

sNodeAddr

STRING(255)

Topology address

'/' - access to parameters of the industrial PC

wCode

WORD

Code of the parameter (Lenze)

Then wIndex has to be set to 0

wIndex

WORD

Index of the parameter (CANopen)

Then wCode has to be set to 0

bySubIndex

BYTE

Subindex/subcode of the parameter

eDataType

LDM_tVT

Specification of the type of the parameter to be written

Example: LDM_VT_I2 : 2 bytes integer

Example: LDM_VT_I4 : 4 bytes integer

sDataW

STRING(255)

Value to be written (string) - table Connection between the inputs and
outputs and the data type

byDataW

BYTE

Value to be written (1*byte) - table Connection between the inputs and
outputs and the data type

wDataW

WORD

Value to be written (2*byte) - table Connection between the inputs and

outputs and the data type

dwDataW

WORD

Value to be written (4*byte) - table Connection between the inputs and
outputs and the data type

Advertising