-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|