Changes between Version 8 and Version 9 of SNAP7
- Timestamp:
- 02/03/25 15:30:57 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SNAP7
v8 v9 21 21 We can use wireshark to capture packet. We can apply filter with '''s7comm''' on wireshark. 22 22 The meaning of data frame of S7 explain in [http://gmiru.com/article/s7comm/ here] 23 24 == Modbus TCP 25 26 We use GL-inet MiFi and need to install package pylibmodbus 27 {{{ 28 python3-libmodbus - 0.6.2-1 29 python3-light - 3.11.7-1 30 }}} 31 32 We can control [attach:write_NI_choice2.py here]