Info
Version: | 1.1.0.40 |
Author(s): | S. Vroonland |
Last Update: | Saturday, June 9, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/svroonland/TwinRx |
NuGet Url: | https://www.nuget.org/packages/TwinRx |
Install
Install-Package TwinRx
dotnet add package TwinRx
paket add TwinRx
TwinRx Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Reactive.PlatformServices(>= 3.1.1)
- TwinCat.Ads(>= 1.4.0)
Tags
Features
* Create an IObservable for a PLC variable, bringing changes to the PLC variable into the Reactive world.
* Make use of Rx's extensive event processing and querying capabilities to transform the observable into events of interest.
* Stream (write) an existing IObservable to a PLC variable
* Transparently reregister the notifications after a connection loss.