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

XYchart the bare minimum?

DavidBo
2020-11-11
2020-11-11
  • DavidBo - 2020-11-11

    I have tried to create a XYchart with the bare minimum.
    I have

    VAR
    aV: ARRAY [0..10] OF REAL:= [10,21,30,40,50,60,60,60,60,60,60];
    aDuty: ARRAY [0..10] OF REAL:=[ 0,10,20,30,40,50,60,70,80,90,100];
    END_VAR


    But my application crash with an exception

    Why does it crash

     

    Last edit: DavidBo 2020-11-11
  • DavidBo - 2020-11-11

    It seems that the problem occurs when the XYchart is in a frame. How can you have an XYchart in a frame?

     
  • m.prestel - 2020-11-11

    This issue was fixed with Visu Profile >= 3.5.16.0

    Best regards,
    Marcel

     
    πŸ‘
    1

Log in to post a comment.