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

Display issues with a client over webvisu

2021-03-25
2021-03-29
  • andreas-kleiner - 2021-03-25

    I am evaluating a faster HMI.
    We are using a web panel that reads the process data from a websever on a
    RPi.
    It works well so far, also on mobile devices or notebooks.

    With this new intended webpanel, the picture is blurry for some reason.
    Attached a picture from my 27" screen, from the existing 7" webpanel
    and the blurry one is from the intended new and faster 7" webpanel

    The vendor of the panel (both are from the same supplier) told me
    to add following code in the HTML file of the webvisu.
    <meta content="width=device-width user-scalable=no" name="viewport">

    The current entry looks like this
    <meta content="user-scalable=no" name="viewport">

    My issue is now, where do i find a preset to change that in the project?
    Or do i have to do that everytime i download/update the webvisu?

    Thanks a lot
    Andreas

     
  • m.prestel - 2021-03-26

    Starting with SP16 CODESYS (no update of visu profile required), the following viewport gets generated.

    <meta name="viewport" content="initial-scale=1.0">
    

    Best regards,
    Marcel

     
    • andreas-kleiner - 2021-03-26

      Thanks Marcel

      I updated from SP14 to SP16 but it is still the same on the client, all blurry.
      Is there anything else that i can try?

      <meta name="viewport" content="initial-scale=1.0"> <meta http-equiv="content-type" content="text/html;charset=UTF-8"> <script language="javascript" src="webvisu.js"></script> <script language="javascript" src="browsercontrol_ext0.js"></script>




      Webvisu not supported due to missing browser feature HTML5-Canvas
      Webvisu not supported due to missing browser feature HTML5-Canvas


       
      • m.prestel - 2021-03-29

        I have no idea yet.
        Sorry, but the solution provided by the vendor breaks e.g. zooming on mobile devices.

         

Log in to post a comment.