Python Snap7 Versions Save

A Python wrapper for the snap7 PLC communication library

1.4.1

1 week ago

What's Changed

Full Changelog: https://github.com/gijzelaerr/python-snap7/compare/1.4...1.4.1

1.4

2 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/gijzelaerr/python-snap7/compare/1.3...1.4

1.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gijzelaerr/python-snap7/compare/1.2...1.3

1.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gijzelaerr/python-snap7/compare/1.1...1.2

1.1

2 years ago

1.1

Changes:

  • Make a binary wheel for all platforms (#232)
  • Improve doc strings of all functions (#242)

Special thanks for this release to

  • Fabian Beitler
  • Nikteliy
  • Lautaro Nahuel Dapino

1.0

3 years ago

CHANGES since 0.11

  • Drop python 2 support (#214)
  • Feature request: ReadSZL() (#196)
  • Keep argument format across the functions (#193)
  • Drop Python2 Tests (#167)
  • Support for S5TIME (#163)
  • Add type annotations (#157)
  • client.full_upload() return bytearray size 65536 (#127)
  • Some client tests segfault on Linux (#26)
  • Not all functions are implemented yet (#25)

special thanks to Fabian Beitler and Nikteliy for their contributions towards the 1.0 release!

0.11

4 years ago

0.11

changes since 0.11:

  • Update read_multi.py (#132)
  • Added fixes to snap7/client.py read_area function to allow for Counter and Timer Reads (#121)
  • Post to a public docker repository? (#119)
  • Implementation of Cli_SetDateTime, Cli_GetDateTime enhancement (#114)

0.10

5 years ago
  • Fix OSX travis build #99
  • util.get_int() broken #101
  • Compatibility issue with Python3 #109
  • Logo 8 improvements bug #105

0.9

6 years ago

new features:

  • logo support (Method to connect Siemens Logo device is missing #87)

bug fixes:

  • Writing to an INT memory, overwrites the memories below it #94
  • set_int was just adding data to the array, moving everything else #96

0.8

7 years ago
  • corrected logger calls (#75)
  • Fixed get_int bug (#76)
  • Permit the usage of write functions with read-only buffers (#77)