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
It seems that the problem occurs when the XYchart is in a frame. How can you have an XYchart in a frame?
This issue was fixed with Visu Profile >= 3.5.16.0
Best regards, Marcel
Log in to post a comment.
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
more posts ...
It seems that the problem occurs when the XYchart is in a frame. How can you have an XYchart in a frame?
This issue was fixed with Visu Profile >= 3.5.16.0
Best regards,
Marcel