Aml.Engine
1.3.5
See the version list below for details.
Install-Package Aml.Engine -Version 1.3.5
dotnet add package Aml.Engine --version 1.3.5
<PackageReference Include="Aml.Engine" Version="1.3.5" />
paket add Aml.Engine --version 1.3.5
#r "nuget: Aml.Engine, 1.3.5"
// Install Aml.Engine as a Cake Addin
#addin nuget:?package=Aml.Engine&version=1.3.5
// Install Aml.Engine as a Cake Tool
#tool nuget:?package=Aml.Engine&version=1.3.5
AMLEngine2.1
AutomationML 2.1 Application Programming Interface
The AMLEngine2.1 allows you to process AutomationML documents with a provided Application Programming Interface, based on the .NET Framework. Using the API you interact with CAEX-Elements and AutomationML-Objects. This AMLEngine is an advanced development of the AMLEngine Version 3.x which only supports AutomationML Version 2.0 and the CAEX Version 2.15. This new development also supports AutomationML Version 2.1 which is based on CAEX Version 3.0.
Download
The AMLEngine2.1 is published as the named package Aml.Engine on nuget at https://www.nuget.org/packages/Aml.Engine.
Getting started
Download the zipped documentation and go to the provided examples. There are various basic examples and advanced examples. A special adaption section describes the steps to be executed, how old code, using the former AMLEngine v3.x.x, can be adapted to the new engine.
A short introduction to the application of the engine
- Create a new empty Document, add content and save it.
using Aml.Engine.CAEX;
// create a new empty document
var caexDocument = CAEXDocument.New_CAEXDocument();
// add content to the ROOT CAEXFile element
var myIH = caexDocument.CAEXFile.New_InstanceHierarchy("myIH");
caexDocument.SaveToFile ("myfile.aml", true);
- Load the created Document
using Aml.Engine.CAEX;
// load a document
var caexDocument = CAEXDocument.LoadFromFile("myfile.aml");
// get the InstanceHierarchy
var myIH = caexDocument.CAEXFile.InstanceHierarchy[0];
// add more content
myIH.InternalElement.Append ("Ie1");
- Use of AutomationML standard classes
using Aml.Engine.AmlObjects;
using Aml.Engine.CAEX;
var caexDocument = CAEXDocument.New_CAEXDocument();
// adds the base libraries to the document
AutomationMLInterfaceClassLibType.InterfaceClassLib(caexDocument);
AutomationMLBaseRoleClassLibType.RoleClassLib(caexDocument);
// add an InstanceHierarchy to the ROOT CAEXFile element
var myIH = caexDocument.CAEXFile.New_InstanceHierarchy("myIH");
// add an InternalElement
var ie = myIH.InternalElement.Append ("ie");
// assign the AutomationMLBaseRole
ie.AddRoleClassReference(AutomationMLBaseRoleClassLib.AutomationMLBaseRole);
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.2
- System.IO.Packaging (>= 4.5.0)
-
.NETFramework 4.6
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
-
.NETStandard 2.0
- System.IO.Packaging (>= 4.5.0)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on Aml.Engine:
Package | Downloads |
---|---|
Aml.Toolkit
The Aml.Toolkit provides basic UI controls based on WPF to visualize AutomationML data. The Toolkit is used in the AutomationML Editor and is available to implement PlugIns for the AutomationML Editor. |
|
Aml.Editor.Plugin.Contract
This Package contains a contract DLL and defines Interface Classes which have to be implemented by AutomationML Editor - PlugIn Developers. When implemented, the PlugIn Class should EXPORT its Interface with Microsoft Extensibility Framework (MEF). |
|
Gsd2Aml.Lib
Library to perform a conversion from Profinet gsd to aml/amlx files |
|
Aml.Editor.API
This API can be used when developing plugins for the AutomationML Editor. The API requires at least version 5.6 of the editor. |
|
Aml.Editor.IPC
This API enables the development of applications that use inter-process communication with the AutomationML editor version 6.0 ansd beyond for the automation of editor functions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.8 | 142 | 6/9/2022 |
2.0.7 | 744 | 4/30/2022 |
2.0.5 | 492 | 4/14/2022 |
2.0.4 | 118 | 3/31/2022 |
2.0.3 | 186 | 3/28/2022 |
2.0.2 | 87 | 3/24/2022 |
2.0.1 | 155 | 3/9/2022 |
2.0.0 | 190 | 3/5/2022 |
1.7.4 | 96 | 3/4/2022 |
1.7.3 | 71 | 3/4/2022 |
1.7.2 | 1,765 | 11/19/2021 |
1.7.1 | 214 | 11/19/2021 |
1.7.0 | 567 | 10/15/2021 |
1.6.5.2 | 1,903 | 9/11/2021 |
1.6.5.1 | 244 | 9/10/2021 |
1.6.4 | 253 | 8/23/2021 |
1.6.3 | 312 | 8/3/2021 |
1.6.2 | 323 | 7/29/2021 |
1.6.1 | 286 | 7/20/2021 |
1.6.0 | 246 | 7/18/2021 |
1.5.9 | 622 | 6/3/2021 |
1.5.8 | 732 | 3/5/2021 |
1.5.7 | 2,099 | 2/18/2021 |
1.5.6 | 233 | 2/3/2021 |
1.5.5 | 271 | 1/31/2021 |
1.5.4 | 190 | 1/31/2021 |
1.5.3 | 225 | 1/29/2021 |
1.5.2 | 249 | 1/18/2021 |
1.5.1 | 307 | 1/4/2021 |
1.5.0 | 313 | 12/5/2020 |
1.4.5 | 346 | 11/18/2020 |
1.4.4 | 346 | 11/11/2020 |
1.4.3 | 666 | 6/21/2020 |
1.4.2 | 360 | 6/15/2020 |
1.4.1 | 566 | 5/30/2020 |
1.4.0 | 3,264 | 5/24/2020 |
1.3.6 | 7,504 | 11/22/2019 |
1.3.5 | 379 | 11/16/2019 |
1.3.4 | 441 | 10/13/2019 |
1.3.3 | 371 | 10/5/2019 |
1.3.1 | 489 | 8/18/2019 |
1.3.0 | 677 | 7/26/2019 |
1.2.7 | 445 | 7/5/2019 |
1.2.6 | 415 | 7/4/2019 |
1.2.2 | 2,950 | 5/21/2019 |
1.2.0 | 455 | 5/14/2019 |
1.1.2 | 472 | 5/13/2019 |
1.1.1 | 926 | 2/13/2019 |
1.1.0 | 848 | 10/9/2018 |
1.0.21 | 768 | 8/1/2018 |
1.0.20 | 684 | 7/25/2018 |
1.0.19 | 707 | 7/20/2018 |
1.0.16 | 791 | 7/18/2018 |
1.0.15 | 742 | 7/12/2018 |
1.0.14 | 868 | 6/7/2018 |
1.0.13 | 863 | 5/14/2018 |
1.0.12 | 768 | 5/4/2018 |
1.0.11 | 842 | 5/2/2018 |
1.0.10 | 787 | 4/24/2018 |
1.0.9 | 966 | 4/9/2018 |
1.0.8 | 786 | 4/4/2018 |
1.0.7 | 806 | 3/23/2018 |
1.0.6 | 851 | 3/18/2018 |
1.0.5 | 834 | 2/28/2018 |
1.0.4 | 871 | 2/28/2018 |
1.0.3 | 793 | 2/5/2018 |
1.0.2 | 800 | 1/31/2018 |
1.0.1 | 882 | 1/15/2018 |
1.0.0 | 883 | 1/10/2018 |
New tree traversal algorithms provided by a tree traversal service.