Command Check all objects

Function: The command initiates a compilation run, i.e. a syntax check for all objects located in the project tree of the PLC project. This is primarily useful when creating libraries or when processing library projects.

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

As opposed to the Command Build PLC project, in which only the objects used are checked, when this command is executed the syntax of all objects in the PLC project is checked.

Command Check all objects 1:

The command does not lead to code generation. No file with information on the compilation run is created in the project directory.