This third party Python module provides an abstraction layer for interacting with WAGO 750 series PLCs through Modbus TCP communication. It offers an object-oriented interface to control and monitor ...
├── Readme.md ├── main.py ├── utils.py ├── conf/ │ └── conf.yaml # global configuration information, such as file storage paths and model hyperparameters ├── data/ │ ├── raw_data.csv # molecule ...