Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/houseos/s7-1200-web-control
Commandline utility written in Rust to control S7-1200 websites
https://github.com/houseos/s7-1200-web-control
Last synced: about 2 months ago
JSON representation
Commandline utility written in Rust to control S7-1200 websites
- Host: GitHub
- URL: https://github.com/houseos/s7-1200-web-control
- Owner: houseos
- License: gpl-3.0
- Created: 2020-09-22T16:37:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T19:48:06.000Z (over 3 years ago)
- Last Synced: 2024-04-16T20:26:17.833Z (9 months ago)
- Language: Rust
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# s7-1200-web-control
Commandline utility written in Rust to control S7-1200 websites## S7-1200 User page
The tool expects a user page with access to the PLC variables to be controlled.
The page has to have the name `control.html`.
When the corresponding DB is created using the TIA portal, the website will be available at `https:///awp/control/control.html`.To have the variables writable from the website, the following has to be added to `control.html`:
Make sure to relace `` and `` with your webserver DB and the corresponding variables in the DB.```html
```
## License
SPDX-License-Identifier: GPL-3.0-onlyThe full version of the license can be found in LICENSE.
Copyright (C) 2020 Benjamin Schilling