Single Page Web Application for Wago Controllers You can create your own visualization on HTML5 using the data exchange protocol between Codesys 2.3 and Java applet in web browser
How To Run on PLC 750-880:
- Configure Target Settings in Codesys 2.3.9.xx. In Target Platform Tab check Download symbol.file and in Visualization Tab check Web Visualization.
- Configure Symbol File. In menu Project->Options->Symbol configuration->Configure symbol file choose variable that you want to see in App and check Export variables of object. If you want to write to this variable, you need to check Write access.
- Download test Codesys project.
- Put app folder to SD-Card on PLC.
- Write in browser http://PLC_IP/sd/app/index.html
How To Run on PFC200:
- Configure Target Settings in Codesys 2.3.9.xx. In Target Platform Tab check Download symbol.file and in Visualization Tab check Web Visualization.
- Configure Symbol File. In menu Project->Options->Symbol configuration->Configure symbol file choose variable that you want to see in App and check Export variables of object. If you want to write to this variable, you need to check Write access.
- Download test Codesys project.
- Put app folder to /var/www/ with FileZilla ftp client (user:root, pswd:wago).
- Write in browser http://PLC_IP/app/index.html
How To Run on PC
- install nodejs.
- clone repository.
- npm install.
- npm run.
- Write in browser http://127.0.0.1:8080/app/index.html