Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

How to view the webvisu by a web browser

2014-11-12
2022-04-07
  • fluttersnower - 2014-11-12

    Currently I use the simulation mode in my PC and I have make a webvisu. But I don't know the IP address to view this webvisu. I try localhost but it doesn't work. So Could some one tell me how to view the webvisu in a web browser.

     
  • aellis - 2014-11-12

    Hi,

    The path for webvisu running on your local PC would be : http://localhost:8080/webvisu.htm where:

    • 8080 is the default port for visulaisation
    • webvisu.htm is the name of the html file containing the start visualisation

    Note; webvisu.htm is configured by adding the object "WebVisualisation" to the Visualisation Manager. See CODESYS Visualization > Visualization Manager with Clients > The Clients and their Editors > CODESYS WebVisu in the help file for more details.

    Also I don't think (and anybody feel free to correct me on this) the webserver runs in simulation mode. I think you need to actually run the PLC on the PC "CODSYS Control Win V3" on your PC and download and run the application on that before the webserver is active. Even if you don't have a license CODESYS Control will run for 2 hours before it times out.

     
    • hongphuc - 2022-04-07

      Hi bro! I can view webvisu on device which I craete project. But on another device i can view webvisu! How can I view webvisu on anther device bro? Thank you for your helf!

       
  • fluttersnower - 2014-11-13

    Thanks for ur help but I get a strang error When I view the webvisu in http://localhost:8080/webvisu.htm
    The error is Baldor.HttpFileResource..ctor() File 'webvisu.htm' does not exist which is in the web browser

    IMG: Capture.PNG

     
  • JensN - 2015-01-21

    fluttersnower hat geschrieben:
    Thanks for ur help but I get a strang error When I view the webvisu in http://localhost:8080/webvisu.htm
    The error is Baldor.HttpFileResource..ctor() File 'webvisu.htm' does not exist which is in the web browser

    Are you sure your browser supports HTML5?
    I have used Google chrome and Mozilla Firefox, and have had no problems at all with my web visualization.
    If everything goes well, you should get a loading image as in the picture.

    And if this doesn't work, you could give your PLC a static IP adress.
    Then the link in your web browser will be something like this:

    http://192.168.0.82:8080/webvisu.htm
    

    IMG: loading.JPG

     

Log in to post a comment.