stlehmann / pyads

Python wrapper for TwinCAT ADS
MIT License
265 stars 96 forks source link

fix dll path issue with Twincat 4026 #393

Closed WeiTing1991 closed 4 months ago

WeiTing1991 commented 4 months ago

I was facing some issues with the Twincat 4026 with fresh installation. try to fix the dll path (TcAdsDll.dll) pyads Fixed it with two dll_path both for 4024 ( earlier) and the new 4026 with pkg manager in windows platform. And tested in windows 10/11.

chrisbeardy commented 4 months ago

thank you for this will look into merging this. related to #389

chrisbeardy commented 4 months ago

closed by #389 , thank you @WeiTing1991 , unfortunately there was already a solution PR that had been submitted so I went with that solution. Both were valid. Thank you for your first contribution though and we would be happy to accept further PRs from you.