3 control configuration, 4 network variables, 5 access to the canopen master or canopen slave – Lenze PLC Designer Migration PLC Designer (R2-x)-PLC Designer (R3-x) User Manual

Page 13: 6 l-force motion, 1 axisgroup not available anymore, Control configuration, Network variables, Access to the canopen master or canopen slave, L-force motion, Axisgroup not available anymore

Advertising
background image

Lenze · PLC Designer | Migration of V2.x projects · 1.2 EN - 02/2013

13

General information

Control configuration

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

4. The wildcard describes a program:

$Program$.bToggle ??PLC_PRG.bToggle

• This type of wildcard replacement cannot be imported into the »PLC Designer« V3.x. (This

wildcard replacement is only used in exceptional cases.)

5. The wildcard is replaced by different types:

$Var$

Replacement 1 : PLC_PRG.n (INT)

Replacement 2 : PLC_PRG.st (STRING)

Remedy: Two different wildcards must be defined in the interface.

6. The visualisation is in a library. The wildcards will be replaced later from any project.

Remedy 1: The TYPE_NONE data types must be replaced manually.
Remedy 2: The library must be implemented into a project and the wildcard must be replaced

correctly. If this project is then imported, the data type is determined correctly in the library

as well.

Grouping

• Groups and (not yet) available elements cannot be imported into the »PLC Designer« V3.

5.3

Control configuration

The control configuration of a »PLC Designer« V2 project cannot be imported into the »PLC Desig-

ner« V3.
As a consequence...

• the device configuration must be created anew .
• the variables in the control configuration must be declared anew.

5.4

Network variables

• In the »PLC Designer« V3.x, GVL objects are created. The variable declarations can be imported.
• The network properties are not imported.

5.5

Access to the CANopen master or CANopen slave

The access to internal variables of the CANopen master/CANopen slave (e.g. nStatus) via the

global data structures existing in the »PLC Designer«< V2 project is not possible in the »PLC Desig-

ner« V3.

• The access takes place in the »PLC Designer« V3 via function calls of the CiA405 library (new in

V3).

5.6

L-force Motion

5.6.1

AxisGroup not available anymore

The axis groups used in »PLC Designer« V2 are not available in V3.

Advertising