Skip to main content

Command: Create Library Project

Function: The command creates a new library project in CODESYS 4. The following items are also created and displayed in the workspace navigator.

  • <library>.fbslib

  • Libraries.json

  • ProjectInfo.json

Call:

  • Menu

  • Button: createLibraryProject-64px.svg

  • Command Center: Ctrl+Shift+C

Table 6. Dialog: Create a new Library Project

Path

Path in the file directory where the library project and the corresponding files are stored

The path can be selected using the input wizard.

Project name

Name of the library project

Title

Title of the library

When the project is created, the data is written to the ProjectInfo.json item.

Version

Version of the library

A 4-part semver is required, for example 1.0.0.0.

When the project is created, the data is written to the ProjectInfo.json item.

Company

Company

When the project is created, the data is written to the ProjectInfo.json item.

Author

Author of the library

Description

Description

Default namespace

Default namespace of the library

When the project is created, the data is written to the ProjectInfo.json item.

Build

The library project will be created.

The project will be added to the open workspace. The following files from this library project will be displayed in the workspace navigator:

  • <library>.fbslib

  • Libraries.json

  • ProjectInfo.json

Cancel

The creation of the library project will be canceled.



For more information, see the following: