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

Variable scaling webvisu

switcher
2015-01-19
2015-01-21
  • switcher - 2015-01-19

    Hi,

    I have INT variable, which value I like to show in webvisu with scale INT/10, for example INT value is 855 and I like to show value as 85.5. I know that I can scale it in application, but my question is if it is possible to do scaling directly in webvisu configuration.

    Thank you!

    Best regards,
    Zdenko.

     
  • Strucc - 2015-01-21

    Try to have a look at "unit conversion" in the help topics.
    As a workaround, you can always assign TO_REAL(iVar)/10 to the textvariable, and use %2.1f in the text field.

     

Log in to post a comment.