Arkadiusz Rycyk
Arkadiusz Rycyk

Reputation: 115

Beckhoff C# Library from windows machine without XAE/XAR

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

Upvotes: 2

Views: 718

Answers (1)

Mong Zhu
Mong Zhu

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

Related Questions