File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# Opc2Aml
2- This C# console application targets .NET Core Runtime 3.1 can be built using Visual Studio (Windows) or Visual Studio Code (Window,Linux,MAC)
32
3+ Command line utility to convert OPC UA Nodeset files to AutomationML Libraries for UAFX offline engineering.
44
5-
6- ## Command Line Help
5+ ## Command line help
76
87```
98Converts one or more OPC UA Nodeset files in the current working directory (CWD) into their equivalent
@@ -19,11 +18,14 @@ With no optional arguments, all nodeset files in CWD are processed.
1918All dependent nodeset files need to be present in the CWD, even if they are not processed.
2019```
2120
21+ ## Building from source
2222
23+ This C# console application targets .NET Core Runtime 3.1 can be built using Visual Studio (Windows) or Visual Studio Code (Window,Linux,MAC).
2324
24- ## Binary Releases
25+ ## Binary releases
2526
2627The binary releases are provided as a ZIP file. To install the binaries do the following:
28+
27291 . Install the [ .NET Core Runtime 3.1] ( https://dotnet.microsoft.com/download/dotnet/3.1 ) for your platform.
28302 . Extract the files from the ZIP into a directory of your choice.
29313 . On Windows run "Opc2Aml.exe" from the command line. On Linux run "dotnet Opc2Aml.dll" from the terminal.
@@ -34,4 +36,3 @@ The source code in this repository is MIT License but the code depends on two Nu
3436
3537- AML.Engine - [ Nuget MIT License] ( https://licenses.nuget.org/MIT ) .
3638- OPCFoundation.NetStandard.Opc.UA - [ Custom License] ( https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua/1.4.367.42/license )
37-
You can’t perform that action at this time.
0 commit comments