Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
tnentwig committed Jul 10, 2020
1 parent 2e03ffc commit 95d36c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ This is a single page application (SPA) for displaying the web visualisation pag
> :point_right: : Every release has been tested with bigger CoDeSys projects but the components are currently not automatically tested. Create an issue or send me a mail to *[email protected]* if you encounter a problem.
## How to use
Just copy the WebVisu.html and WebVisu.js from the release tab to the folder which contents are deployed by the webserver. **The path to this folder differentate by the used Wago PLC**. The FTP transfer could be made with FileZilla at example.
Just copy the webvisu.html and webvisu.js from the release tab to the folder which contents are deployed by the webserver. **The path to this folder differentate by the used Wago PLC**. The FTP transfer could be made with FileZilla at example.

For displaying on client use a modern browser like Chrome, Firefox or Edge that supports ES6 constructs.

#### For the non Linux PLCs (like 750-880):
Transfer them to the */webserv* folder. The visualisation is available afterwards on
*http://\<ip-address-of-your-plc>/WebVisu.html*
*http://\<ip-address-of-your-plc>/webvisu.html*
#### For the Linux PLCs (like PFC200 or PFC100):
Transfer it to */home/codesys*. The visualisation is available afterwards on
*http://\<ip-address-of-your-plc>/webvisu/WebVisu.html*
*http://\<ip-address-of-your-plc>/webvisu/webvisu.html*

## How it works
This SPA is based on the [React](https://github.com/facebook/react) and [MobX](https://github.com/mobxjs/mobx) framework. CoDeSys creates a XML description file for every user generated visualisation. Every file descripes the look and behavior of the objects shown in the specific visualisation. Besides that the file contains the used variables (e.g. "*.xToggleColor*") and their addresses on the web interface.
Expand Down

0 comments on commit 95d36c4

Please sign in to comment.