Problem with panel \"Trend ruler values\"

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
1 post • Page 1 of 1
sergey.gromov
Posts:6
Joined: Thu Jan 19, 2017 2:20 pm

Problem with panel \"Trend ruler values\"

Post by sergey.gromov »

Hi, all.
I have a trend widget with two areas (one curve on each area). Areas is clossable and two trend areas linked.

code in Initialize trend widget:

Code: Select all

main()
{
   TREND1.areaClosable(0,1);
   TREND1.areaClosable(1,1);
   TREND1.linkAreas(0, 1);
}
If set ruler on widget - everything is fine. Popup panel "Trend ruler values" and ruler values is displayed.
Image

But panel "Trend ruler values" closses with area 0 if I close area 0. After that panel "Trend ruler values" does not open if I set new ruler on one remaining area.
The popup panel does not work until you restart the panel with trend widget.
Image
Image

If areas ulinked - everything is fine.
Function ulinkAreas() in event "AreaClosed" dosn't work.
How I can close area 0 so that the panel "Trend ruler values" works?

WinCC OA 3.14 patch 20
Attachments
2-20180809.png
1-20180809.png
3.png

1 post • Page 1 of 1