Beckhoff / TF6000_ADS_DOTNET_V5_Samples

Sample code for the Version 6.X series of the TwinCAT ADS .NET Packages
https://infosys.beckhoff.com/content/1033/tc3_ads.net/9407515403.html?id=6770980177009971601
BSD Zero Clause License
37 stars 15 forks source link

adapted MethodCall sample to use the InvokeRpcMethod of the ADS Clien… #7

Closed chris-k84 closed 2 years ago

chris-k84 commented 2 years ago

I updated the MethodCall sample to use the InvokeRpcMethod of the ADS Client class, combining the sample with those on infosys, https://infosys.beckhoff.com/content/1033/tc3_ads.net/9407753995.html?id=2337899509628379434. I also added comments to guide the TwinCAT implementation required to make it work.

RalfHeitmann commented 2 years ago

Thx Chris, I have simplified the sample basing on your pull request a bit more and committed.