Changes between Version 3 and Version 4 of SNAP7
- Timestamp:
- 06/22/22 15:13:42 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SNAP7
v3 v4 2 2 3 3 Python3 as server and client to test with Siemens Logo8, pls download attached file [attachment: Snap7.tar] 4 After untar run PLC server in 5 {{{ 6 $ cd Snap7/python-snap7-1.2/build/scripts-3.7 7 $ ./snap7-server.py 8 }}} 9 10 To test server, run client to connect server with 11 {{{ 12 root@OpenWrt:~/pysiemens# python3 test.py 13 0 14 00:00:00 15 1990-01-01 16 Result of write at address 2 17 [{'function': 5, 'items_count': 1, 'result_code': 255}] 18 root@OpenWrt:~/pysiemens# 19 20 21 22 }}