Type parameter manager, Drive plc developer studio, Resources – Lenze DDS v2.3 User Manual
Page 207: 7 data export

Drive PLC Developer Studio
Resources
8-17
l
DDS EN 2.3
Generating subcodes
The Parameter Manager can only assign subcodes to variables of the type ARRAY OF Observe the
following:
•
Only the master code need be defined. The subcodes are generated automatically according
to the array length.
•
Subcode 1 is always the first element of the array.
•
Subcodes are set globally through the master code, i. e. each subcode has the same
configuration as the master code. As this also applies to display texts, select a general text to
rule out misunderstandings.
•
Use the parameter monitor for individual subcode settings.
Example: Relationship between field variables and subcodes
Variable in PLC program:
Assigned code:
X: ARRAY [0..4] OF INT
C6000
Array fields:
Automatically generated subcodes:
X[0]
C6000/1
X[1]
C6000/2
X[2]
C6000/3
X[3]
C6000/4
X[4]
C6000/5
8.4.3.7
Data export
Icon:
-
Menu:
ExtrasWCSV export
Keyboard:
-
If the instance parameter manager is active, this menu command can be used to export the contents
of the instance parameter manager.
The export file with the name *.csv is saved in the same file folder as the DDS project file with the
name *.pro. CSV (comma sequented values) saves the data of the instance parameter manager
using the same column pattern. For future processing the file can e.g. be opened with Excel.
Tip!
Do not open the file directly in the Explorer via a double-click, but via the menu command file
Wopen
in Excel in order to improve configuring of the export file.
Show/Hide Bookmarks