Skip to content

Releases: gijzelaerr/python-snap7

0.8

21 Mar 06:48
Compare
Choose a tag to compare
0.8
  • corrected logger calls (#75)
  • Fixed get_int bug (#76)
  • Permit the usage of write functions with read-only buffers (#77)

0.7

02 Mar 09:37
Compare
Choose a tag to compare
0.7
  • util.get_int() broken (#65, #71)

Special thanks to Pelle van der Heide for solving issues

0.6

27 Feb 08:15
Compare
Choose a tag to compare
0.6

minor changes:

  • Add __del__ to client, server and partner (#69)
  • Add files via upload (#59)

New release, small changes and fixes

19 Jan 09:21
Compare
Choose a tag to compare

All commits since 0.4

0.4...0.5

Basically it is only adding some missing functions, fixing Python3 support (issue #43) and improving the documentation.

get it while it is hot:

$ pip install --upgrade snap7

Add some more client functions

11 Oct 20:41
Compare
Choose a tag to compare
  • client.plc_stop
  • client.plc_cold_start
  • client.plc_hot_start
  • client.read_multi_vars

Fix a crash problem on OS X

27 Jul 19:14
Compare
Choose a tag to compare

technical details: using restype with ctypes actually is important in some cases.

Fix Windows support, add Python3 support.

27 Jul 14:06
Compare
Choose a tag to compare

Add support for Python 3, fix windows support.

BOOM shakawaka

02 May 14:20
Compare
Choose a tag to compare
  • add set/get param for client/server/partner
  • add option to set TCP port

ringedingdingdingding BOOM

24 Mar 15:31
Compare
Choose a tag to compare

small fix, add manifest file so README.rst is included in sdist and pip install actually works.

party mode ON

28 Feb 11:55
Compare
Choose a tag to compare
  • Add support for Windows
  • Add functions added in Snap7 1.1.0
  • Add missing client functions
  • fix some partner functions
  • simplified API