Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-only

The full version of the license can be found in LICENSE.

Copyright (C) 2020 Benjamin Schilling