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

visualization call in plc program

corvdl
2006-11-17
2006-11-20
  • corvdl - 2006-11-17

    Does anybody know if it is possible to call a visualization screen in the plc code?

     
  • s.schalk - 2006-11-17

    Yes, there is a system variable "CurrentVisu" of type STRING which contains the current painted visualization. When you make an assignment like CurrentVisu := 'NewVisu' and NewVisu is a correct visualization name than the current painted visualization changes.

    This would be done automatically for the targetvisualization. For the webvisualization you must set the parameter "USECURRENTVISU" = "TRUE" in the webvisu.htm

    In CoDeSys you must set the option UseCurrentVisu in the target settings.

     
  • corvdl - 2006-11-20

    Thanks for your reply, I'will try it at ones,

    Corvdl.

     

Log in to post a comment.