python-example-plugin/ ├── src/ # Main source directory │ └── endstone_example/ # Directory for the plugin package │ ├── __init__.py # Initializer for the package, importing ExamplePlugin class from ...
I am trying to establish communication between a non-optimized DB in my PLC and a PC. On the PC I am using the Python programming language with a Snap7 library. The PUT/GET function is activated on ...