Command Save as library

Function: The command opens the standard dialog for saving a PLC project as a PLC library.

Call: Context menu of the PLC project object (<PLC project name> Project) in the Solution Explorer

A PLC project can be saved as a PLC library in order to make source code available for other applications as a library and therefore via a defined interface. The command for saving a library is available in the context menu of the PLC project.

Command Save as library 1:

The command opens the standard dialog for saving a file in the file system. The existing project name is offered automatically; it can be modified by the user, if required. When a project is saved as a library, there is a choice between two library file formats:

Command Save as library 2:

The code cannot be run through step by step

The usual debugging functions cannot be applied to a compiled library (*.compiled-library). It is therefore not possible to jump into a library block of a *.compiled-library via debugging.

Command Save as library 3: