Beckhoff C# Library from windows machine without XAE/XAR

Viewed 66

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.

enter image description here

I am following this YT tutorial : https://www.youtube.com/watch?v=JZChSdU2LMc

1 Answers

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

Related