Exporting global variables of a project to a CSV file

How to export →global variables of a →project to a CSV-file:

  1. In menu File or from the context menu within the project, select Export...

  2. In the wizard, expand the category Other, select Signal CSV export and click Next >.
    To locate a particular type: Enter a text (e.g. CSV) into the field under Select an export destination to show only the types that match the entered text.

  3. In the list on the next wizard page, select the project to export.

  4. Type in the full path and file name in the text box (left of File) or click button Browse to select a path and file name on the file system.

  5. Select the options as required, e.g. Uppercase the signal names.

  6. Click Finish to start the export.

This CSV file can be used for import in Spider Control for example.

Restrictions for the CSV-export

Elements of object-oriented programming are not exported . In logi.CAD 3, it is possible to declare the following elements of the object-oriented programming:

  • →interfaces

  • →methods

  • →function blocks that are derived from a base function block (by using the keyword EXTENDS)

  • function blocks that are implementing i nterfaces (by using the keyword IMPLEMENTS) and/or that are containing methods