Hi, tried to make a sample project. But then it works with this variable (within a simulation and just this part of program). The Date/Time is from SystemTimeRTC. This is then splitted into date and time. The time into seconds, minutes and hours. => this all works fine! Then, just for animation of my own clock lines for second, minute and hour are rotating. To get and set the current angle the seconds are multiplied with 6 => 0 sec 360°/0° and 59 sec = 354° For minutes the same and for hours it is multiplied with 30 to get it rotateted twice a day... So, the issue is when the current seconds are multiplied with 6 and written into the variable for the angle. With the name 'GVL_VISU.iSekundenAnzeige' the value is lost. With another name, just of this one variable, it works. I use a ctrlX with 1.18 and ctrlXWorks 1.18 It's a very strange issue. And as written, something similar with a own function block. My first though, instance name has too much characters (about 20) because with less it works. An issue I never had before, neither with ctrlX nor with MLD and XM I worked with.
... View more