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 the ReadArray sample to seperate the sample into partial clas… #10

Closed chris-k84 closed 2 years ago

chris-k84 commented 2 years ago

Hey Ralf, I adapted the array read sample I seperated form creation from the sample code, bringing it into line with the method call sample. I changed sample code to use symbolic access to array, removed memory buffers and used foreach to simplify sample. I tidied up the sample to reduce it down to make it more simple.