Click or drag to resize

AMLEngine2.1 Version 3.2

Version 3.2.0 of AMLEngine2.1 was released in Dec. 2023. This version supports .NET 8. .NET 8 is the latest LTS version and the current major release of .NET following .NET 7.0. The latest service release is version 3.2.1

Changes in release 3.2.1

  • A new service interface IAMLLibraryService has been added. This makes it possible to obtain AutomationML libraries and AutomationML sample models from an external server and integrate them into the current models. This service interface is an addition to the ExternalReferenceResolver service IExternalReferenceResolver. This enables access to external resources that are already integrated via an external reference. The new service offers options for localizing and importing external AutomationML files that have not yet been used.
    A first service, which implements this interface, is the NextCloudClient. The NextCloudClient can access AutomationML files, provided by the AutomationML hosted NextCloud server. To use this client, access tokens are required which are provided by the AutomationML association.

  • The ExternalReferenceResolver service provides new asynchronous methods to resolve ExternalReferenceType elements and to load the external documents.

See Also

Other Resources

Version History