Info
Version: | 1.0.3.21 |
Author(s): | Pedro Marques, Rui Oliveira |
Last Update: | Wednesday, September 22, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/NEL.TwinCAT.Ads |
Install
Install-Package NEL.TwinCAT.Ads
dotnet add package NEL.TwinCAT.Ads
paket add NEL.TwinCAT.Ads
NEL.TwinCAT.Ads Download (Unzip the "nupkg" after downloading)
Dependencies
- Beckhoff.TwinCAT.Ads(>= 5.0.320)
- Microsoft.CSharp(>= 4.7.0)
- Newtonsoft.Json(>= 12.0.3)
Tags
Currently it's only possible to Write on primitive symbols outside DUTs. In order to use just var tcClient = new TCClient(new TCClientConfig(<some alias>,<AmsNetId>,<symbol name filter>)); Connet() and it's ready to Read/Write symbols.
It's also possible to un/register symbols for ValueChange Notifications with costum Action. To listen to Log events, subscribe Log.NewEntry.