04-07-2022 09:02 AM - edited 04-07-2022 09:04 AM
Hello ,
Figure 1 shows a view with the entries <LineShape/> on the left side. As soon as this entry is used in a view, an "Error Loading" error message appears in OES4.11 and CPS5.3&5.4. (see figure 2) The interesting thing here is that when you start the HMI, the image is displayed correctly (see figure 3). That means it's just a display bug at OES4.11 and CPS5.3&5.4. If you remove the <LineShape/> entries from the view, it works again (see figure 1, right side)! Question: What does the entry <LineShape/> mean? Bug: Please enable the display in OES4.11 and CPS5.3&5.4 with the entries <LineShape/>! This problem only arises when you implement a view over an object.
To solve this with using <LineShape/> you have to add the namespace VisiWinNET.Forms.GraphicLayer. After that is
namespace="VisiWinNET.Forms.GraphicLayer"?
But I have some other questions:
- Where can I find the error log file?
- Why can't I find an error entry in the error log file? (Assuming I found the log file!)
Solved! Go to Solution.
04-07-2022 09:04 AM
Figure 1
04-07-2022 09:05 AM
Figure 2:
04-07-2022 09:05 AM
Figure 3
04-07-2022 11:38 AM - edited 04-07-2022 02:03 PM
Let's state some facts first:
How do the view designer and the HMI handle such errors?
The designer as well as the component loading view (sfc) files in the HMI are 3rd-party software, that's why I cannot give exact reasons for the behavior, I can only describe what happens:
Concerning your project and questions: