Release notes for system libraries

This article contains the release notes for the system libraries of logi.CAD 3 version 3.20.0.

Information on the current version

In logi.CAD 3 version 3.20.0, the system library is provided in the following version:

  • Standard: version 3.2.11

  • System: version 2.0.22

  • Controllino MINI, Controllino MAXI, Controllino MEGA or Controllino MAXI Automation: version 2.0.2

  • Arduino: version 2.0.3

New features for system libraries in logi.CAD 3 version 3.20.0

For system library "Standard", version 3.2.11

ID

New feature

53659

The safe convert blocks and safe data types have been moved to the global namespace.

Observe this effect: If you use these blocks and/or safe data types in projects created in the previous logi.CAD 3 version, these usages are highlighted as faulty because the data type or POU seems to be missing.
The best way to proceed in this case is as follows:

  1. Double-click the message in the Problems view to navigate to the error location.

  2. Correct the code or logic like this:

    • For each used safe data type in use: Delete the namespace logicals.standard.safe specified for the safe data type.
      Example: Correct the item logicals.standard.safe.SAFEBOOL to SAFEBOOL.

    • For each used safe-convert block: Insert a new call of the safe convert block (e.g. by using the content assist) and drag the preview of the new call over the faulty call.
      Result: The existing, incorrect call is replaced by the new, correct call. The connected lines are used for the new call – as far as possible. Details: See " Replacing the call of a block " .

  3. Save the changes.

New features for previous versions

Release notes for the system libraries in previous versions of logi.CAD 3 are provided in the online-version under https://help.logicals.com/lco3docu/latest/user-documentation/en/referenzdokumentation/systembausteine-fuer-die-anwendung/release-notes-fuer-systembibliotheken only.