Reputation: 115
Is it possible to use Bechoff's C# library to connect to PLC from a windows machine without XAR/XAE installed ? Similar to what you can do with C++ example. I am keep getting
Exception thrown: 'TwinCAT.Ads.Server.LoopbackNotRegisteredException' in TwinCAT.Ads.Server.dll
when I try this despite adding route on PLC to my laptop's local IP address.
I am following this YT tutorial : https://www.youtube.com/watch?v=JZChSdU2LMc
Upvotes: 2
Views: 718
Reputation: 23732
from this nuget source it seems that you can:
Install the 'Beckhoff.TwinCAT.Ads.AdsRouterConsole' package from Nuget.org
Disclaimer:
This will only work for
TwinCAT Version >= 4024.10
Upvotes: 1