Supports communication over:
-
Add a reference to MczOmronPLCCommDotNetLib\bin\bin\release\MczOmronPLCCommDotNetLib.dll in your project.
-
Add a XML Namespace reference to your XAML:
<Window
xmlns:OmrPLCComm="https://github.com/Moravuscz/OmronPLCCommDotNetLib"
>
</Window>
Install the package from NuGet
- Clone the repository,
- Open MczOmronPLCCommDotNetLib.sln in Visual Studio 2019
- Build the solution in Release mode
- Add a reference to MczOmronPLCCommDotNetLib\bin\bin\release\MczOmronPLCCommDotNetLib.dll in your project.
- Add a XML Namespace reference to your XAML:
<Window
xmlns:OmrPLCComm="https://github.com/Moravuscz/OmronPLCCommDotNetLib"
>
</Window>
See Wiki