Function: The command triggers a check whether the currently opened library project is compatible with the last installed version of this library (next lower version number) .
Call: By default the command is not available in any menu. You can add it to a menu by using the “Tools Customize” dialog, command category “Build”.
Requirement: A library project is opened.
The check regards differences in the implemented interfaces of a method. So, after the check you will get displayed error messages in the messages window in the following cases:
-
Adding or removing inputs or outputs of function blocks, functions or methods
-
Changing the data type of inputs or outputs
-
Modifying the implemented interfaces of a method