Web visualization

Any visualization created by CODESYS can be called up as a WEB visualization.

Local display

Display via network

Target visualization

Web visualization

Procedure:

  • Create the visualization 'PLC_VISU' for the controller in CODESYS as usual

 

  • Add object 'WebVisu' in the tab 'Visualisation'

 

 

  • The visualization with the name 'PLC_VISU' is started automatically as soon as the initialization of the controller is completed

Starting the web visualization by an external visualization device:

Specify the IP address, Port 8085 and the page name webvisu.htm in your WEB browser with active Java Virtual Machine.
WEB-Browser: http://<IP address of the controller>:8085/webvisu.htm


webvisu.htm is the standard HTML page. It includes an <applet> tag that starts the WebVisu applet.

  • Example:
    > http://192.169.0.1:8085/webvisu.htm <