Skip to content

Releases: stlehmann/pyads

Linux support

20 Sep 12:03
Compare
Choose a tag to compare

Pyads now has Linux compatibility by wrapping the open source ADS library provided by Beckhoff. The main API is identical on both Linux and Windows, however the Linux implementation includes a built in router which needs to be managed programmatically using pyads.add_route(ams_address, ip_address) and pyads.delete_route(ams_address).

Version 2.1.0 also features vastly improved test coverage of the API, and the addition of a dummy test server for full integration testing.

1.3.0

02 Sep 14:46
Compare
Choose a tag to compare
1.3.0 Pre-release
Pre-release
  • connector and gui modules are removed as they don' t really fit in the package
  • more pythonic functions calls, meaning no error codes are returned, ads error codes now result in a ADSError containing the error code and short description
  • documentation has been updated

1.1.3

23 Jul 11:58
Compare
Choose a tag to compare

Changes in Version 1.1.3

  • use ctypes.windll instead of ctypes.cdll to load ADS-DLL on 64-Bit Windows
  • add adsSyncWriteByName and adsSyncReadByName