Changes between Version 3 and Version 4 of SNAP7


Ignore:
Timestamp:
06/22/22 15:13:42 (2 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SNAP7

    v3 v4  
    22
    33Python3 as server and client to test with Siemens Logo8, pls download attached file [attachment: Snap7.tar]
     4After untar run PLC server in
     5{{{
     6$ cd  Snap7/python-snap7-1.2/build/scripts-3.7
     7$ ./snap7-server.py
     8}}}
     9
     10To test server, run client to connect server with
     11{{{
     12root@OpenWrt:~/pysiemens# python3 test.py
     130
     1400:00:00
     151990-01-01
     16Result of write at address 2
     17[{'function': 5, 'items_count': 1, 'result_code': 255}]
     18root@OpenWrt:~/pysiemens#
     19
     20
     21
     22}}