Releases: gijzelaerr/python-snap7
Releases · gijzelaerr/python-snap7
0.10
- Fix OSX travis build #99
- util.get_int() broken #101
- Compatibility issue with Python3 #109
- Logo 8 improvements bug #105
0.9
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
- corrected logger calls (#75)
- Fixed get_int bug (#76)
- Permit the usage of write functions with read-only buffers (#77)
0.7
- util.get_int() broken (#65, #71)
Special thanks to Pelle van der Heide for solving issues
0.6
minor changes:
- Add
__del__
to client, server and partner (#69)
- Add files via upload (#59)
New release, small changes and fixes
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
- client.plc_stop
- client.plc_cold_start
- client.plc_hot_start
- client.read_multi_vars
Fix a crash problem on OS X
technical details: using restype with ctypes actually is important in some cases.
Fix Windows support, add Python3 support.
Add support for Python 3, fix windows support.
BOOM shakawaka
- add set/get param for client/server/partner
- add option to set TCP port