stlehmann / pyads

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

Add: Array support to "read_by_list" #342

Open HectorBailey opened 1 year ago

HectorBailey commented 1 year ago

Added read and write support for arrays of: Strings, WStrings, and numeric types.

Fixed the bug: https://github.com/stlehmann/pyads/issues/252

chrisbeardy commented 1 month ago

Thanks for this, I'll get round to merging this with a few other changes shortly. Good work