S7-DB-Simulator/ ├── plc_simulator.py # Main entry point ├── src/ │ ├── __init__.py # Package exports │ ├── interfaces.py # Abstract ...
I am trying for long time to find hpw to comunicate my C++ code with a PLC Siemans to send and receive simple data. I am failing very time in the setup of the s7 or snap7 library and I can not find a ...