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

Changing properties of visualisation element e.g. x-position at runtime

paelzer
2022-08-08
2022-11-17
  • paelzer - 2022-08-08

    Hello everyone.
    I am programming a smart home automation, especially I turned my attention to the trace-functionallitiy.
    I created a visu <mytracevisu>, put a groupbox on it and on that two traces <mytracevisu_trace0> and <mytracevisu_trace1>. Via binary signal I can set a trace to <unvisible>. In this case I want to increase the heigth of the remaining trace-element to the heigth of the groupbox(at runtime). So I used, according to the dot notation, the expression <mytracevisu.geneleminst_8.position.x:= 450;=""> with GenElemInst_8 as the system-created elemantname of -MyTraceVisu_Trace0-. But the compiler threw four error-messages: e.g. -identifier MyTraceVisu not defined-. But the object <mytracevisu> really exists. What I'm doing wrong? I hope somebody can help me
    best regards
    Herbert Koob</mytracevisu></mytracevisu.geneleminst_8.position.x:=></unvisible></mytracevisu_trace1></mytracevisu_trace0></mytracevisu>

     

Log in to post a comment.