stlehmann / pyads

Python wrapper for TwinCAT ADS
MIT License
247 stars 93 forks source link

fix dll path issue with Twincat 4026 #393

Open WeiTing1991 opened 2 weeks ago

WeiTing1991 commented 2 weeks 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 1 week ago

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